Skip to content

StressTestResults

stable

Stress 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

scenariosrequired
Type StressScenario[]Default

Scenarios with name, impactPct, and optional status

warnThreshold
Type numberDefault

P&L% threshold for warn (default: -5%)

failThreshold
Type numberDefault

P&L% threshold for fail (default: -15%)

notional
Type numberDefault

Portfolio notional for absolute loss column

Metadatasemantictypeoutcomespacefin
MobileStacks / Scroll

Results table activates horizontal scroll on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?