Bloomberg AIM · Schema

FieldInfoRequest

Financial DataMarket DataOrder ManagementPortfolio-ManagementTrading

Properties

Name Type Description
fieldId array List of field mnemonics or IDs to look up
returnFieldDocumentation boolean
View JSON Schema on GitHub

JSON Schema

bloomberg-http-field-info-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FieldInfoRequest",
  "type": "object",
  "properties": {
    "fieldId": {
      "type": "array",
      "description": "List of field mnemonics or IDs to look up"
    },
    "returnFieldDocumentation": {
      "type": "boolean"
    }
  }
}