Overview
Name screening is an asynchronous process that involves:- Creating an alert - Submit profile information for screening
- Provider processing - The configured screening provider (World Check, ComplyAdvantage, or LexisNexis) processes the alert
- Additional data gathering - Additional data is retrieved (registry information etc…)
- Automated remediation - Automated remediation is performed
Quick Start
1. Create an Alert
Submit profile information to initiate screening:UNRESOLVED
status with UNREMEDIATED
remediation status. Save the returned id
for subsequent queries.
2. Configure Webhooks (Recommended)
For asynchronous notifications when screening results are available, register a webhook using the existing webhook registration mechanism. Supported Event (Coming Soon):name_screening_alert_updated
- Triggered when new hits are found or alert status changes
3. Retrieve Alert Details
Query the alert to review screening hits:Workflow Diagram
Understanding Hits
Each alert can contain multiple hits - potential matches from screening providers. Each hit includes:- Reference: Provider’s unique identifier for the match
- Status:
UNRESOLVED
,FALSE_POSITIVE
, orTRUE_POSITIVE
- Source Types: Origin of the match (e.g.,
SANCTION
,WATCHLIST
,PEP
,MEDIA
) - Profile: Match details including confidence scores
- Articles: Supporting evidence and news articles
- Remediation: Analysis and decision on the match
Hit Statuses
Status | Description |
---|---|
UNRESOLVED | Pending review - requires analyst decision |
FALSE_POSITIVE | Not a true match - different person/entity |
TRUE_POSITIVE | Confirmed match - requires action |
Alert Statuses
Status | Description |
---|---|
UNRESOLVED | One or more hits pending review |
RESOLVED | All hits have been reviewed and resolved |
Remediation Status
Status | Description |
---|---|
UNREMEDIATED | Contains unresolved hits requiring review |
REMEDIATED | All hits have been resolved (marked as false/true positive) |