Stakeholder capitalization table summary
Stakeholder Capitalization Table Summary
Description: Summary information about the capitalization table.
Referenced By (2): - Issuerscapitalization Stakeholder - Stakeholder Group
References (2): - Decimal - Money
Example:
{
"fullyDilutedShares": {
"value": "61399310.00"
},
"outstandingShares": {
"value": "16328224.00"
},
"cashRaised": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "20261050.79"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cashRaised |
Money | Total cash amount raised. | REQUIRED |
fullyDilutedShares |
Decimal | Total common share equivalent of the company for this stakeholder. This includes all outstanding and issued shares, and those that would be included if all options and warrants were exercised. | REQUIRED |
outstandingShares |
Decimal | Undiluted outstanding shares quantity. This is the sum of all outstandingShares across all ShareClassSummary objects. |
REQUIRED |