Bloomberg AIM · JSON Structure

Bloomberg Data License Distribution Structure

Type: object Properties: 5
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

@type identifier snapshotTime status links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Distribution",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "snapshotTime": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "links": {
      "type": "object"
    }
  }
}