DurationConvexityPanel
stableFixed-income duration and convexity metrics panel with modified duration, effective duration, convexity, and DV01
import { DurationConvexityPanel } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
metricsreq | DurationConvexityMetrics | — | Duration, convexity, and DV01 metrics |
instrument | string | — | ISIN, ticker, or portfolio identifier |
showSensitivity | boolean | — | Show ±100bps price sensitivity scenario |
asOf | string | — | As-of date string |
metricsrequiredType
DurationConvexityMetricsDefault —Duration, convexity, and DV01 metrics
instrumentType
stringDefault —ISIN, ticker, or portfolio identifier
showSensitivityType
booleanDefault —Show ±100bps price sensitivity scenario
asOfType
stringDefault —As-of date string
MobileStacks / Scroll
Duration/convexity metrics stack to single column on mobile.
Design Rationale
This component was designed to express:
Explore Related
YieldCurveViewer→
Par, spot (zero), and forward yield curve viewer with inversion detection and tenor labels
TrackingErrorGauge→
Benchmark tracking error gauge with TE budget/limit bar, utilization percentage, and severity classification
VaRCard→
Value-at-Risk summary card with confidence level, horizon, method, and limit utilization
Was this helpful?