Factset · JSON Structure

Factset Funds Benchmark Details Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

benchmarkDetails is a JSON Structure definition published by Factset, describing 11 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fsymId benchmarkId benchmarkName multipleBenchmarkFlag benchmarkChangeDate segment segmentBenchmarkId segmentBenchmarkName segmentBenchmarkCurrency segmentBenchmarkReturnType requestId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "benchmarkDetails",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "benchmarkId": {
      "type": "string"
    },
    "benchmarkName": {
      "type": "string"
    },
    "multipleBenchmarkFlag": {
      "type": "string"
    },
    "benchmarkChangeDate": {
      "type": "string"
    },
    "segment": {
      "type": "string"
    },
    "segmentBenchmarkId": {
      "type": "string"
    },
    "segmentBenchmarkName": {
      "type": "string"
    },
    "segmentBenchmarkCurrency": {
      "type": "string"
    },
    "segmentBenchmarkReturnType": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}