Model Cash Analyzer
Run the model cash analyzer to review pending cash transfers, FX conversion orders, and any margin warnings that would result from the currently pending model allocation plan.
Authentication
AuthorizationBearer
SSO bearer token.
Request
This endpoint expects an object.
reqID
Request identifier to uniquely track a request.
subscriptionKey
Subscription key. Send an empty string on the initial request.
Response
Successfully retrieved the cash analyzer summary.
cashTransfers
Cash transfers required by the current allocation plan.
error
Error message produced by the analyzer, or null if none.
fxconvorders
FX conversion orders required to fund the plan.
marginWarning
True if the plan would trigger a margin warning.
reqID
Request identifier echoed from the originating request.
subscriptionStatus
Describes if the model is in polling mode.
success
Signifies that the analyzer completed successfully.
transfersInstructionId
Identifier that groups the resulting transfers; supply to downstream submit endpoints.
Errors
401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error

