Stakeholder share class summary
Stakeholder Share Class Summary
Description: Share class summary scoped to a specific stakeholder. This includes all certificated, non-certificated and RSAs with an issue date.
Referenced By (2): - Issuerscapitalization Stakeholder - Stakeholder Group
References (2): - Decimal - Money
Example:
{
"shareClassId": "10",
"name": "Common",
"fullyDilutedShares": {
"value": "5603645.00"
},
"outstandingShares": {
"value": "5603645.00"
},
"cashRaised": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1159354.84"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cashRaised |
Money | Total currency amount raised for share class. | REQUIRED |
fullyDilutedShares |
Decimal | The fully diluted certificated shares for the share class. See this Support article for information on fully diluted shares in a share class. | REQUIRED |
name |
STRING |
The name of the share class. Constraints: Min length: 1, Max length: 1000 |
REQUIRED |
outstandingShares |
Decimal | The total outstanding certificates in the share class. See this Support article for information on outstanding shares in a share class. | REQUIRED |
shareClassId |
STRING |
The identifier of the share class. Constraints: Min length: 1, Max length: 50 |
REQUIRED |