Stakeholder warrant block summary
Stakeholder Warrant Block Summary
Description: Warrant block summary scoped to a specific stakeholder.
Referenced By (2): - Issuerscapitalization Stakeholder - Stakeholder Group
References (2): - Decimal - Money
Example:
{
"warrantBlockId": "1",
"name": "Series Seed Warrants",
"shareClassId": "10",
"fullyDilutedShares": {
"value": "3029344.00"
},
"outstandingWarrants": {
"value": "3029344.00"
},
"cashRaised": {
"currencyCode": {
"value": "USD"
},
"amount": {
"value": "1075000.00"
}
}
}
Properties:
| Property | Type | Description | Required |
|---|---|---|---|
cashRaised |
Money | The cash raised across all warrants. | REQUIRED |
fullyDilutedShares |
Decimal | Common share equivalents if all warrants converted to shares. | REQUIRED |
name |
STRING |
The name of the warrant block. Constraints: Min length: 1, Max length: 1000 |
REQUIRED |
outstandingWarrants |
Decimal | Outstanding warrants quantity. | REQUIRED |
shareClassId |
STRING |
The identifier of the share class for this warrant block. Constraints: Min length: 1, Max length: 50 |
REQUIRED |
warrantBlockId |
STRING |
The identifier of the warrant block. Constraints: Min length: 1, Max length: 50 |
REQUIRED |