Sar cancellation transaction
Sar Cancellation Transaction
Description: A cancellation or termination transaction for a SAR.
Referenced By (1): - Sar Transaction Item
References (3): - Decimal - Iso8601 Complete Calendar Date Time - Sar Cancellation Reason
Example:
{
"effectiveDatetime": {
"value": "2025-06-01T00:00:00Z"
},
"reason": "SAR_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 units were forfeited. Only present for TERMINATION_FORFEITED cancellation events. | - |
quantity |
Decimal | The number of units affected by the cancellation. | - |
reason |
Sar Cancellation Reason | The reason for the cancellation. See SarCancellationReason for all supported values. |
- |
terminationDatetime |
Iso8601 Complete Calendar Date Time | The date and time the holder's relationship with the issuer was terminated. Only present for TERMINATED cancellation events. | - |