Factset · Schema

benchmarkIdListResponse

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
data array Array of Benchmark Ids and their respective categorizations.
View JSON Schema on GitHub

JSON Schema

factset-benchmarks-benchmark-id-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "benchmarkIdListResponse",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of Benchmark Ids and their respective categorizations.\n"
    }
  }
}