Factset · Schema

ReferenceGroup

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Unique identifier for the api endpoint
name string API endpoint path
description string A description of the endpoint
entitled string Flag indicating if the user is entitled to access the data in their subscriptions
View JSON Schema on GitHub

JSON Schema

factset-content-feeds-data-dictionary-reference-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReferenceGroup",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the api endpoint"
    },
    "name": {
      "type": "string",
      "description": "API endpoint path"
    },
    "description": {
      "type": "string",
      "description": "A description of the endpoint"
    },
    "entitled": {
      "type": "string",
      "description": "Flag indicating if the user is entitled to access the data in their subscriptions"
    }
  }
}