TenorLadder
stableDiverging horizontal bar chart of FX forward positions by tenor (ON/TN/1W/1M/3M/6M/1Y). Long bars right in green, short bars left in red, with net position labels
import { TenorLadder } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bucketsreq | TenorBucket[] | — | Tenor buckets with net (and optionally long/short) positions |
currency | string | — | ISO 4217 currency |
label | string | — | Component label |
asOf | string | — | As-of date string |
bucketsrequiredType
TenorBucket[]Default —Tenor buckets with net (and optionally long/short) positions
currencyType
stringDefault —ISO 4217 currency
labelType
stringDefault —Component label
asOfType
stringDefault —As-of date string
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?