Certificate transaction item
Certificate Transaction Item
Description: A certificate with its full transaction history. Groups all lifecycle events (issuance, cancellation) for a single certificate.
Referenced By (1): - List Transactions Response
References (2): - Certificate Cancellation Transaction - Certificate Issuance Transaction
Example:
{
"securityId": "2951",
"stakeholderId": "4923",
"securityLabel": "CS-42",
"issuance": {
"issueDatetime": {
"value": "2024-01-15T00:00:00Z"
},
"quantity": {
"value": "10000"
},
"acquisitionCost": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1.50"
}
},
"equityPlanId": "42"
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cancellations |
[Array of Certificate Cancellation Transaction] |
All cancellation and termination transactions for the certificate, in chronological order. | - |
issuance |
Certificate Issuance Transaction | The issuance transaction for the certificate. | - |
securityId |
STRING |
The identifier of the certificate. Constraints: Max length: 50 |
- |
securityLabel |
STRING |
The human-readable label for the certificate (e.g. "CS-42"). Constraints: Max length: 50 |
- |
stakeholderId |
STRING |
The identifier of the current holder of the certificate. Constraints: Max length: 50 |
- |