Factset · Schema

PaDoc

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string PA document path
View JSON Schema on GitHub

JSON Schema

factset-portfolio-optimizer-pa-doc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaDoc",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "PA document path"
    }
  }
}