Bloomberg AIM · Schema

Dataset

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
identifier string
title string
description string
fieldCount integer
category string
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-dataset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Dataset",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "fieldCount": {
      "type": "integer"
    },
    "category": {
      "type": "string"
    }
  }
}