Skip to content

ForwardContractCard

stable

Forward contract card showing rate, forward points, notional, tenor, MTM P&L, and contract status

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

Props

contractIdrequired
Type stringDefault

Contract reference identifier

baserequired
Type stringDefault

Base currency

quoterequired
Type stringDefault

Quote currency

notionalrequired
Type numberDefault

Notional amount in base currency

forwardRaterequired
Type numberDefault

Forward rate

spotRate
Type numberDefault

Spot rate at booking (for forward points)

valueDaterequired
Type stringDefault

Settlement date (ISO 8601)

status
Type ForwardContractStatusDefault

Contract status

mtmPnl
Type numberDefault

Mark-to-market P&L in quote currency

counterparty
Type stringDefault

Counterparty name

density
Type "default" | "compact"Default

Display density

Metadatasemanticspace
MobileStacks / Scroll

Contract details panel goes full-width. Multi-column layout stacks on mobile.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?