Segment Wise Deposit and Utilization
The ResponseObject contains the following parameters:
| Parameter (Key) | Data Type | Description |
|---|---|---|
| jMessageType | varchar(255) | Message Type |
| jMessageHeader | varchar(255) | Contains ManagerId |
| jData | varchar(512) | Contains Event Type, Branch ID, User ID, and nested utilization/deposit details |
Example Responseβ
{
"MsgType": "CASH_COLLATERAL",
"MsgHeader": {
"ManagerId": "O1"
},
"Data": {
"EventType": 1,
"GroupID": "HO",
"UserID": "R1",
"Key": "CC_HO_R1_1",
"LastUpdateTime": 2349888554,
"Periodicity": 1,
"DepositHeads": {
"CashComponent": 200000,
"CashDeposit": 100000
// Additional deposit heads...
},
"Utilizations": {
"EQUITY": {
// equity utilization details...
},
"DERIVATIVES": {
// derivative utilization details...
},
"CURRENCY": {
// currency utilization details...
},
"MCX": {
// mcx details...
},
"NCDEX": {
// ncdex details...
},
"MaxMargin": 1050
// Additional utilization fields...
}
}
}
π Segment Wise Deposit and Utilization Packetβ
| Field | Details |
|---|---|
| Name | Segment wise Deposit and Utilization |
| Description | Indicates changes in segment-wise deposit and utilization to thirdβparty systems |
π‘οΈ Segment Wise Deposit and Utilization β Parametersβ
The packet contains the following elements:
| Parameter (Key) | Data Type | Description |
|---|---|---|
| Message Type | varchar(20) | CASH_COLLATERAL |
| Manager ID | int | Manager ID |
| Group ID | varchar(25) | Branch ID |
| User ID | varchar(25) | Dealer ID |
| Event Type | int | Event definitions: β’ 1 β Cash Collateral added |
| Key | varchar(25) | Composite identifier:CC_<Group Id>_<Dealer Id>_<Periodicity> |
| LastUpdateTime | int | Last update time in milliseconds (when data was modified/added) |
| Periodicity | int | Numeric value of periodicity for which data is modified |
| Data | varchar(255) | Contains: β’ DepositHeads β Deposit details β’ Utilizations β Segment-wise utilization values for the specified periodicity |