Envestnet · Schema

CreditAcceleratorAllAccountCashFlow

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
values array
currency string
View JSON Schema on GitHub

JSON Schema

envestnet-creditacceleratorallaccountcashflow-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreditAcceleratorAllAccountCashFlow",
  "title": "CreditAcceleratorAllAccountCashFlow",
  "type": "object",
  "properties": {
    "values": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CreditAcceleratorAllAccountCashFlowAnalysis"
      }
    },
    "currency": {
      "type": "string"
    }
  }
}