Sugra Entity

Screen a name against the sanctions corpus

Screen a person or organization name against the OFAC SDN corpus and return a screening signal (clear, review, or hit) with matched records. Fail-CLOSED on staleness: if the underlying list is stale, a hit or clear result is downgraded to review and meta.stale_screening is set to true.

post/api/v1/entity/screen

Request body

namestring required
countrystring nullable
dobstring nullable
nationalitystring nullable
as_ofstring nullable
threshold_hitnumber
threshold_reviewnumber

Response

Screening result with status and matches, plus list-freshness and staleness metadata in the envelope meta.

{"stackTrail":"paths:/api/v1/entity/screen:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes