Bloomberg AIM · JSON Structure

Bloomberg Data License Data Request Structure

Type: object Properties: 9
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

@type identifier title description universe fieldList trigger formatting status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataRequest",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "universe": {
      "type": "string"
    },
    "fieldList": {
      "type": "string"
    },
    "trigger": {
      "type": "string"
    },
    "formatting": {
      "type": "object"
    },
    "status": {
      "type": "string"
    }
  }
}