Factset · Schema

RTDataModel_Products

sample response

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
product_code integer FactSet product code
description string Product description
View JSON Schema on GitHub

JSON Schema

factset-exchange-datafeed-data-model-rt-data-model_products-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RTDataModel_Products",
  "type": "object",
  "description": "sample response",
  "properties": {
    "product_code": {
      "type": "integer",
      "description": "FactSet product code"
    },
    "description": {
      "type": "string",
      "description": "Product description"
    }
  }
}