Convertible cancellation transaction
Convertible Cancellation Transaction
Description: A cancellation transaction for a convertible note.
Referenced By (1): - Convertible Transaction Item
References (3): - Convertible Cancellation Reason - Iso8601 Complete Calendar Date Time - Money
Example:
{
"effectiveDatetime": {
"value": "2025-10-02T00:00:00Z"
},
"reason": "CONVERTIBLE_CANCELLATION_REASON_CONVERTED",
"principal": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "500000"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
effectiveDatetime |
Iso8601 Complete Calendar Date Time | The effective date and time of the cancellation. | - |
principal |
Money | The principal amount cancelled. May be less than the original note principal if this is a partial cancellation. | - |
reason |
Convertible Cancellation Reason | The reason for the cancellation. | - |