HedgeRatioGauge
stable270° arc gauge for portfolio hedge ratio (0–130%). Shows current ratio vs target band, over-hedged warning zone, and needle indicator
import { HedgeRatioGauge } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
ratioreq | number | — | Current hedge ratio as decimal (e.g. 0.82 = 82%) |
target | number | — | Target hedge ratio as decimal (default: 0.75) |
targetBand | number | — | Target band half-width as decimal (default: 0.05) |
overHedgedThreshold | number | — | Over-hedged warning threshold (default: 1.05) |
exposureLabel | string | — | Underlying exposure label |
exposureNotional | number | — | Underlying exposure notional |
currency | string | — | Currency for notional display |
label | string | — | Component label |
asOf | string | — | As-of date string |
ratiorequiredType
numberDefault —Current hedge ratio as decimal (e.g. 0.82 = 82%)
targetType
numberDefault —Target hedge ratio as decimal (default: 0.75)
targetBandType
numberDefault —Target band half-width as decimal (default: 0.05)
overHedgedThresholdType
numberDefault —Over-hedged warning threshold (default: 1.05)
exposureLabelType
stringDefault —Underlying exposure label
exposureNotionalType
numberDefault —Underlying exposure notional
currencyType
stringDefault —Currency for notional display
labelType
stringDefault —Component label
asOfType
stringDefault —As-of date string
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?