CreditRatingBadge
stableCredit rating badge with agency, tier color coding (IG=green/sub-IG=caution/distressed=red), and outlook
import { CreditRatingBadge } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
ratingreq | string | — | Rating symbol (e.g. Aaa, AAA, BBB+, Ba2, CCC-) |
agencyreq | RatingAgency | — | moodys | sp | fitch | kbra | dbrs |
outlook | RatingOutlook | — | positive | stable | negative | developing | watch_positive | watch_negative |
variant | string | — | badge (inline) | card (detail panel) |
issuerName | string | — | Issuer or instrument name (card variant) |
ratingrequiredType
stringDefault —Rating symbol (e.g. Aaa, AAA, BBB+, Ba2, CCC-)
agencyrequiredType
RatingAgencyDefault —moodys | sp | fitch | kbra | dbrs
outlookType
RatingOutlookDefault —positive | stable | negative | developing | watch_positive | watch_negative
variantType
stringDefault —badge (inline) | card (detail panel)
issuerNameType
stringDefault —Issuer or instrument name (card variant)
MobileWorks As-Is
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?