Factset · Schema

OptimizerOptimalHoldings

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
identifierType string Identifier type
includeCash boolean Include cash
excludeZero boolean Exclude zero
View JSON Schema on GitHub

JSON Schema

factset-axioma-fixed-income-optimizer-optimizer-optimal-holdings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OptimizerOptimalHoldings",
  "type": "object",
  "properties": {
    "identifierType": {
      "type": "string",
      "description": "Identifier type"
    },
    "includeCash": {
      "type": "boolean",
      "description": "Include cash"
    },
    "excludeZero": {
      "type": "boolean",
      "description": "Exclude zero"
    }
  }
}