Factset · JSON Structure

Factset Benchmarks Benchmark Constituent Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

benchmarkConstituent 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 date fsymSecurityId fsymRegionalId currency weightClose adjHolding unadjHolding price adjMarketValue requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "benchmarkConstituent",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "fsymSecurityId": {
      "type": "string"
    },
    "fsymRegionalId": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "weightClose": {
      "type": "number"
    },
    "adjHolding": {
      "type": "number"
    },
    "unadjHolding": {
      "type": "number"
    },
    "price": {
      "type": "number"
    },
    "adjMarketValue": {
      "type": "number"
    },
    "requestId": {
      "type": "string"
    }
  }
}