All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.cdm-java.6.0.0-dev.82.source-code.cdm-base-staticdata-party-PartyIdentifierTypeEnum.schema.json Maven / Gradle / Ivy

There is a newer version: 6.0.0-dev.89
Show newest version
{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "$anchor": "cdm.base.staticdata.party",
  "type": "string",
  "title": "PartyIdentifierTypeEnum",
  "description": "The enumeration values associated with party identifier sources.",
  "enum": [
    "BIC",
    "LEI",
    "MIC"
  ],
  "oneOf": [
    {
      "enum": [
        "BIC"
      ],
      "title": "BIC",
      "description": "The Bank Identifier 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)."
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy