Department of the Treasury · Example Payload

Sanctioned Entity Example

Federal GovernmentFinanceDebtSanctions

Sanctioned Entity Example is an example object payload from Department of the Treasury, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

uidnametypesanctionsListTypeprogramsakasaddressesidsnationalities

Example Payload

Raw ↑
{
  "uid": "31000",
  "name": "EXAMPLE SANCTIONED ENTITY LTD.",
  "type": "Entity",
  "sanctionsListType": "SDN",
  "programs": ["SDGT", "IFSR"],
  "akas": [
    { "category": "strong", "type": "aka", "firstName": null, "lastName": "EXAMPLE TRADING CO." }
  ],
  "addresses": [
    {
      "address1": "1 Example Way",
      "city": "Example City",
      "country": "Country X"
    }
  ],
  "ids": [
    { "type": "Tax ID No.", "number": "000000000", "country": "Country X" }
  ],
  "nationalities": ["Country X"]
}