Envestnet · Schema

TransactionDerived

Derived information across one or more aggregated transactions.

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
creditTotal object The sum of all credit transactions.
debitTotal object The sum of all debit transactions.
totalUnpaidBills integer The total number of unpaid bills identified. If the threshold TOP is applied, this number may not match with the number of bills returned in the insight.
spentPercent string Amount spent calculated as debitTotal/creditTotal*100
totalSpending object
averageSpending object
link object
debtToIncomeRatio number Debt to income ratio calculated as (monthly recurring debt / average monthly income) * 100
averageMonthlyIncome object Average monthly income for the duration.
monthlyRecurringPaymentTotal object Identified monthly recurring payments for the user derived from minimum due amount across all cards, loan payments, rent payments, mortgage payments, alimoney and child care support.
dateRange object The date range considered to compute the values.
View JSON Schema on GitHub

JSON Schema

envestnet-transactionderived-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionDerived",
  "title": "TransactionDerived",
  "description": "Derived information across one or more aggregated transactions.",
  "properties": {
    "creditTotal": {
      "description": "The sum of all credit transactions.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "readOnly": true
    },
    "debitTotal": {
      "description": "The sum of all debit transactions.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "readOnly": true
    },
    "totalUnpaidBills": {
      "type": "integer",
      "description": "The total number of unpaid bills identified. If the threshold  TOP is applied, this number may not match with the number of  bills returned in the insight.",
      "readOnly": true
    },
    "spentPercent": {
      "type": "string",
      "description": "Amount spent calculated as debitTotal/creditTotal*100"
    },
    "totalSpending": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    },
    "averageSpending": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    },
    "link": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Link"
        }
      ],
      "readOnly": true
    },
    "debtToIncomeRatio": {
      "type": "number",
      "description": "Debt to income ratio calculated as (monthly recurring debt / average monthly income) * 100"
    },
    "averageMonthlyIncome": {
      "description": "Average monthly income for the duration.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    },
    "monthlyRecurringPaymentTotal": {
      "description": "Identified monthly recurring payments for the user derived from minimum due amount across all cards, loan payments, rent payments, mortgage payments, alimoney and child care support.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ]
    },
    "dateRange": {
      "description": "The date range considered to compute the values.",
      "items": {
        "$ref": "#/components/schemas/DateRange"
      },
      "readOnly": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-transactionderived"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.