Set Model Allocations
Create or Modify a model's target positions.
Request
This endpoint expects an object.
cashTargets
Array target cash objects
desc
Personal description of model to read in IBKR GUI elements.
isStatic
Determine if investing and rebalancing should be handled statically or dynamically.
* `true` - Static models will always use the original targets.
* `false` - Dynamic models will adjust allocation in response to market movements.
model
Name of your model.
positionTargets
List containing all contracts to hold in the model.
reqID
Request identifier to uniquely track a request.
Response
Successfully saved a model
reqID
Request identifier to uniquely track a request.
success
Signifies that the request was successfully submitted.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

