Bloomberg AIM · Schema

CurveListRequest

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
query string Search string for curve lookup
maxResults integer
countryCode string Two-letter country code filter
currencyCode string Three-letter currency code filter
type string Curve type filter
subtype string
View JSON Schema on GitHub

JSON Schema

bloomberg-http-curve-list-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CurveListRequest",
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "description": "Search string for curve lookup"
    },
    "maxResults": {
      "type": "integer"
    },
    "countryCode": {
      "type": "string",
      "description": "Two-letter country code filter"
    },
    "currencyCode": {
      "type": "string",
      "description": "Three-letter currency code filter"
    },
    "type": {
      "type": "string",
      "description": "Curve type filter"
    },
    "subtype": {
      "type": "string"
    }
  }
}