{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DerivedHoldingsAccount",
"title": "DerivedHoldingsAccount",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "The primary key of the account resource and the unique identifier for the account.
Required Feature Enablement: Asset classification feature.
Applicable containers: investment, insurance
",
"format": "int64",
"readOnly": true
},
"value": {
"$ref": "#/components/schemas/Money"
}
}
}