Factset · Schema

fieldsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of metric objects representing the metrics that can be requested from the Fixed Income APIs.
View JSON Schema on GitHub

JSON Schema

factset-terms-and-conditions-fields-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "fieldsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of metric objects representing the metrics that can be requested from the Fixed Income APIs.\n"
    }
  }
}