Interest
Interest information.
OCF Equivalent
No OCF equivalent. Carta's Interest appears to represent an API-access grant
or entitlement scoped to an issuer; OCF does not model access control at all.
No direct Open Cap Format equivalent — see the summary above for why.
Endpoints
GET /v1alpha1/issuers/{issuerId}/interests— list
Properties
| Property | Type | Required | Description |
|---|---|---|---|
id |
string | The unique identifier for the interest. | |
issuerId |
string | The unique identifier for the issuer of the interest. | |
stakeholderId |
string | The unique identifier for the stakeholder that the interest is issued to. | |
interestLabel |
string | The label of the interest. | |
interestTypeName |
string | The name of the interest type. | |
issueDate |
v1alpha1Iso8601CompleteCalendarDate |
The effective date of the interest. | |
acceptanceDate |
v1alpha1Iso8601CompleteCalendarDateTime |
The date the interest was accepted by the holder. | |
thresholdDetails |
v1alpha1ThresholdDetails |
Threshold details for the interest. | |
exercisePrice |
v1alpha1Money |
The strike price at which units of this interest type can be exercised. | |
originalIssuePrice |
v1alpha1Money |
The price at which units of the interest type were issued. | |
investedCapital |
v1alpha1Money |
The amount invested by an investor to secure an interest. | |
accruedValue |
v1alpha1Money |
Value accrued on principal amount as of the effective date. | |
issuedQuantity |
v1alpha1Decimal |
The number of units represented by this interest. | |
outstandingQuantity |
v1alpha1Decimal |
The number of outstanding units, units that are 'active' for the interest. | |
outstandingVestedQuantity |
v1alpha1Decimal |
The number of outstanding vested units. | |
exercisedQuantity |
v1alpha1Decimal |
The number of exercised units. | |
repurchasedQuantity |
v1alpha1Decimal |
The number of repurchased units. | |
cancelledQuantity |
v1alpha1Decimal |
The number of cancelled units. | |
forfeitedQuantity |
v1alpha1Decimal |
The number of forfeited units. | |
vestingSchedule |
issuersinterestsv1alpha1VestingSchedule |
Vesting Schedule for the interest if it has vesting behaviour enabled. |
Referenced by
(not embedded in other domain objects)
Underlying schema: v1alpha1Interest