Envestnet · Schema

BasicPredictedEvent

Predicted Event object that contains details about one or more predicted events as identified by the system.

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
id number The unique identifier of the predicted event.
link object Reference path link to fetch more information about the specific predicted event.
categoryId string Identifier of the category assigned to the predicted event. This is the id field of the transaction category resource. The supported values are provided by GET transactions/categories.
category string The name of the category assigned to the predicted event. This is the category field of the transaction category resource. The supported values are provided by GET transactions/categories.
lastTrasactionAmount object The amount of the last aggregated transaction that was used to predict the event.
lastTransactionDate string The date of the last aggregated transaction associated with the predicted event.
basicMerchant object
basicTransaction array
frequency string frequency.
confidence string confidence.
confidenceLevel string confidence Level.
userApprovalStatus string user Approval Status.
basicAccount array
View JSON Schema on GitHub

JSON Schema

envestnet-basicpredictedevent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BasicPredictedEvent",
  "title": "BasicPredictedEvent",
  "description": "Predicted Event object that contains details about one or more predicted events as identified by the system.",
  "properties": {
    "id": {
      "type": "number",
      "description": "The unique identifier of the predicted event.",
      "readOnly": true
    },
    "link": {
      "description": "Reference path link to fetch more information about the specific predicted event.",
      "allOf": [
        {
          "$ref": "#/components/schemas/BasicPredictedEventLink"
        }
      ],
      "readOnly": true
    },
    "categoryId": {
      "type": "string",
      "description": "Identifier of the category assigned to the predicted event. This is  the id field of the transaction category resource. The supported  values are provided by GET transactions/categories.",
      "readOnly": true
    },
    "category": {
      "type": "string",
      "description": "The name of the category assigned to the predicted event. This is the  category field of the transaction category resource. The supported  values are provided by GET transactions/categories.",
      "readOnly": true
    },
    "lastTrasactionAmount": {
      "description": "The amount of the last aggregated transaction that was used to  predict the event.",
      "allOf": [
        {
          "$ref": "#/components/schemas/Money"
        }
      ],
      "readOnly": true
    },
    "lastTransactionDate": {
      "type": "string",
      "description": "The date of the last aggregated transaction associated with the predicted event.",
      "readOnly": true
    },
    "basicMerchant": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BasicMerchant"
        }
      ],
      "readOnly": true
    },
    "basicTransaction": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BasicTransaction"
      },
      "readOnly": true
    },
    "frequency": {
      "type": "string",
      "description": "frequency.",
      "readOnly": true
    },
    "confidence": {
      "type": "string",
      "description": "confidence.",
      "readOnly": true
    },
    "confidenceLevel": {
      "type": "string",
      "description": "confidence Level.",
      "readOnly": true
    },
    "userApprovalStatus": {
      "type": "string",
      "description": "user Approval Status.",
      "readOnly": true
    },
    "basicAccount": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/BasicAccount"
      },
      "readOnly": true
    }
  },
  "required": [
    "id",
    "link"
  ]
}

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-basicpredictedevent"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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