Request Model Positions
Request all positions held within the model.
Request
This endpoint expects an object.
reqID
Request identifier to uniquely track a request.
model
Name of your model.
sortField
Field to sort the response by.
* `actual` - Current actual model allocation for the instrument.
* `actualRangeMax` - Maximum actual model allocation allowed for the instrument.
* `actualRangeMin` - Minimum actual model allocation allowed for the instrument.
* `ccy` - Currency of the instrument.
* `conid` - Contract identifier, or conid.
* `dlv` - Market value.
* `instrumentImbalance` - How far an instrument's actual allocation is from its model.
* `instrument` - Symbol of the security.
* `mv` - Market value of the model position.
* `position` - Number of shares held by the model.
* `target` - Target percentage of an instrument held within a model.
sortDirection
Direction to sort the request by.
* `ASC` - Sort from greatest to smallest.
* `DESC` - Sort from smallest to greatest.
Allowed values:
limit
Maximum number of positions to return.
Response
Successfully retrieve position details
cash
An object representing each currency held in the model.
mismatched
Notes if the Actual allocation has become misalligned with the Target.
model
Name of the model.
nlv
Market value of the model.
positionList
List of object containing each equity in the model.
positionTs
Epoch timestamp when the position was retrieved.
reqID
Request identifier to uniquely track a request.
stkOnly
Describes if the model contains only stocks.
subscriptionStatus
Describes if the model is in polling mode.
totalDlv
Diplayed total liquidation value of the model.
totalMv
Market value of the entire position.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

