Returns the margin risk settings for the specified account.
Path Parameters
accountIDstringRequired
The ID of the account
200 Response
totalShortPositionLimitobject
Quantity representing the total NOP limit across all currencies. It sets a limit that is compared to the total short position across all currencies (eg. 1000000). Currency represents the currency that the quantity is valued in (eg. USD)
Example: {"quantity":"100.0","currency":"USD"}
quantitystring<decimal>required
The specified quantity.
currencystringrequired
The specified quantity currency.
marginCallPercentagenumber<decimal>
Number representing the percentage at which a margin call will be initiated if the margin percentage falls below this number. It is in decimal form (eg. 0.8 to mean 80%)
liquidationThresholdPercentagenumber<decimal>
Number representing the liquidation threshold percentage at which positions will be automatically liquidated if the margin utilization exceeds this level. It is in decimal form (eg. 1.2 to mean 120%)
marginRequirementPercentagenumber<decimal>
Number representing the margin requirement percentage which is used with the NOP to determine the margin required. It is in decimal form (eg.0.2 for 20%)