Properties
| Name | Type | Description |
|---|---|---|
| symbol | string | |
| exercisedQuantity | number | |
| cusipNumber | string | |
| vestedQuantity | number | |
| description | string | |
| unvestedValue | object | |
| vestedValue | object | |
| optionType | string | |
| holdingType | string | |
| maturityDate | string | |
| price | object | |
| term | string | |
| contractQuantity | number | |
| isShort | boolean | |
| value | object | |
| expirationDate | string | |
| interestRate | number | |
| quantity | number | |
| grantDate | string | |
| sedol | string | |
| vestedSharesExercisable | number | |
| spread | object | |
| accountId | integer | |
| couponRate | number | |
| unvestedQuantity | number | |
| costBasis | object | |
| vestingDate | string | |
| isin | string | |
| strikePrice | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/HoldingRequestInfo",
"title": "HoldingRequestInfo",
"required": [
"accountId",
"description",
"value"
],
"type": "object",
"properties": {
"symbol": {
"type": "string"
},
"exercisedQuantity": {
"type": "number",
"format": "double"
},
"cusipNumber": {
"type": "string"
},
"vestedQuantity": {
"type": "number",
"format": "double"
},
"description": {
"maxLength": 2147483647,
"minLength": 1,
"type": "string"
},
"unvestedValue": {
"$ref": "#/components/schemas/Money"
},
"vestedValue": {
"$ref": "#/components/schemas/Money"
},
"optionType": {
"type": "string",
"enum": [
"put",
"call",
"unknown",
"other"
]
},
"holdingType": {
"type": "string",
"enum": [
"stock",
"mutualFund",
"bond",
"CD",
"option",
"moneyMarketFund",
"other",
"remic",
"future",
"commodity",
"currency",
"unitInvestmentTrust",
"employeeStockOption",
"insuranceAnnuity",
"unknown",
"preferredStock",
"ETF",
"warrants",
"digitalAsset"
]
},
"maturityDate": {
"type": "string"
},
"price": {
"$ref": "#/components/schemas/Money"
},
"term": {
"type": "string"
},
"contractQuantity": {
"type": "number",
"format": "double"
},
"isShort": {
"type": "boolean"
},
"value": {
"$ref": "#/components/schemas/Money"
},
"expirationDate": {
"type": "string"
},
"interestRate": {
"type": "number",
"format": "double"
},
"quantity": {
"type": "number",
"format": "double"
},
"grantDate": {
"type": "string"
},
"sedol": {
"type": "string"
},
"vestedSharesExercisable": {
"type": "number",
"format": "double"
},
"spread": {
"$ref": "#/components/schemas/Money"
},
"accountId": {
"type": "integer",
"format": "int64"
},
"couponRate": {
"type": "number",
"format": "double"
},
"unvestedQuantity": {
"type": "number",
"format": "double"
},
"costBasis": {
"$ref": "#/components/schemas/Money"
},
"vestingDate": {
"type": "string"
},
"isin": {
"type": "string"
},
"strikePrice": {
"$ref": "#/components/schemas/Money"
}
}
}
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-holdingrequestinfo"
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.