Factset · JSON Structure

Factset Benchmarks Index Snapshot Structure

Type: object Properties: 16
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date name constituentNumber currency marketValue price priceReturnPercent1D priceReturnPercentQTD priceReturnPercentYTD totalReturnLevel totalReturnPercent1D totalReturnPercentQTD totalReturnPercentYTD returnType requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "indexSnapshot",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "constituentNumber": {
      "type": "integer"
    },
    "currency": {
      "type": "string"
    },
    "marketValue": {
      "type": "number"
    },
    "price": {
      "type": "number"
    },
    "priceReturnPercent1D": {
      "type": "number"
    },
    "priceReturnPercentQTD": {
      "type": "number"
    },
    "priceReturnPercentYTD": {
      "type": "number"
    },
    "totalReturnLevel": {
      "type": "number"
    },
    "totalReturnPercent1D": {
      "type": "number"
    },
    "totalReturnPercentQTD": {
      "type": "number"
    },
    "totalReturnPercentYTD": {
      "type": "number"
    },
    "returnType": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}