CapitalStructureWaterfall
stableCapital structure waterfall from senior secured to equity with seniority color coding and proportion bars
import { CapitalStructureWaterfall } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
tranchesreq | CapitalTranche[] | — | Capital tranches from most to least senior |
showPercentage | boolean | — | Show % of total structure per tranche |
entityName | string | — | Entity name |
tranchesrequiredType
CapitalTranche[]Default —Capital tranches from most to least senior
showPercentageType
booleanDefault —Show % of total structure per tranche
entityNameType
stringDefault —Entity name
MobileStacks / Scroll
Waterfall chart requires min 320px. Wrap in overflow-x-auto.
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
FundingCostBreakdown→
Horizontal bar chart showing all-in cost (bps) per funding source with blended average reference line
CovenantGauge→
Debt covenant compliance card with threshold vs. current visualization and headroom
Was this helpful?