AMLAlertCard
stableAML transaction monitoring alert card with severity, type, status, and entity metadata for compliance queues
import { AMLAlertCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
alertIdreq | string | — | Unique alert reference |
alertTypereq | AMLAlertType | — | structuring | unusual_activity | velocity | sanctions_match | pep_exposure | geographic_risk | round_amount | dormant_account | layering |
severityreq | AMLAlertSeverity | — | low | medium | high | critical |
statusreq | AMLAlertStatus | — | open | under_review | escalated | dismissed | filed_sar |
descriptionreq | string | — | Short alert description |
alertIdrequiredType
stringDefault —Unique alert reference
alertTyperequiredType
AMLAlertTypeDefault —structuring | unusual_activity | velocity | sanctions_match | pep_exposure | geographic_risk | round_amount | dormant_account | layering
severityrequiredType
AMLAlertSeverityDefault —low | medium | high | critical
statusrequiredType
AMLAlertStatusDefault —open | under_review | escalated | dismissed | filed_sar
descriptionrequiredType
stringDefault —Short alert description
MobileStacks / Scroll
Card goes full-width on mobile. Action row stacks vertically below the alert content.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?