Restricted stock unit settlement
Restricted Stock Unit Settlement
Description: Restricted stock unit settlement information.
Referenced By (1): - Restricted Stock Unit
References (3): - Decimal - Iso8601 Complete Calendar Date - Money
Example:
{
"settlementDate": {
"value": "2016-08-19"
},
"releaseQuantity": {
"value": "200"
},
"saleQuantity": {
"value": "200"
},
"withholdingQuantity": {
"value": "55"
},
"netSettlementQuantity": {
"value": "145"
},
"settlementPrice": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "0.78"
}
},
"certificateId": "78",
"certificateLabel": "CS-124"
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
certificateId |
STRING |
The resource identifier for the certificate that was generated as part of the transaction. Constraints: Min length: 1, Max length: 1000 |
- |
certificateLabel |
STRING |
The label of the certificate that was generated as part of the transaction (e.g. CS-107). | - |
netSettlementQuantity |
Decimal | The net quantity settled after quantities are sold or withheld. | - |
releaseQuantity |
Decimal | The quantity released during the settlement. | - |
saleQuantity |
Decimal | The quantity sold in a cashless transaction to cover the cost of the settlement. | - |
settlementDate |
Iso8601 Complete Calendar Date | The date of the settlement. | - |
settlementPrice |
Money | The price to settle one unit of the RSU. | - |
withholdingQuantity |
Decimal | The quantity withheld during the settlement. | - |