Bloomberg AIM · JSON Structure

Bloomberg Data License Catalog Structure

Type: object Properties: 4
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

identifier title description links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Catalog",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "links": {
      "type": "object"
    }
  }
}