Skip to content

ExpectedShortfallCard

stable

Expected Shortfall (CVaR) card with VaR comparison, ES/VaR multiplier, and limit utilization bar

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

Props

expectedShortfallrequired
Type numberDefault

ES as decimal (e.g. 0.034 = 3.4%)

confidenceLevel
Type ESConfidenceLevelDefault

95 | 97.5 | 99 | 99.5 (default: 99)

var
Type numberDefault

VaR at same confidence level for comparison

esLimit
Type numberDefault

ES budget/limit for utilization gauge

notional
Type numberDefault

Portfolio notional for absolute loss display

Metadatasemantictypeoutcomespacefin
MobileStacks / Scroll

Card goes full-width. Metrics stack vertically.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?