Factset · Schema

PubIdentifier

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string User's FactSet account path OR benchmark.
holdingsmode string Holdings Mode can be B&H, TBR, OMS or EXT.
View JSON Schema on GitHub

JSON Schema

factset-publisher-pub-identifier-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PubIdentifier",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "User's FactSet account path OR benchmark."
    },
    "holdingsmode": {
      "type": "string",
      "description": "Holdings Mode can be B&H, TBR, OMS or EXT."
    }
  }
}