FundingCostBreakdown
stableHorizontal bar chart showing all-in cost (bps) per funding source with blended average reference line
import { FundingCostBreakdown } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
sourcesreq | FundingSource[] | — | Funding sources with cost and notional |
blendedBps | number | — | Blended WAC in bps (auto-calculated if omitted) |
sourcesrequiredType
FundingSource[]Default —Funding sources with cost and notional
blendedBpsType
numberDefault —Blended WAC in bps (auto-calculated if omitted)
MobileStacks / Scroll
Breakdown chart/table activates h-scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
DebtMaturityProfile→
Stacked bar chart showing debt maturities by period and instrument type for funding dashboards
RepoRateTable→
Repo and reverse repo rate table by collateral type and tenor with spread-to-benchmark display
CreditLineUtil→
Credit facility utilization gauge with drawn amount, limit, and availability
Was this helpful?