Envestnet · Schema

CreditAcceleratorAllAccountAnalysis

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
income object
asset object
expense object
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorallaccountanalysis-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorAllAccountAnalysis",
  "title": "CreditAcceleratorAllAccountAnalysis",
  "type": "object",
  "properties": {
    "income": {
      "$ref": "#/components/schemas/CreditAcceleratorAllAccountIncome"
    },
    "asset": {
      "$ref": "#/components/schemas/CreditAcceleratorAllAccountAsset"
    },
    "expense": {
      "$ref": "#/components/schemas/CreditAcceleratorAllAccountExpense"
    }
  }
}