Bloomberg AIM · Schema

Distribution

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
@type string
identifier string
snapshotTime string
status string
links object
View JSON Schema on GitHub

JSON Schema

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