Skip to content

VaRCard

stable

Value-at-Risk summary card with confidence level, horizon, method, and limit utilization

import { VaRCard } from "@nodus/design-system/finance"
Loading demo…

Props

totalVaRrequired
Type numberDefault

Total VaR amount

confidenceLevelrequired
Type numberDefault

Confidence level (e.g. 99)

horizonrequired
Type stringDefault

Time horizon (e.g. 1-Day)

method
Type VaRMethodDefault

VaR methodology

limit
Type numberDefault

VaR limit for utilization gauge

previousVaR
Type numberDefault

Previous period VaR for delta

currency
Type stringDefault

Currency code

locale
Type stringDefault

BCP 47 locale override

label
Type stringDefault

Card title

Metadatasemantictypeoutcome
MobileStacks / Scroll

VaR card goes full-width. Metric and confidence level stack vertically.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?