Skip to content

Option cancellation transaction

Option Cancellation Transaction

Description: A cancellation or termination transaction for an option grant.

Referenced By (1): - Option Transaction Item

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

Example:

{
  "effectiveDatetime": {
    "value": "2025-06-01T00:00:00Z"
  },
  "reason": "OPTION_CANCELLATION_REASON_TERMINATED",
  "quantity": {
    "value": "800"
  },
  "terminationDatetime": {
    "value": "2025-05-15T00:00:00Z"
  },
  "forfeitureDatetime": {
    "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 Option 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. -