Skip to main content

CancelledEvent

A previously issued holding was cancelled.

costdecimalrequired

Principal amount that was invested in the cancelled holding.

Example: 10000.00
currencystringrequired

Three-letter currency code for the holding.

Example: GBP
cursorstringrequired

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.xyz789
entityCodestringrequired

Code identifying the organisation (client) this event belongs to.

Example: TEST001
eventTypestringrequired
Constant value: CANCELLED
holdingUidstringrequired

Unique identifier of the cancelled holding.

Example: 6e69e21342a24bbdaf9fe4e8a9995fda
uidstringrequired

Unique identifier for this event record.

Example: 00000000000000000000000000000001
CancelledEvent
{
"cost": "10000.00",
"currency": "GBP",
"cursor": "ev1.abc123.xyz789",
"entityCode": "TEST001",
"eventType": "CANCELLED",
"holdingUid": "6e69e21342a24bbdaf9fe4e8a9995fda",
"uid": "00000000000000000000000000000001"
}