Factset · JSON Structure

Factset Classifications Gics Structure

Type: object Properties: 11
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

gics 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 gicsSectorName gicsSectorNumber gicsIndustryGroupName gicsIndustryGroupNumber gicsIndustryName gicsIndustryNumber gicsSubIndustryName gicsSubIndustryNumber requestId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "gics",
  "type": "object",
  "properties": {
    "fsymId": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "gicsSectorName": {
      "type": "string"
    },
    "gicsSectorNumber": {
      "type": "string"
    },
    "gicsIndustryGroupName": {
      "type": "string"
    },
    "gicsIndustryGroupNumber": {
      "type": "string"
    },
    "gicsIndustryName": {
      "type": "string"
    },
    "gicsIndustryNumber": {
      "type": "string"
    },
    "gicsSubIndustryName": {
      "type": "string"
    },
    "gicsSubIndustryNumber": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    }
  }
}