Skip to content

Rsa transaction item

Rsa Transaction Item

Description: An RSA with its full transaction history. Groups all lifecycle events (issuance, cancellation) for a single RSA.

Referenced By (1): - List Transactions Response

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

Example:

{
  "securityId": "4101",
  "stakeholderId": "4923",
  "securityLabel": "RSA-3",
  "issuance": {
    "issueDatetime": {
      "value": "2024-01-15T00:00:00Z"
    },
    "quantity": {
      "value": "5000"
    },
    "acquisitionCost": {
      "currencyCode": {
        "value": "USD"
      },
      "amount": {
        "value": "0.001"
      }
    },
    "equityPlanId": "42"
  }
}

Properties:

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