Factset · JSON Structure

Factset Fundamentals Metric Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

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

Properties

metric name category subcategory oaPageId oaUrl factor sdfPackage dataType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Metric",
  "type": "object",
  "properties": {
    "metric": {
      "type": "['string', 'null']"
    },
    "name": {
      "type": "['string', 'null']"
    },
    "category": {
      "type": "['string', 'null']"
    },
    "subcategory": {
      "type": "['string', 'null']"
    },
    "oaPageId": {
      "type": "['string', 'null']"
    },
    "oaUrl": {
      "type": "['string', 'null']"
    },
    "factor": {
      "type": "['integer', 'null']"
    },
    "sdfPackage": {
      "type": "['string', 'null']"
    },
    "dataType": {
      "type": "['string', 'null']"
    }
  }
}