Bloomberg AIM · JSON Structure

Bloomberg Http Instrument List Request Structure

Type: object Properties: 4
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

query maxResults yellowKeyFilter languageOverride

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "InstrumentListRequest",
  "type": "object",
  "properties": {
    "query": {
      "type": "string"
    },
    "maxResults": {
      "type": "integer"
    },
    "yellowKeyFilter": {
      "type": "string"
    },
    "languageOverride": {
      "type": "string"
    }
  }
}