Bloomberg AIM · JSON Structure

Bloomberg Http Government Lookup Request Structure

Type: object Properties: 3
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

query partialMatch maxResults

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

JSON Structure

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