Check if a company appears on international sanctions lists (OFAC, UN) using its tax identifier.
The Sanctions module checks whether a company’s tax identifier (RUT or CNPJ) appears on major international sanctions lists, including OFAC SDN and the UN Security Council Consolidated List.
Matching is identifier-first and exact only. If the RUT or CNPJ does not appear in a sanctions list, is_sanctioned returns false. No fuzzy name matching is performed — this eliminates false positives by design.
A result of is_sanctioned: false means the identifier was not found in the checked lists. It does not constitute a comprehensive AML clearance. Your compliance program should define when and how to use this check as part of a broader due diligence process.
Lists are refreshed every 24 hours. The lists_updated_at field in every response shows the exact datetime of the last successful refresh per list. If a list failed to load (network issue), its value will be null — you should treat that list as unchecked.