Bloomberg AIM · Schema

GovernmentLookupRequest

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
query string Country or ticker search string
partialMatch boolean
maxResults integer
View JSON Schema on GitHub

JSON Schema

bloomberg-http-government-lookup-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GovernmentLookupRequest",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Country or ticker search string"
    },
    "partialMatch": {
      "type": "boolean"
    },
    "maxResults": {
      "type": "integer"
    }
  }
}