Skip to content

Warrant cancellation transaction

Warrant Cancellation Transaction

Description: A cancellation transaction for a warrant.

Referenced By (1): - Warrant Transaction Item

References (3): - Decimal - Iso8601 Complete Calendar Date Time - Warrant Cancellation Reason

Example:

{
  "effectiveDatetime": {
    "value": "2025-06-01T00:00:00Z"
  },
  "reason": "WARRANT_CANCELLATION_REASON_LIFETIME_ENDED",
  "quantity": {
    "value": "40000"
  }
}

Properties:

Property Type Description Required
effectiveDatetime Iso8601 Complete Calendar Date Time The effective date and time of the cancellation. -
quantity Decimal The number of warrant shares affected by the cancellation. -
reason Warrant Cancellation Reason The reason for the cancellation. See WarrantCancellationReason for all supported values. -