Skip to main content

Sanctions Lists Overview

SanctionsWise API provides access to authoritative US Federal sanctions lists from OFAC (Treasury) and BIS (Commerce).


Supported Lists​

List IDNameAuthorityEntitiesUpdate Frequency
ofac_sdnOFAC SDNUS Treasury~12,000Real-time
ofac_consolidatedOFAC ConsolidatedUS TreasuryIncludedDaily
ofac_fseOFAC FSEUS Treasury~500Real-time
ofac_ssiOFAC SSIUS Treasury~1,500Real-time
bis_entityBIS Entity ListCommerce Dept~500Weekly

Total Entities: ~15,000 unique sanctioned parties


OFAC Lists​

SDN (Specially Designated Nationals)​

The primary OFAC sanctions list containing individuals and entities whose assets are blocked.

{
"list_id": "ofac_sdn",
"name": "Specially Designated Nationals",
"authority": "US Treasury OFAC",
"legal_basis": "Various Executive Orders and Statutes",
"update_frequency": "real-time",
"entity_types": ["individual", "organization", "vessel", "aircraft"]
}

Blocked Activities:

  • US persons prohibited from transactions
  • Assets within US jurisdiction are frozen
  • Secondary sanctions may apply

Consolidated List​

Aggregates multiple OFAC programs into a single searchable list.

Included Programs:

  • SDN List
  • Foreign Sanctions Evaders (FSE)
  • Sectoral Sanctions Identifications (SSI)
  • Palestinian Legislative Council List
  • Non-SDN Menu-Based Sanctions List

FSE (Foreign Sanctions Evaders)​

Entities determined to have violated US sanctions on Syria or Iran.

SSI (Sectoral Sanctions Identifications)​

Entities in specific sectors of the Russian economy subject to sectoral sanctions.


BIS Lists​

Entity List​

Maintained by the Bureau of Industry and Security (Commerce Department).

{
"list_id": "bis_entity",
"name": "Entity List",
"authority": "Bureau of Industry and Security",
"legal_basis": "Export Administration Regulations (EAR)",
"update_frequency": "weekly",
"entity_types": ["organization", "individual"]
}

Restrictions:

  • Export license required for listed entities
  • May include foreign subsidiaries
  • Technology transfer restrictions

Data Freshness​

Every API response includes data freshness information:

{
"data_freshness": {
"ofac_sdn": "2025-12-11T08:00:00Z",
"ofac_consolidated": "2025-12-11T00:00:00Z",
"bis_entity": "2025-12-08T00:00:00Z"
}
}

Update Schedule​

ListCheck FrequencySource
OFAC SDNEvery 15 minutesOFAC API
OFAC ConsolidatedDaily at 00:00 UTCOFAC Downloads
BIS Entity ListWeekly on MondaysBIS Website

List Selection​

Choose which lists to screen against using the lists parameter:

# Screen against all lists (default)
curl -X POST https://api.orchestraprime.ai/sanctionswise/screen/entity \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"name": "John Smith",
"lists": ["all"]
}'

# Screen against specific lists
curl -X POST https://api.orchestraprime.ai/sanctionswise/screen/entity \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"name": "John Smith",
"lists": ["ofac_sdn", "bis_entity"]
}'

List IDs​

IDDescription
allAll available lists (default)
ofac_sdnOFAC SDN only
ofac_consolidatedOFAC Consolidated only
ofac_fseOFAC FSE only
ofac_ssiOFAC SSI only
bis_entityBIS Entity List only
ofac_allAll OFAC lists

Coming Soon​

Planned List Additions​

ListAuthorityTarget
UN Security CouncilUnited NationsQ2 2025
EU ConsolidatedEuropean UnionQ2 2025
UK SanctionsHM TreasuryQ3 2025

Contact sales@orchestraprime.ai for enterprise early access.


SanctionsWise API is a product of OrchestraPrime LLC