Creates or updates the Investment Policy Statement (IPS) for an account. The IPS defines risk profile, time horizon, investment objectives, target allocation, and constraints. This is an idempotent operation - creates if not exists, creates a new version if exists. Previous versions are marked as superseded.
HTTP Basic Authentication using the API Key as username and API Secret as password.
Unique key for idempotent operation
128The investor account ID
Request body for creating/updating IPS
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
Investment policy statement created or updated 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