Certificate cancellation transaction
Certificate Cancellation Transaction
Description: A cancellation or termination transaction for a certificate.
Referenced By (1): - Certificate Transaction Item
References (3): - Certificate Cancellation Reason - Decimal - Iso8601 Complete Calendar Date Time
Example:
{
"effectiveDatetime": {
"value": "2025-06-01T00:00:00Z"
},
"reason": "CERTIFICATE_CANCELLATION_REASON_TERMINATED",
"quantity": {
"value": "5000"
},
"terminationDatetime": {
"value": "2025-05-15T00:00:00Z"
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
effectiveDatetime |
Iso8601 Complete Calendar Date Time | The effective date and time of the cancellation. | - |
forfeitureDatetime |
Iso8601 Complete Calendar Date Time | The date and time unvested shares were forfeited. | - |
quantity |
Decimal | The number of shares affected by the cancellation. | - |
reason |
Certificate Cancellation Reason | The reason for the cancellation. | - |
terminationDatetime |
Iso8601 Complete Calendar Date Time | The date and time the holder's relationship with the issuer was terminated. | - |