Factset · Schema

SegmentsRequestBody

Request parameters for segment data.

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
metrics string Segment metric. SALES, OPINC, ASSETS, DEP, or CAPEX.
segmentType string Segment type. BUS = Business, GEO = Geographic.
periodicity string Segment periodicity. ANN or ANN_R only.
View JSON Schema on GitHub

JSON Schema

factset-fundamentals-segments-request-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SegmentsRequestBody",
  "type": "object",
  "description": "Request parameters for segment data.",
  "properties": {
    "metrics": {
      "type": "string",
      "description": "Segment metric. SALES, OPINC, ASSETS, DEP, or CAPEX."
    },
    "segmentType": {
      "type": "string",
      "description": "Segment type. BUS = Business, GEO = Geographic."
    },
    "periodicity": {
      "type": "string",
      "description": "Segment periodicity. ANN or ANN_R only."
    }
  }
}