Skip to content

Warrant block summary

Warrant Block Summary

Description: Warrant block summary.

Referenced By (1): - Capitalization Table

References (2): - Decimal - Money

Example:

{
  "warrantBlockId": "1",
  "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 for the warrants. REQUIRED
fullyDilutedShares Decimal Number of shares if all warrants converted to shares. 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