Factset · Schema

metric

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
metric string Metric identifier to be used as `metrics` input in the FactSet Estimate endpoints.
name string Plain text name of the metric.
category string Primary Category of metric item, such as, FINANCIAL_STATEMENT or INDUSTRY_METRIC
subcategory string Sub-category of metric items, such as the INCOME_STATEMENT or AIRLINES.
OAurl string The Online Assistant Page URL, used to lookup the definition and methodology of the requested item.
View JSON Schema on GitHub

JSON Schema

factset-estimates-metric-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "metric",
  "type": "object",
  "properties": {
    "metric": {
      "type": "string",
      "description": "Metric identifier to be used as `metrics` input in the FactSet Estimate endpoints."
    },
    "name": {
      "type": "string",
      "description": "Plain text name of the metric."
    },
    "category": {
      "type": "string",
      "description": "Primary Category of metric item, such as, FINANCIAL_STATEMENT or INDUSTRY_METRIC"
    },
    "subcategory": {
      "type": "string",
      "description": "Sub-category of metric items, such as the INCOME_STATEMENT or AIRLINES."
    },
    "OAurl": {
      "type": "string",
      "description": "The Online Assistant Page URL, used to lookup the definition and methodology of the requested item."
    }
  }
}