Envestnet · Schema

StatementDerived

Statement derived

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
cardMinimumDueTotal object Total minimum due across one or more cards
View JSON Schema on GitHub

JSON Schema

envestnet-statementderived-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StatementDerived",
  "title": "StatementDerived",
  "description": "Statement derived",
  "properties": {
    "cardMinimumDueTotal": {
      "description": "Total minimum due across one or more cards",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    }
  }
}