Retrieves the current (or specified version) investment policy statement for an account.
HTTP Basic Authentication using the API Key as username and API Secret as password.
The investor account ID
Get specific version (default is latest active)
x >= 1Include version history
Investment policy statement retrieved successfully
Investment policy statement defining risk profile, objectives, and constraints
Version number (versioned, immutable once published)
Target asset allocation with min/max bands
{
"equities": {
"target_percent": "50.00",
"min_percent": "40.00",
"max_percent": "60.00"
},
"fixed_income": {
"target_percent": "25.00",
"min_percent": "20.00",
"max_percent": "30.00"
},
"treasury": {
"target_percent": "20.00",
"min_percent": "15.00",
"max_percent": "25.00"
},
"alternatives": {
"target_percent": "5.00",
"min_percent": "0.00",
"max_percent": "10.00"
}
}Investment constraints and guidelines
draft, active, superseded