Mastercard · JSON Structure

Mastercard Ethoca Merchant Self Services Sanction Screening Structure

Type: object Properties: 8
Credit CardsDigital IdentityFinancial ServicesFraud DetectionOpen BankingPaymentsFortune 500

SanctionScreening is a JSON Structure definition published by Mastercard, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

taxId formerLegalNames doBusinessWithSanctionedGeographies sanctionedGeographies publiclyTraded tickerSymbol beneficialOwners legalEntities

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SanctionScreening",
  "type": "object",
  "properties": {
    "taxId": {
      "type": "string"
    },
    "formerLegalNames": {
      "type": "array"
    },
    "doBusinessWithSanctionedGeographies": {
      "type": "boolean"
    },
    "sanctionedGeographies": {
      "type": "array"
    },
    "publiclyTraded": {
      "type": "boolean"
    },
    "tickerSymbol": {
      "type": "string"
    },
    "beneficialOwners": {
      "type": "array"
    },
    "legalEntities": {
      "type": "array"
    }
  }
}