Factset · Schema

benchmarkIdList

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
fsymId string Benchmark Id
name string Name of the Benchmark ID
familyName string Name of the Benchmarks Family
market string Market grouping related to the Benchmark Family
categoryDescription string Extended name or description of Benchmark Family & Market
View JSON Schema on GitHub

JSON Schema

factset-benchmarks-benchmark-id-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "benchmarkIdList",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string",
      "description": "Benchmark Id"
    },
    "name": {
      "type": "string",
      "description": "Name of the Benchmark ID"
    },
    "familyName": {
      "type": "string",
      "description": "Name of the Benchmarks Family"
    },
    "market": {
      "type": "string",
      "description": "Market grouping related to the Benchmark Family"
    },
    "categoryDescription": {
      "type": "string",
      "description": "Extended name or description of Benchmark Family & Market"
    }
  }
}