Skip to content

ClearingNetworkIndicator

stable

Clearing network chip with optional message type and settlement type — gold = high-value RTGS (CHIPS, Fedwire, LVTS), blue = messaging networks (SWIFT, SEPA, CHAPS, TARGET2), green = instant networks (FPS, RTP)

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

Props

networkrequired
Type ClearingNetworkDefault

Clearing network — SWIFT | SEPA | ACH | CHIPS | Fedwire | CHAPS | TARGET2 | FPS | BACS | RTP | LVTS | SPEI | internal

messageType
Type stringDefault

Message type or scheme detail (e.g. "MT103", "pacs.008", "IAT")

settlementType
Type 'RTGS' | 'DNS' | 'Instant' | 'Batch' | 'Internal'Default

Settlement mechanism label shown next to the chip (default size only)

size
Type 'compact' | 'default'Default default

compact = chip only, default = chip + settlement type label

style
Type CSSPropertiesDefault

Style override

Accessibility

  • aria-label announces the clearing network plus message type and settlement type when present.
  • Network identity is carried by the text label, not color alone; color encodes settlement class as a secondary cue.
SWIFTSEPAACHCHIPSFedwireCHAPSTARGET2FPSBACSRTPLVTSSPEIinternalcompactdefaultsemantictypefin
MobileWorks As-Is

Inline chip; use size='compact' in dense mobile rows.

Design Rationale

This component was designed to express:

Explore Related

Was this helpful?