Envestnet · Schema

HoldingTypeListResponse

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
holdingType array
View JSON Schema on GitHub

JSON Schema

envestnet-holdingtypelistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HoldingTypeListResponse",
  "title": "HoldingTypeListResponse",
  "type": "object",
  "properties": {
    "holdingType": {
      "type": "array",
      "readOnly": true,
      "items": {
        "type": "string",
        "enum": [
          "stock",
          "mutualFund",
          "bond",
          "CD",
          "option",
          "moneyMarketFund",
          "other",
          "remic",
          "future",
          "commodity",
          "currency",
          "unitInvestmentTrust",
          "employeeStockOption",
          "insuranceAnnuity",
          "unknown",
          "preferredStock",
          "ETF",
          "warrants",
          "digitalAsset"
        ]
      }
    }
  }
}