Envestnet · Schema
AssetClassificationList
FinancialWealth ManagementOpen BankingAccount Aggregation
Properties
| Name | Type | Description |
|---|---|---|
| classificationType | string | The type of classification to which the investment belongs (assetClass, country, sector, and style). Required Feature Enablement: Asset classification feature Applicable containers |
| classificationValue | array | The value for each classificationType. Required Feature Enablement: Asset classification feature Applicable containers: investment |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssetClassificationList",
"title": "AssetClassificationList",
"type": "object",
"properties": {
"classificationType": {
"type": "string",
"description": "The type of classification to which the investment belongs (assetClass, country, sector, and style).<br><b>Required Feature Enablement</b>: Asset classification feature<br><br><b>Applicable containers</b>: investment<br>",
"readOnly": true
},
"classificationValue": {
"type": "array",
"description": "The value for each classificationType.<br><b>Required Feature Enablement</b>: Asset classification feature<br><br><b>Applicable containers</b>: investment<br>",
"readOnly": true,
"items": {
"type": "string"
}
}
}
}