Restricted stock award
Restricted Stock Award
Endpoints: GET /v1alpha1/issuers/{issuerId}/restrictedStockAwards
Description: A restricted stock award is a grant of company shares.
Referenced By (2): - Get Restricted Stock Award Response - List Restricted Stock Awards Response
References (6): - Issuerssecurities Vesting Schedule - Decimal - Iso8601 Complete Calendar Date - Iso8601 Complete Calendar Date Time - Money - Restricted Stock Award Vesting Event
Example:
{
"id": "1191",
"issuerId": "7",
"stakeholderId": "6113",
"equityIncentivePlanName": "2016 Equity Incentive Plan",
"shareClassName": "Common",
"issueDate": {
"value": "2016-08-25"
},
"vestingStartDate": {
"value": "2016-08-25"
},
"boardApprovalDate": {
"value": "2016-12-01"
},
"stakeholderAcceptanceDate": {
"value": "2017-02-27"
},
"canceledDate": {
"value": "2022-05-02"
},
"quantity": {
"value": "200000"
},
"vestedQuantity": {
"value": "200000"
},
"securityLabel": "CS-16",
"pricePerShare": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "0.01"
}
},
"vestingEvents": [
{
"id": "1988",
"vestDate": {
"value": "2018-02-27"
},
"quantity": {
"value": "200000"
},
"performanceCondition": false,
"vested": true,
"maxQuantity": {
"value": "200000"
},
"targetQuantity": {
"value": "200000"
},
"vestedQuantity": {
"value": "200000"
}
}
],
"vestingSchedule": {
"name": "1/24 Cliff",
"lastModifiedDate": {
"value": "2022-01-31"
},
"startDate": {
"value": "2022-01-31"
},
"endDate": {
"value": "2024-01-31"
}
},
"lastModifiedDatetime": {
"value": "2024-07-30T09:31:57.000000Z"
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
boardApprovalDate |
Iso8601 Complete Calendar Date | The date the restricted stock award received board approval. | - |
canceledDate |
Iso8601 Complete Calendar Date | The date the restricted stock award was canceled. | - |
canceledQuantity |
Decimal | The number of shares in the restricted stock award that were canceled. | - |
equityIncentivePlanName |
STRING |
The name of the equity incentive plan (i.e., option plan) associated with this restricted stock award. Constraints: Max length: 100 |
- |
id |
STRING |
The identifier of the restricted stock award. Constraints: Max length: 50 |
- |
issueDate |
Iso8601 Complete Calendar Date | The date the restricted stock award was issued. | - |
issuerId |
STRING |
The identifier of the issuer owning the restricted stock award. Constraints: Min length: 1, Max length: 50 |
- |
lastModifiedDatetime |
Iso8601 Complete Calendar Date Time | The date and time when the restricted stock award was last modified. | - |
pricePerShare |
Money | The cost of each share in the restricted stock award. | - |
quantity |
Decimal | The number of restricted stock units in the award. | - |
returnedToPoolQuantity |
Decimal | The number of shares in the restricted stock award that were returned to the pool. | - |
returnedToTreasuryQuantity |
Decimal | The number of shares in the restricted stock award that were annulled, but not returned to the pool. | - |
securityLabel |
STRING |
The label representing this security (restricted stock award). Constraints: Max length: 50 |
- |
shareClassName |
STRING |
The name of the share class that this restricted stock award belongs to. Constraints: Max length: 50 |
- |
stakeholderAcceptanceDate |
Iso8601 Complete Calendar Date | The date the restricted stock award was accepted by the stakeholder. | - |
stakeholderId |
STRING |
The identifier of the stakeholder that holds the restricted stock award. Constraints: Max length: 50 |
- |
terminationDate |
Iso8601 Complete Calendar Date | The date the restricted stock award was terminated. This commonly matches the date the company's relationship with the stakeholder was terminated. | - |
vestedQuantity |
Decimal | The number of vested shares in the stock award. | - |
vestingEvents |
[Array of Restricted Stock Award Vesting Event] |
The list of all vesting events associated with the restricted stock award. | - |
vestingSchedule |
Issuerssecurities Vesting Schedule | The vesting schedule information associated with the restricted stock award. | - |
vestingStartDate |
Iso8601 Complete Calendar Date | The start date of the vesting period for the restricted stock award. | - |