Global AML Screening Index - Compliance Risk avatar

Global AML Screening Index - Compliance Risk

Pricing

$220.00 / 1,000 aml screening queries

Go to Apify Store
Global AML Screening Index - Compliance Risk

Global AML Screening Index - Compliance Risk

Aggregate OFAC sanctions, World Bank WGI, GDELT AML news, and State Dept travel advisories for any country. Returns 0-100 AML risk score. Public domain + CC-BY 4.0.

Pricing

$220.00 / 1,000 aml screening queries

Rating

0.0

(0)

Developer

daehwan kim

daehwan kim

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

3 days ago

Last modified

Categories

Share

Global AML Screening Index

Real-time AML (Anti-Money Laundering) compliance risk screening for any country.

Purpose

This Actor provides comprehensive AML compliance screening by aggregating 4 authoritative data sources:

  • OFAC Sanctions - Current US Treasury sanctions programs
  • World Bank WGI - Governance indicators (corruption, rule of law, political stability)
  • GDELT - AML-related news sentiment and volume (past 30 days)
  • State Department - Travel advisory levels (proxy for geopolitical risk)

Produces a single AML Risk Score (0-100) with component weights:

  1. OFAC Active Sanctions (40%)
  2. State Department Advisory Level (30%)
  3. World Bank Governance (20%)
  4. GDELT AML News Volume (10%)

Input

Required

  • countryCode (string) — Two-letter ISO country code (e.g., RU, KP, US, SG)

Output

{
"query": {
"countryCode": "RU"
},
"ofac": {
"activeSanctionsPrograms": 1,
"isActivelySanctioned": true,
"programs": ["Russia Sanctions (OFAC)"]
},
"worldBankWGI": {
"controlOfCorruption": -0.78,
"ruleOfLaw": -0.65,
"politicalStability": -1.23
},
"gdelt": {
"newsCount30d": 520,
"avgTone": -4.2,
"sources": [
{
"title": "Russia sanctions impact...",
"url": "...",
"publishDate": "2024-01-15"
}
]
},
"stateDept": {
"advisoryLevel": 4,
"levelLabel": "Do Not Travel"
},
"amlRiskScore": 87,
"dataAvailability": {
"ofac": true,
"wgi": true,
"gdelt": true,
"stateDept": true
},
"successfulSourceCount": 4,
"sources": [
{
"name": "US Treasury OFAC",
"url": "https://sanctionssearch.ofac.treasury.gov",
"license": "Public Domain",
"attribution": "Data source: US Treasury OFAC (Public Domain)"
},
...
],
"disclaimer": "...",
"timestamp": "2024-01-20T10:30:45.123Z"
}

Pricing

  • Pay-Per-Event: $0.22 per successful query
  • Charged only when at least 1 data source returns successful data
  • No charge if all sources fail

Data Sources & Licenses

SourceLicenseAttribution
US Treasury OFACPublic Domain (17 U.S.C. § 105)Data source: US Treasury OFAC (Public Domain)
The World Bank WGICC-BY 4.0Data source: The World Bank (CC BY 4.0)
GDELT ProjectCC-BY 4.0Data source: The GDELT Project (CC BY 4.0)
State DepartmentPublic DomainData source: US Department of State (Public Domain)

⚠️ NOT AML, compliance, legal, or investment advice.

  • Does NOT replace official KYC/AML/sanctions screening procedures
  • Does NOT constitute regulatory compliance certification
  • Does NOT recommend business decisions or counterparty risk ratings
  • Users must perform independent compliance verification per local regulations

This Actor aggregates publicly available data for informational purposes only. All data is redistributed under original license terms with attribution.

Use Cases

  • Compliance Risk Assessment — Quick screening of new counterparties by country
  • Geopolitical Risk Monitoring — Track changes in sanctions/advisory status
  • Due Diligence — Initial AML risk assessment before deeper investigation
  • Portfolio Risk — Monitor compliance exposure by country of operation
  • Regulatory Reporting — Historical record of AML risk assessment

Examples

Russia (High Risk)

Country Code: RU
AML Risk Score: 87 (Very High)
OFAC: Active sanctions (Russia Sanctions)
Travel Advisory: Level 4 (Do Not Travel)
Governance: Low (rule of law -0.65)
AML News: 520 articles in 30 days, avg tone -4.2

Singapore (Low Risk)

Country Code: SG
AML Risk Score: 15 (Low)
OFAC: No active sanctions
Travel Advisory: Level 1 (Normal Precautions)
Governance: High (rule of law +1.23)
AML News: 8 articles in 30 days, avg tone -0.5

Notes

  • OFAC data is hardcoded with current active programs (updated at deployment)
  • World Bank WGI data lags 1-2 years (latest available 2023 data)
  • GDELT sentiment is machine-interpreted; review actual articles for context
  • State Department advisories are hardcoded based on official levels
  • All results should be verified against authoritative sources before legal decisions

Support

For issues, data corrections, or feature requests, contact: contact@ntriq.co.kr