Offshore Leaks/ICIJ


Offshore Leaks/ICIJ

The International Consortium of Investigative Journalists (ICIJ) maintains the Offshore Leaks Database, which includes data from the Panama Papers, Paradise Papers, and other offshore leaks. RiskOS™ integrates this dataset to enable real-time entity lookups against sanctioned or high-risk offshore structures. This provides compliance teams with rapid adverse media and beneficial ownership intelligence.


Products offered via RiskOS™

Product NameDescriptionRiskOS™ Use Cases
Offshore Leaks SearchEntity search against ICIJ's Offshore Leaks DatabaseKYB/KYC screening, beneficial ownership discovery, enhanced due diligence (EDD)

Example API response

Account Opening API Response
{
"matches": [
  {
    "entity": "GREEN LTD",
    "url": "https://offshoreleaks.icij.org/nodes/20059035"
  },
  {
    "entity": "J Green Ltd",
    "url": "https://offshoreleaks.icij.org/nodes/146123"
  }
]
}

Data dictionary

Account Opening API Data Dictionary
FieldTypeDescription
matchesArrayArray of entity matches from the Offshore Leaks Database.
matches[].entityStringName of the matched entity (company, trust, or person).
matches[].urlStringDirect link to the entity node in ICIJ’s Offshore Leaks Database.