Envestnet · Schema

CategoryDerived

category information

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
dateRange object
averageNetTotal object Average spending calculated as (netTotal)/(Number of Months) associated with the detail category for the specific duration.
View JSON Schema on GitHub

JSON Schema

envestnet-categoryderived-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CategoryDerived",
  "title": "CategoryDerived",
  "description": "category information",
  "properties": {
    "dateRange": {
      "description": "",
      "allOf": [
        {
          "$ref": "#/components/schemas/DateRange"
        }
      ]
    },
    "averageNetTotal": {
      "description": "Average spending calculated as (netTotal)/(Number of Months)  associated with the detail category for the specific duration.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    }
  }
}