Envestnet · Schema
BasicHolding
Object that contains details about one or more securities.
FinancialWealth ManagementOpen BankingAccount Aggregation
Properties
| Name | Type | Description |
|---|---|---|
| id | number | Unique identifier for the security added in the system. This is the primary key of the holding resource. |
| accountId | number | The associated unique ID of the account. |
| link | object | |
| holdingType | string | Indicates the type of security like stocks, mutual fund, etc. The list of supported holding types is provided in GET holdings/holdingTypeList. |
| maturityDate | string | The stated maturity date of a bond or CD. |
| qty | string | The quantity held for the holding. Note - For bonds, the quantity field indicates the normalized quantity and not the quantity aggregated from the site. The quantity field appli |
| price | object | The current price of the security. Note - For bonds, the price field indicates the normalized price and not the price aggregated from the site. For the insurance container, the field ap |
| asOf | string | The date as of which the information is presented. |
| value | object | The total market value of the security. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BasicHolding",
"title": "BasicHolding",
"description": "Object that contains details about one or more securities.",
"properties": {
"id": {
"type": "number",
"description": "Unique identifier for the security added in the system. This is the primary key of the holding resource.",
"readOnly": true
},
"accountId": {
"type": "number",
"description": "The associated unique ID of the account.",
"readOnly": true
},
"link": {
"allOf": [
{
"$ref": "#/components/schemas/BasicHoldingLink"
}
],
"readOnly": true
},
"holdingType": {
"type": "string",
"description": "Indicates the type of security like stocks, mutual fund, etc. The list of supported holding types is provided in GET holdings/holdingTypeList.",
"readOnly": true
},
"maturityDate": {
"type": "string",
"description": "The stated maturity date of a bond or CD.",
"readOnly": true
},
"qty": {
"type": "string",
"description": "The quantity held for the holding. <br><br><b>Note</b> - For bonds, the quantity field indicates the normalized quantity and not the quantity aggregated from the site. <br><br>The quantity field applies to all holding types except restricted stock units/awards, performance units, currency, and commodity. <br><br>For the insurance container, the field applies only to insurance annuity and variable life insurance types.",
"readOnly": true
},
"price": {
"description": "The current price of the security. <br><br><b>Note</b> - For bonds, the price field indicates the normalized price and not the price aggregated from the site. For the insurance container, the field applies only to the insurance annuity and variable life insurance types.",
"allOf": [
{
"$ref": "#/components/schemas/Money"
}
],
"readOnly": true
},
"asOf": {
"type": "string",
"description": "The date as of which the information is presented.",
"readOnly": true
},
"value": {
"description": "The total market value of the security.",
"allOf": [
{
"$ref": "#/components/schemas/Money"
}
],
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/envestnet-basicholding"
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.