{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssetClassification",
"title": "AssetClassification",
"type": "object",
"properties": {
"allocation": {
"type": "number",
"description": "The allocation percentage of the holding.
Required Feature Enablement: Asset classification feature
Applicable containers: investment
",
"format": "double",
"readOnly": true
},
"classificationType": {
"type": "string",
"description": "The type of classification to which the investment belongs (assetClass, country, sector, and style).
Required Feature Enablement: Asset classification feature
Applicable containers: investment
",
"readOnly": true
},
"classificationValue": {
"type": "string",
"description": "The value for each classificationType.
Required Feature Enablement: Asset classification feature
Applicable containers: investment
",
"readOnly": true
}
}
}