Factset · Schema

SPARBenchmark

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Benchmark identifier
name string Benchmark Name
identifiers array List of SPAR identifiers
View JSON Schema on GitHub

JSON Schema

factset-spar-engine-spar-benchmark-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SPARBenchmark",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Benchmark identifier"
    },
    "name": {
      "type": "string",
      "description": "Benchmark Name"
    },
    "identifiers": {
      "type": "array",
      "description": "List of SPAR identifiers"
    }
  }
}