Factset · JSON Structure

Factset Benchmarks Benchmark Ratios Structure

Type: object Properties: 8
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

fsymId date name requestId metric periodicity currency value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "benchmarkRatios",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "metric": {
      "type": "string"
    },
    "periodicity": {
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "value": {
      "type": "number"
    }
  }
}