Skip to main content

Close Risk Unit (TRADE)

API Description

The closure of the Institutional Loan risk unit can only be initiated by API calls from the credit account. If the closure is successful all the collateral accounts will be unlinked. Please note the following conditions must be met:

  • The Institution Loan risk unit is active.
  • The outstanding institutional loan liabilities for that particular risk unit have been repaid.

HTTP Request

DELETE /sapi/v1/margin/loan-group

Request Weight

1000(UID)

Request Parameters

NameTypeMandatoryDescription
groupIdLONGYESRisk unit unique identifier

Response Example

{

"groupId": 10001,

"status": "CLOSED"

}

Response detail desc

ParameterTypeDescription
groupIdLONGRisk unit unique identifier
statusSTRINGCLOSED:This risk unit has been closed successfully