All data sources

OFAC Sanctions List

No authofac-sls

OFAC Sanctions List Service (U.S. Treasury / Office of Foreign Assets Control) — sanctions screening for counterparty due diligence. OFAC publishes its sanctions lists as BULK EXPORT files (XML + CSV); there is NO server-side search API. This connector downloads the SMALL Consolidated-list exports (CONSOLIDATED.XML ~978KB, CONS_PRIM.CSV ~238KB) and parses/filters them in-process to vet an oil & gas JV partner, vendor, broker, or buyer against U.S. sanctions before contracting. Screening is EXACT/SUBSTRING and case-insensitive — NOT fuzzy — so a no-match is not a clearance; confirm high-stakes decisions against OFAC SDN Search. Covers the Consolidated (non-SDN) list, not the full SDN list. No auth.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchConsolidatedByName

    read

    Screen a name against the OFAC Consolidated (non-SDN) sanctions list (substring, case-insensitive)

    name required; optional program; limit 500. Exact/substring only, not clearance.

  • getConsolidatedListSummary

    read

    Publish date + record count of the OFAC Consolidated list (CONSOLIDATED.XML)

    No args. Returns { source, publishDate, recordCount }.

  • getConsolidatedEntries

    read

    First N structured entries from the Consolidated list (uid, name, sdnType, programs, akas)

    Args: limit? (default 50, cap 500). Parses CONSOLIDATED.XML.

  • getServiceInfo

    read

    Describe bulk files, redirects/User-Agent constraints, and screening caveats.