Envestnet · Schema

DerivedCategorySummaryDetails

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
date string Date on which the credit and debit transactions had occured.

Applicable containers: creditCard, bank, investment
creditTotal object
debitTotal object
View JSON Schema on GitHub

JSON Schema

envestnet-derivedcategorysummarydetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DerivedCategorySummaryDetails",
  "title": "DerivedCategorySummaryDetails",
  "type": "object",
  "properties": {
    "date": {
      "type": "string",
      "description": "Date on which the credit and debit transactions had occured.<br><br><b>Applicable containers</b>: creditCard, bank, investment<br>",
      "readOnly": true
    },
    "creditTotal": {
      "$ref": "#/components/schemas/Money"
    },
    "debitTotal": {
      "$ref": "#/components/schemas/Money"
    }
  }
}