Factset · Schema

OptimalPortfolio

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
acctName string Account path
excludeZero boolean Exclude zero
archiveDate string Archive date
ifAcctExists string Archive action if account exists
ifOfdbDateExists string Action if ofdb date exists
View JSON Schema on GitHub

JSON Schema

factset-axioma-fixed-income-optimizer-optimal-portfolio-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OptimalPortfolio",
  "type": "object",
  "properties": {
    "acctName": {
      "type": "string",
      "description": "Account path"
    },
    "excludeZero": {
      "type": "boolean",
      "description": "Exclude zero"
    },
    "archiveDate": {
      "type": "string",
      "description": "Archive date"
    },
    "ifAcctExists": {
      "type": "string",
      "description": "Archive action if account exists"
    },
    "ifOfdbDateExists": {
      "type": "string",
      "description": "Action if ofdb date exists"
    }
  }
}