Skip to content

Capitalization Table

The top-level capitalization table object.

OCF Equivalent

No direct OCF equivalent. OCF does not model a standing "cap table" object; the cap table is derived state produced by folding the transaction log together with the primary objects (Issuer, Stakeholders, StockClasses, StockPlans, Valuations).

No direct Open Cap Format equivalent — see the summary above for why.

Endpoints

  • GET /v1alpha1/issuers/{issuerId}/capitalizationTable — single

Properties

Property Type Required Description
issuerId string The identifier of the issuer.
asOfDate v1alpha1Iso8601CompleteCalendarDate Data returned in the response reflects the state of the capitalization table as of this date, specified as an ISO 8601 extended format calendar date, i.e. 'YYYY-MM-DD'.
summary v1alpha1CapitalizationTableSummary Summary information about the capitalization table.
shareClassSummaries v1alpha1ShareClassSummary[] Per share class summary information.
optionPoolSummaries v1alpha1OptionPoolSummary[] Per option pool summary information.
warrantBlockSummaries v1alpha1WarrantBlockSummary[] Per warrant block summary information.
noteBlockSummaries v1alpha1NoteBlockSummary[] Per note block summary information.

Referenced by

(not embedded in other domain objects)


Underlying schema: v1alpha1CapitalizationTable

← Back to Domain Index