Bloomberg AIM · Schema

Field

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
identifier string Bloomberg field mnemonic (e.g., PX_LAST)
title string
description string
dataType string Data type of the field value
category string
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-field-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Field",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Bloomberg field mnemonic (e.g., PX_LAST)"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "dataType": {
      "type": "string",
      "description": "Data type of the field value"
    },
    "category": {
      "type": "string"
    }
  }
}