STPRateGauge
stableStraight-Through Processing rate gauge with target line, exception count, and exception breakdown
import { STPRateGauge } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
stpRatereq | number | — | STP rate as decimal (e.g. 0.94 = 94%) |
totalCountreq | number | — | Total transactions processed |
targetRate | number | — | Target STP rate (default: 0.95 = 95%) |
exceptionBreakdown | array | — | Exception count by reason |
stpRaterequiredType
numberDefault —STP rate as decimal (e.g. 0.94 = 94%)
totalCountrequiredType
numberDefault —Total transactions processed
targetRateType
numberDefault —Target STP rate (default: 0.95 = 95%)
exceptionBreakdownType
arrayDefault —Exception count by reason
MobileStacks / Scroll
Gauge and exception metrics stack vertically on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?