Can I screen against specific sanction programs within a watchlist and not all of them?
{
"queries": [{
"sourceData": [{
"names": [{
"fullName": "Hector Villareal"
}]
}],
"targetData": [{
"datasets": [{
"label": "USA"
}]
}],
"threshold": 0.8,
"keywordAlgo": {
"type": "exact_match",
"include": [
"Sectoral Sanctions Identifications List (SSI)"
]
}
}]
}PreviousHow is the data of third-party list providers conveyed to your name-screening API response?NextWhat is the difference between the USA and the OFAC lists?
Last updated