Skip to content

CashPositionCard

stable

Real-time cash position card with per-bank breakdown and intraday flows

import { CashPositionCard } from "@nodus/design-system/finance"
Loading demo…

Props

labelrequired
Type stringDefault

Entity or account label

asOfrequired
Type stringDefault

Position snapshot date

balancesrequired
Type CashBalance[]Default

Per-bank account balances

totalrequired
Type numberDefault

Total aggregated in base currency

currency
Type stringDefault

Base currency (default USD)

pendingInflows
Type numberDefault

Pending inflows for intraday view

pendingOutflows
Type numberDefault

Pending outflows for intraday view

projectedEod
Type numberDefault

Projected end-of-day balance

Metadatasemantictypebordersurfaceoutcomespace
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?