CashPositionCard
stableReal-time cash position card with per-bank breakdown and intraday flows
import { CashPositionCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
labelreq | string | — | Entity or account label |
asOfreq | string | — | Position snapshot date |
balancesreq | CashBalance[] | — | Per-bank account balances |
totalreq | number | — | Total aggregated in base currency |
currency | string | — | Base currency (default USD) |
pendingInflows | number | — | Pending inflows for intraday view |
pendingOutflows | number | — | Pending outflows for intraday view |
projectedEod | number | — | Projected end-of-day balance |
labelrequiredType
stringDefault —Entity or account label
asOfrequiredType
stringDefault —Position snapshot date
balancesrequiredType
CashBalance[]Default —Per-bank account balances
totalrequiredType
numberDefault —Total aggregated in base currency
currencyType
stringDefault —Base currency (default USD)
pendingInflowsType
numberDefault —Pending inflows for intraday view
pendingOutflowsType
numberDefault —Pending outflows for intraday view
projectedEodType
numberDefault —Projected end-of-day balance
MobileStacks / Scroll
Position card goes full-width. Currency/amount row and delta row stack on xs.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?