CancelledEvent
A previously issued holding was cancelled.
costdecimalrequired
Principal amount that was invested in the cancelled holding.
Example:
10000.00currencystringrequired
Three-letter currency code for the holding.
Example:
GBPcursorstringrequired
Opaque pagination token for this event. Pass as start_cursor on the next request to retrieve events that occurred after this one.
Example:
ev1.abc123.xyz789entityCodestringrequired
Code identifying the organisation (client) this event belongs to.
Example:
TEST001eventTypestringrequired
Constant value:
CANCELLEDholdingUidstringrequired
Unique identifier of the cancelled holding.
Example:
6e69e21342a24bbdaf9fe4e8a9995fdauidstringrequired
Unique identifier for this event record.
Example:
00000000000000000000000000000001CancelledEvent
{
"cost": "10000.00",
"currency": "GBP",
"cursor": "ev1.abc123.xyz789",
"entityCode": "TEST001",
"eventType": "CANCELLED",
"holdingUid": "6e69e21342a24bbdaf9fe4e8a9995fda",
"uid": "00000000000000000000000000000001"
}