StressTestResults
stableStress test scenario results table with impact bars, pass/warn/fail status, and worst-case callout
import { StressTestResults } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
scenariosreq | StressScenario[] | — | Scenarios with name, impactPct, and optional status |
warnThreshold | number | — | P&L% threshold for warn (default: -5%) |
failThreshold | number | — | P&L% threshold for fail (default: -15%) |
notional | number | — | Portfolio notional for absolute loss column |
scenariosrequiredType
StressScenario[]Default —Scenarios with name, impactPct, and optional status
warnThresholdType
numberDefault —P&L% threshold for warn (default: -5%)
failThresholdType
numberDefault —P&L% threshold for fail (default: -15%)
notionalType
numberDefault —Portfolio notional for absolute loss column
MobileStacks / Scroll
Results table activates horizontal scroll on mobile.
Design Rationale
This component was designed to express:
Explore Related
ExpectedShortfallCard→
Expected Shortfall (CVaR) card with VaR comparison, ES/VaR multiplier, and limit utilization bar
BacktestingChart→
VaR backtesting chart with P&L bars vs. VaR forecast line; breach count and color-coded exceptions
VaRCard→
Value-at-Risk summary card with confidence level, horizon, method, and limit utilization
Was this helpful?