Factset · Schema

benchmarkConstituentsResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

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

JSON Schema

factset-benchmarks-benchmark-constituents-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "benchmarkConstituentsResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of metric objects representing the metrics that can be requested\nfrom the estimates APIs.\n"
    }
  }
}