Rsa cancellation transaction
Rsa Cancellation Transaction
Description: A cancellation or termination transaction for an RSA.
Referenced By (1): - Rsa Transaction Item
References (3): - Decimal - Iso8601 Complete Calendar Date Time - Rsa Cancellation Reason
Example:
{
"effectiveDatetime": {
"value": "2025-06-01T00:00:00Z"
},
"reason": "RSA_CANCELLATION_REASON_TERMINATED",
"quantity": {
"value": "3000"
},
"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 |
Rsa 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. | - |