Bloomberg AIM · Schema

SecurityIdentifier

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
@type string
identifierType string Type of identifier
identifierValue string The identifier value
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-security-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SecurityIdentifier",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifierType": {
      "type": "string",
      "description": "Type of identifier"
    },
    "identifierValue": {
      "type": "string",
      "description": "The identifier value"
    }
  }
}