A new account violation has been created
Event Type | Description |
---|---|
| A new account violation (GFV for cash and PDT for margin) is created and provides the total violation count. |
{
"id": "event_ad1d0449-47c3-487c-ad6f-f61b6d738e30",
"type": "violations.created",
"timestamp": "2019-03-29T14:39:26.797655993Z",
"payload": {
"accountID": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd.1403540676095",
"accountNo": "DWZR000001",
"currentViolations": {
"goodFaithViolations": {
"count": 1
}
}
}
}
{
"id": "event_ad1d0449-47c3-487c-ad6f-f61b6d738e30",
"type": "violations.created",
"timestamp": "2019-03-29T14:39:26.797655993Z",
"payload": {
"accountID": "b25f0d36-b4e4-41f8-b3d9-9249e46402cd.1403540676095",
"accountNo": "DWZR000001",
"currentViolations": {
"patternDayTrades": {
"count": 1
}
}
}
}
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 |
| string | unique account identifier |
| string | account number |
| object | contains the details of current violations |
| object | contains the |
| object | contains the |
| number | the total number of the specified violation |