Factset · JSON Structure

Factset Benchmarks Index History Structure

Type: object Properties: 14
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date name constituentNumber currency marketValue price priceReturnPercent totalReturnLevel totalReturnPercent returnType hedgeType requestId observationDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "indexHistory",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "constituentNumber": {
      "type": "integer"
    },
    "currency": {
      "type": "string"
    },
    "marketValue": {
      "type": "number"
    },
    "price": {
      "type": "number"
    },
    "priceReturnPercent": {
      "type": "number"
    },
    "totalReturnLevel": {
      "type": "number"
    },
    "totalReturnPercent": {
      "type": "number"
    },
    "returnType": {
      "type": "string"
    },
    "hedgeType": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "observationDate": {
      "type": "string"
    }
  }
}