ScreeningResultCard
stableAML/KYC entity screening result with match scores against sanctions and PEP lists
import { ScreeningResultCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entityNamereq | string | — | Entity being screened |
outcomereq | ScreeningOutcome | — | Screening outcome |
hitsreq | ScreeningHit[] | — | Screening hits with match scores |
entityNamerequiredType
stringDefault —Entity being screened
outcomerequiredType
ScreeningOutcomeDefault —Screening outcome
hitsrequiredType
ScreeningHit[]Default —Screening hits with match scores
MobileStacks / Scroll
Result card goes full-width. Match details stack vertically.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?