Option pool summary
Option Pool Summary
Description: Option pool summary.
Referenced By (1): - Capitalization Table
References (2): - Decimal - Iso8601 Complete Calendar Date Time
Example:
{
"optionPoolId": "3",
"shareClassId": "9",
"fullyDilutedShares": {
"value": "44871088.00"
},
"outstandingEquityAwardDerivatives": {
"value": "3725634.0"
},
"outstandingCommittedRestrictedStockAwards": {
"value": "0"
},
"name": "Employee Option Pool",
"authorizedShares": {
"value": "44871088.00"
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
authorizedShares |
Decimal | The amount of shares authorized to be issued from the option pool. | REQUIRED |
fullyDilutedShares |
Decimal | Total common shares of an option pool if all outstanding grants and available equity in the option pool were exercised. | 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 (RSU) - Stock Appreciation Rights (SAR) - Cash Bonus Unit (CBU) - 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 |
terminatedDatetime |
Iso8601 Complete Calendar Date Time | The timestamp when the option pool was terminated. | - |