A new trade confirmation document has been created
Event Type | Description |
---|---|
| A new trade confirmation document has been created and uploaded to the client account. |
{
"id": "event_4da42927-77f5-4308-a6bf-60c1ed0a4b24",
"type": "tradeconfirms.created",
"timestamp": "2019-01-09T12:14:44.155187291Z",
"payload": {
"tradeConfirm": {
"displayName": "Jun 02, 2017 Trade Confirm",
"fileKey": "2017060201"
},
"accountID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759",
"accountNo": "DPKU000001",
"userID": "cc07f91b-7ee1-4868-b8fc-823c70a1b932"
}
Results Explained
Attribute | Type | Description |
---|---|---|
| string | unique event identifier |
| string | the type of event |
| string | time when the event was created |
| object | contains the details of the event |
| object | contains the information of the trade confirmation document |
| string | description of the document |
| string | key that is used to generate the trade confirmation. See Get Statement File for more details on using the key. |
| string | unique account identifier |
| string | account number |
| string | unique user identifier |