Rebalance To New Targets
Rebalance the specified model to a brand-new set of target position and cash allocations supplied on the request. The full replacement target set is submitted; the response returns a subscription key for polling the resulting allocation preview.
Authentication
AuthorizationBearer
SSO bearer token.
Request
This endpoint expects an object.
reqID
Request identifier to uniquely track a request.
model
Name of the model to rebalance.
positionTargets
Full replacement list of position targets for the model.
cashTargets
Full replacement list of currency cash targets for the model.
subscriptionKey
Subscription key returned by a prior polling response. Send an empty string on the initial request; supply the returned key on follow-up poll requests.
Response
Successfully submitted rebalance-to-new-targets request.
reqID
Request identifier echoed from the originating request.
subscriptionKey
Subscription key to include on follow-up poll requests.
subscriptionStatus
Polling state indicator.
0- Result is still being computed; continue polling.1- Result is ready.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

