Skip to content

Stakeholder Capitalization Table

The top-level object that encapsulates an issuer's stakeholder capitalization information.

OCF Equivalent

No direct OCF equivalent. Same rationale as CapitalizationTable — OCF derives per-stakeholder positions from the transaction log rather than exposing a snapshot.

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

Endpoints

  • GET /v1alpha1/issuers/{issuerId}/stakeholderCapitalizationTable — 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'.
stakeholderGroups v1alpha1StakeholderGroup[] List of stakeholder groups.

Referenced by

(not embedded in other domain objects)


Underlying schema: v1alpha1StakeholderCapitalizationTable

← Back to Domain Index