Factset · Schema

Product

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Unique identifier for the product
name string Name of the product
ofmLink string URL to the product page on the Open:FactSet Marketplace
ofmProductId string The id defining a product in the Open:FactSet Marketplace
entitled boolean Flag indicating if the user is entitled to access the data in their subscriptions
providerName string Name of the Data Provider for the product
dataFeed boolean Flag indicating if this product is available in a data feed
api boolean Flag indicating if this product is available in an api
referenceDataFeed boolean Flag indicating if this product is maintained by RDF/UCF
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-product-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Product",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the product"
    },
    "name": {
      "type": "string",
      "description": "Name of the product"
    },
    "ofmLink": {
      "type": "string",
      "description": "URL to the product page on the Open:FactSet Marketplace"
    },
    "ofmProductId": {
      "type": "string",
      "description": "The id defining a product in the Open:FactSet Marketplace"
    },
    "entitled": {
      "type": "boolean",
      "description": "Flag indicating if the user is entitled to access the data in their subscriptions"
    },
    "providerName": {
      "type": "string",
      "description": "Name of the Data Provider for the product"
    },
    "dataFeed": {
      "type": "boolean",
      "description": "Flag indicating if this product is available in a data feed"
    },
    "api": {
      "type": "boolean",
      "description": "Flag indicating if this product is available in an api"
    },
    "referenceDataFeed": {
      "type": "boolean",
      "description": "Flag indicating if this product is maintained by RDF/UCF"
    }
  }
}