ExpectedShortfallCard
stableExpected Shortfall (CVaR) card with VaR comparison, ES/VaR multiplier, and limit utilization bar
import { ExpectedShortfallCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
expectedShortfallreq | number | — | ES as decimal (e.g. 0.034 = 3.4%) |
confidenceLevel | ESConfidenceLevel | — | 95 | 97.5 | 99 | 99.5 (default: 99) |
var | number | — | VaR at same confidence level for comparison |
esLimit | number | — | ES budget/limit for utilization gauge |
notional | number | — | Portfolio notional for absolute loss display |
expectedShortfallrequiredType
numberDefault —ES as decimal (e.g. 0.034 = 3.4%)
confidenceLevelType
ESConfidenceLevelDefault —95 | 97.5 | 99 | 99.5 (default: 99)
varType
numberDefault —VaR at same confidence level for comparison
esLimitType
numberDefault —ES budget/limit for utilization gauge
notionalType
numberDefault —Portfolio notional for absolute loss display
MobileStacks / Scroll
Card goes full-width. Metrics stack vertically.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?