Bloomberg AIM · JSON Structure

Bloomberg Data License Security Identifier Structure

Type: object Properties: 3
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

SecurityIdentifier is a JSON Structure definition published by Bloomberg AIM, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@type identifierType identifierValue

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecurityIdentifier",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifierType": {
      "type": "string"
    },
    "identifierValue": {
      "type": "string"
    }
  }
}