Rsu transaction item
Rsu Transaction Item
Description: An RSU award with its full transaction history. Groups all lifecycle events (issuance, settlements, cancellation) for a single RSU award.
Referenced By (1): - List Transactions Response
References (3): - Rsu Cancellation Transaction - Rsu Issuance Transaction - Rsu Settlement Transaction
Example:
{
"securityId": "3201",
"stakeholderId": "4923",
"securityLabel": "RSU-7",
"issuance": {
"issueDatetime": {
"value": "2024-01-15T00:00:00Z"
},
"quantity": {
"value": "5000"
},
"equityPlanId": "42"
},
"settlements": [
{
"id": "34JdU5jWgsrhZbKG0uyIUbI",
"settlementDatetime": {
"value": "2025-01-15T00:00:00Z"
},
"settledQuantity": {
"value": "700"
},
"withheldQuantity": {
"value": "300"
},
"resultingSecurityId": "3051",
"resultingSecurityType": "certificate",
"resultingSecurityLabel": "CS-55"
}
]
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cancellations |
[Array of Rsu Cancellation Transaction] |
All cancellation and termination transactions for the RSU award, in chronological order. An award can accrue multiple cancellation events (e.g. TERMINATED followed by SETTLEMENT_WINDOW_ENDED). | - |
issuance |
Rsu Issuance Transaction | The issuance transaction for the RSU award. | - |
securityId |
STRING |
The identifier of the RSU award. Constraints: Max length: 50 |
- |
securityLabel |
STRING |
The human-readable label for the RSU award (e.g. "RSU-7"). Constraints: Max length: 50 |
- |
settlements |
[Array of Rsu Settlement Transaction] |
All settlement transactions for the RSU award. | - |
stakeholderId |
STRING |
The identifier of the current holder of the RSU award. Constraints: Max length: 50 |
- |