Skip to content

Piu transaction item

Piu Transaction Item

Description: A PIU (Profits Interest Unit) with its full transaction history. Groups all lifecycle events (issuance, cancellation) for a single PIU.

Referenced By (1): - List Transactions Response

References (2): - Piu Cancellation Transaction - Piu Issuance Transaction

Example:

{
  "securityId": "6001",
  "stakeholderId": "4923",
  "securityLabel": "PIU-3",
  "issuance": {
    "issueDatetime": {
      "value": "2024-01-15T00:00:00Z"
    },
    "quantity": {
      "value": "10000"
    },
    "acquisitionCost": {
      "currencyCode": {
        "value": "USD"
      },
      "amount": {
        "value": "0.001"
      }
    },
    "equityPlanId": "42",
    "issuanceReason": "PIU_ISSUANCE_REASON_ISSUED_FROM_SHARE_RESERVE"
  },
  "cancellations": []
}

Properties:

Property Type Description Required
cancellations [Array of Piu Cancellation Transaction] All cancellation and termination transactions for the PIU, in chronological order. -
issuance Piu Issuance Transaction The issuance transaction for the PIU. -
securityId STRING The identifier of the PIU.
Constraints: Max length: 50
-
securityLabel STRING The human-readable label for the PIU (e.g. "PIU-3").
Constraints: Max length: 50
-
stakeholderId STRING The identifier of the current holder of the PIU.
Constraints: Max length: 50
-