ISINChip
stableInstrument identifier chip for ISIN, CUSIP, SEDOL, FIGI, and RIC with optional copy-to-clipboard
import { ISINChip } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
identifierreq | string | — | Instrument identifier value |
type | IdentifierType | — | Standard: ISIN | CUSIP | SEDOL | FIGI | RIC |
copyable | boolean | — | Enable copy-to-clipboard on click |
density | "default" | "compact" | — | Display density |
identifierrequiredType
stringDefault —Instrument identifier value
typeType
IdentifierTypeDefault —Standard: ISIN | CUSIP | SEDOL | FIGI | RIC
copyableType
booleanDefault —Enable copy-to-clipboard on click
densityType
"default" | "compact"Default —Display density
MobileTouch Target
Tappable ISIN chips must be ≥44px tall via padding. Copy-on-tap interaction should provide haptic feedback where available.
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
InstrumentTypeTag→
Asset class and instrument type classification tag with semantic color coding per asset class
TenorChip→
Tenor label chip (ON, 1W, 3M, 1Y…) with duration-band color coding and optional selection state
Was this helpful?