Envestnet · Schema

CreditAcceleratorInvestmentHoldingSummary

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
totalValue object
classification object
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorinvestmentholdingsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorInvestmentHoldingSummary",
  "title": "CreditAcceleratorInvestmentHoldingSummary",
  "type": "object",
  "properties": {
    "totalValue": {
      "$ref": "#/components/schemas/Money"
    },
    "classification": {
      "$ref": "#/components/schemas/CreditAcceleratorClassification"
    }
  }
}