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
Name | Type | Mandatory | Description |
---|---|---|---|
groupId | LONG | YES | Risk unit unique identifier |
Response Example
{
"groupId": 10001,
"status": "CLOSED"
}
Response detail desc
Parameter | Type | Description |
---|---|---|
groupId | LONG | Risk unit unique identifier |
status | STRING | CLOSED:This risk unit has been closed successfully |