Skip to content

Piu cancellation transaction

Piu Cancellation Transaction

Description: A cancellation or termination transaction for a PIU.

Referenced By (1): - Piu Transaction Item

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

Example:

{
  "effectiveDatetime": {
    "value": "2025-06-01T00:00:00Z"
  },
  "reason": "PIU_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. -
quantity Decimal The number of units affected by the cancellation. -
reason Piu Cancellation Reason The reason for the cancellation. See PiuCancellationReason 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. -