Factset · Schema

FPOAccount

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
id string Account path
View JSON Schema on GitHub

JSON Schema

factset-portfolio-optimizer-fpo-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FPOAccount",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Account path"
    }
  }
}