CounterpartyCard
stableCounterparty identity card with LEI, country, sector, credit rating, outlook, and exposure limit
import { CounterpartyCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
namereq | string | — | Legal entity name |
lei | string | — | 20-char LEI |
country | string | — | ISO 3166-1 alpha-2 country code |
sector | CounterpartySector | — | Sector classification |
creditRating | CreditRating | — | S&P-style credit rating |
creditOutlook | CreditOutlook | — | Rating outlook |
exposureLimit | number | — | Maximum exposure limit notional |
namerequiredType
stringDefault —Legal entity name
leiType
stringDefault —20-char LEI
countryType
stringDefault —ISO 3166-1 alpha-2 country code
sectorType
CounterpartySectorDefault —Sector classification
creditRatingType
CreditRatingDefault —S&P-style credit rating
creditOutlookType
CreditOutlookDefault —Rating outlook
exposureLimitType
numberDefault —Maximum exposure limit notional
MobileStacks / Scroll
Card goes full-width. Multi-column attribute layout stacks to single column on mobile.
Design Rationale
This component was designed to express:
Explore Related
LEIBadge→
Legal Entity Identifier (ISO 17442) badge with full/truncated display and copy-to-clipboard
CounterpartyRiskCard→
AI-powered counterparty credit risk dashboard with score bands and recommendations
ExposureLimitBar→
Multi-band exposure limit bar for counterparty, sector, and concentration limits with warning ticks
Was this helpful?