Stakeholder option pool summary
Stakeholder Option Pool Summary
Description: Option pool summary scoped to a specific stakeholder.
Referenced By (2): - Issuerscapitalization Stakeholder - Stakeholder Group
References (1): - Decimal
Example:
{
"optionPoolId": "3",
"name": "Equity Incentive Plan",
"shareClassId": "10",
"outstandingEquityAwardDerivatives": {
"value": "3725634.0"
},
"outstandingCommittedRestrictedStockAwards": {
"value": "0"
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
name |
STRING |
The name of the option pool. Constraints: Min length: 1, Max length: 100 |
REQUIRED |
optionPoolId |
STRING |
The identifier of the option pool. Constraints: Min length: 1, Max length: 50 |
REQUIRED |
outstandingCommittedRestrictedStockAwards |
Decimal | Board approved but unissued Restricted Stock Awards (RSAs). | REQUIRED |
outstandingEquityAwardDerivatives |
Decimal | Outstanding equity award derivatives. This includes: - Option Grants - Restricted Stock Units (RSUs) - Stock Appreciation Rights (SARs) - Cash Bonus Unit (CBUs) - International equity awards | REQUIRED |
shareClassId |
STRING |
The identifier of the share class used by the option pool to issue equity. Constraints: Min length: 1, Max length: 50 |
REQUIRED |