Factset · JSON Structure

Factset Content Feeds Data Dictionary Product Structure

Type: object Properties: 9
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Product is a JSON Structure definition published by Factset, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name ofmLink ofmProductId entitled providerName dataFeed api referenceDataFeed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Product",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "ofmLink": {
      "type": "string"
    },
    "ofmProductId": {
      "type": "string"
    },
    "entitled": {
      "type": "boolean"
    },
    "providerName": {
      "type": "string"
    },
    "dataFeed": {
      "type": "boolean"
    },
    "api": {
      "type": "boolean"
    },
    "referenceDataFeed": {
      "type": "boolean"
    }
  }
}