Skip to content

Warrant transfer transaction

Warrant Transfer Transaction

Description: A transfer transaction for a warrant. Represents the transfer of warrant shares to a new warrant.

Referenced By (1): - Warrant Transaction Item

References (2): - Decimal - Iso8601 Complete Calendar Date Time

Example:

{
  "transferredDatetime": {
    "value": "2025-02-01T00:00:00Z"
  },
  "quantity": {
    "value": "5000"
  },
  "resultingSecurityId": "5102",
  "resultingSecurityLabel": "W-8"
}

Properties:

Property Type Description Required
quantity Decimal The number of warrant shares transferred. -
resultingSecurityId STRING The identifier of the new warrant created as a result of the transfer.
Constraints: Max length: 50
-
resultingSecurityLabel STRING The human-readable label of the new warrant created as a result of the transfer (e.g. "W-8").
Constraints: Max length: 50
-
transferredDatetime Iso8601 Complete Calendar Date Time The date and time the transfer was executed. -