{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.party",
  "type": "string",
  "title": "EntityIdentifierTypeEnum",
  "description": "The enumeration values associated with legal entity identifier sources.",
  "enum": [
    "BIC",
    "CountryCode",
    "LEI",
    "MIC",
    "Other",
    "REDID"
  ],
  "oneOf": [
    {
      "enum": [
        "BIC"
      ],
      "title": "BIC",
      "description": "The Bank Identifier Code."
    },
    
    {
      "enum": [
        "CountryCode"
      ],
      "title": "CountryCode",
      "description": "The ISO 3166 Country Code."
    },
    
    {
      "enum": [
        "LEI"
      ],
      "title": "LEI",
      "description": "The ISO 17442:2012 Legal Entity Identifier."
    },
    
    {
      "enum": [
        "MIC"
      ],
      "title": "MIC",
      "description": "The ISO 10383 Market Identifier Code (MIC)."
    },
    
    {
      "enum": [
        "Other"
      ],
      "title": "Other",
      "description": "Used when the identifier type is not otherwise in this enumerated list because it is internal or other reasons.  The source can be identified in the scheme which is part of the identifier attribute."
    },
    
    {
      "enum": [
        "REDID"
      ],
      "title": "REDID",
      "description": "The Reference Entity Database identifier."
    }
  ]
}
