Bloomberg AIM · Schema

DataRequest

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
@type string
identifier string
title string
description string
universe string
fieldList string
trigger string
formatting object
status string
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-data-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}