Envestnet · Schema

CreditAcceleratorAllAccountInvestmentHoldingSummary

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
classifications array
totalValues array
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorallaccountinvestmentholdingsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorAllAccountInvestmentHoldingSummary",
  "title": "CreditAcceleratorAllAccountInvestmentHoldingSummary",
  "type": "object",
  "properties": {
    "classifications": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CreditAcceleratorClassification"
      }
    },
    "totalValues": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Money"
      }
    }
  }
}