@open-captable-protocol/canton 0.2.250 → 0.2.251
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ocf-schema/enums/AccrualPeriodType.schema.json +9 -0
- package/dist/ocf-schema/enums/AddressType.schema.json +9 -0
- package/dist/ocf-schema/enums/AllocationType.schema.json +17 -0
- package/dist/ocf-schema/enums/AuthorizedShares.schema.json +9 -0
- package/dist/ocf-schema/enums/CompensationType.schema.json +9 -0
- package/dist/ocf-schema/enums/CompoundingType.schema.json +9 -0
- package/dist/ocf-schema/enums/ConversionMechanismType.schema.json +18 -0
- package/dist/ocf-schema/enums/ConversionRightType.schema.json +13 -0
- package/dist/ocf-schema/enums/ConversionTimingType.schema.json +9 -0
- package/dist/ocf-schema/enums/ConversionTriggerType.schema.json +16 -0
- package/dist/ocf-schema/enums/ConvertibleType.schema.json +9 -0
- package/dist/ocf-schema/enums/DayCountType.schema.json +9 -0
- package/dist/ocf-schema/enums/EmailType.schema.json +9 -0
- package/dist/ocf-schema/enums/FileType.schema.json +20 -0
- package/dist/ocf-schema/enums/InterestPayoutType.schema.json +9 -0
- package/dist/ocf-schema/enums/ObjectType.schema.json +66 -0
- package/dist/ocf-schema/enums/OptionType.schema.json +9 -0
- package/dist/ocf-schema/enums/ParentSecurityType.schema.json +9 -0
- package/dist/ocf-schema/enums/PeriodType.schema.json +9 -0
- package/dist/ocf-schema/enums/PhoneType.schema.json +9 -0
- package/dist/ocf-schema/enums/QuantitySourceType.schema.json +16 -0
- package/dist/ocf-schema/enums/RoundingType.schema.json +9 -0
- package/dist/ocf-schema/enums/StakeholderRelationshipType.schema.json +23 -0
- package/dist/ocf-schema/enums/StakeholderStatusType.schema.json +19 -0
- package/dist/ocf-schema/enums/StakeholderType.schema.json +9 -0
- package/dist/ocf-schema/enums/StockClassType.schema.json +9 -0
- package/dist/ocf-schema/enums/StockIssuanceType.schema.json +9 -0
- package/dist/ocf-schema/enums/StockPlanCancellationBehaviorType.schema.json +14 -0
- package/dist/ocf-schema/enums/TerminationWindowType.schema.json +17 -0
- package/dist/ocf-schema/enums/ValuationBasedFormulaType.schema.json +9 -0
- package/dist/ocf-schema/enums/ValuationType.schema.json +9 -0
- package/dist/ocf-schema/enums/VestingDayOfMonth.schema.json +42 -0
- package/dist/ocf-schema/enums/VestingTriggerType.schema.json +14 -0
- package/dist/ocf-schema/files/DocumentsFile.schema.json +27 -0
- package/dist/ocf-schema/files/FinancingsFile.schema.json +27 -0
- package/dist/ocf-schema/files/OCFManifestFile.schema.json +130 -0
- package/dist/ocf-schema/files/StakeholdersFile.schema.json +27 -0
- package/dist/ocf-schema/files/StockClassesFile.schema.json +27 -0
- package/dist/ocf-schema/files/StockLegendTemplatesFile.schema.json +27 -0
- package/dist/ocf-schema/files/StockPlansFile.schema.json +27 -0
- package/dist/ocf-schema/files/TransactionsFile.schema.json +136 -0
- package/dist/ocf-schema/files/ValuationsFile.schema.json +27 -0
- package/dist/ocf-schema/files/VestingTermsFile.schema.json +27 -0
- package/dist/ocf-schema/objects/Document.schema.json +50 -0
- package/dist/ocf-schema/objects/Financing.schema.json +38 -0
- package/dist/ocf-schema/objects/Issuer.schema.json +97 -0
- package/dist/ocf-schema/objects/Stakeholder.schema.json +75 -0
- package/dist/ocf-schema/objects/StockClass.schema.json +92 -0
- package/dist/ocf-schema/objects/StockLegendTemplate.schema.json +30 -0
- package/dist/ocf-schema/objects/StockPlan.schema.json +71 -0
- package/dist/ocf-schema/objects/Valuation.schema.json +55 -0
- package/dist/ocf-schema/objects/VestingTerms.schema.json +42 -0
- package/dist/ocf-schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json +37 -0
- package/dist/ocf-schema/objects/transactions/acceptance/PlanSecurityAcceptance.schema.json +18 -0
- package/dist/ocf-schema/objects/transactions/acceptance/StockAcceptance.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/acceptance/WarrantAcceptance.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json +42 -0
- package/dist/ocf-schema/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json +42 -0
- package/dist/ocf-schema/objects/transactions/adjustment/StockClassConversionRatioAdjustment.schema.json +34 -0
- package/dist/ocf-schema/objects/transactions/adjustment/StockPlanPoolAdjustment.schema.json +42 -0
- package/dist/ocf-schema/objects/transactions/cancellation/ConvertibleCancellation.schema.json +39 -0
- package/dist/ocf-schema/objects/transactions/cancellation/EquityCompensationCancellation.schema.json +43 -0
- package/dist/ocf-schema/objects/transactions/cancellation/PlanSecurityCancellation.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/cancellation/StockCancellation.schema.json +39 -0
- package/dist/ocf-schema/objects/transactions/cancellation/WarrantCancellation.schema.json +39 -0
- package/dist/ocf-schema/objects/transactions/change_event/StakeholderRelationshipChangeEvent.schema.json +45 -0
- package/dist/ocf-schema/objects/transactions/change_event/StakeholderStatusChangeEvent.schema.json +34 -0
- package/dist/ocf-schema/objects/transactions/consolidation/StockConsolidation.schema.json +32 -0
- package/dist/ocf-schema/objects/transactions/conversion/ConvertibleConversion.schema.json +54 -0
- package/dist/ocf-schema/objects/transactions/conversion/StockConversion.schema.json +42 -0
- package/dist/ocf-schema/objects/transactions/exercise/EquityCompensationExercise.schema.json +40 -0
- package/dist/ocf-schema/objects/transactions/exercise/PlanSecurityExercise.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/exercise/WarrantExercise.schema.json +39 -0
- package/dist/ocf-schema/objects/transactions/issuance/ConvertibleIssuance.schema.json +88 -0
- package/dist/ocf-schema/objects/transactions/issuance/EquityCompensationIssuance.schema.json +166 -0
- package/dist/ocf-schema/objects/transactions/issuance/PlanSecurityIssuance.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/issuance/StockIssuance.schema.json +91 -0
- package/dist/ocf-schema/objects/transactions/issuance/WarrantIssuance.schema.json +101 -0
- package/dist/ocf-schema/objects/transactions/reissuance/StockReissuance.schema.json +36 -0
- package/dist/ocf-schema/objects/transactions/release/EquityCompensationRelease.schema.json +39 -0
- package/dist/ocf-schema/objects/transactions/release/PlanSecurityRelease.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/repricing/EquityCompensationRepricing.schema.json +34 -0
- package/dist/ocf-schema/objects/transactions/repurchase/StockRepurchase.schema.json +37 -0
- package/dist/ocf-schema/objects/transactions/retraction/ConvertibleRetraction.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json +37 -0
- package/dist/ocf-schema/objects/transactions/retraction/PlanSecurityRetraction.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/retraction/StockRetraction.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/retraction/WarrantRetraction.schema.json +33 -0
- package/dist/ocf-schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json +38 -0
- package/dist/ocf-schema/objects/transactions/split/StockClassSplit.schema.json +34 -0
- package/dist/ocf-schema/objects/transactions/transfer/ConvertibleTransfer.schema.json +40 -0
- package/dist/ocf-schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json +41 -0
- package/dist/ocf-schema/objects/transactions/transfer/PlanSecurityTransfer.schema.json +17 -0
- package/dist/ocf-schema/objects/transactions/transfer/StockTransfer.schema.json +40 -0
- package/dist/ocf-schema/objects/transactions/transfer/WarrantTransfer.schema.json +40 -0
- package/dist/ocf-schema/objects/transactions/vesting/VestingAcceleration.schema.json +38 -0
- package/dist/ocf-schema/objects/transactions/vesting/VestingEvent.schema.json +34 -0
- package/dist/ocf-schema/objects/transactions/vesting/VestingStart.schema.json +34 -0
- package/dist/ocf-schema/primitives/files/File.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/Object.schema.json +26 -0
- package/dist/ocf-schema/primitives/objects/transactions/IssuerTransaction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/SecurityTransaction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/StockClassTransaction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/StockPlanTransaction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/Transaction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/acceptance/Acceptance.schema.json +10 -0
- package/dist/ocf-schema/primitives/objects/transactions/cancellation/Cancellation.schema.json +19 -0
- package/dist/ocf-schema/primitives/objects/transactions/change_event/StakeholderChangeEvent.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/consolidation/Consolidation.schema.json +30 -0
- package/dist/ocf-schema/primitives/objects/transactions/conversion/Conversion.schema.json +19 -0
- package/dist/ocf-schema/primitives/objects/transactions/exercise/Exercise.schema.json +23 -0
- package/dist/ocf-schema/primitives/objects/transactions/issuance/Issuance.schema.json +39 -0
- package/dist/ocf-schema/primitives/objects/transactions/reissuance/Reissuance.schema.json +29 -0
- package/dist/ocf-schema/primitives/objects/transactions/release/Release.schema.json +40 -0
- package/dist/ocf-schema/primitives/objects/transactions/repurchase/Repurchase.schema.json +27 -0
- package/dist/ocf-schema/primitives/objects/transactions/retraction/Retraction.schema.json +15 -0
- package/dist/ocf-schema/primitives/objects/transactions/return_to_pool/ReturnToPool.schema.json +23 -0
- package/dist/ocf-schema/primitives/objects/transactions/transfer/Transfer.schema.json +29 -0
- package/dist/ocf-schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json +15 -0
- package/dist/ocf-schema/primitives/types/conversion_rights/ConversionRight.schema.json +52 -0
- package/dist/ocf-schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json +41 -0
- package/dist/ocf-schema/primitives/types/vesting/VestingConditionTrigger.schema.json +15 -0
- package/dist/ocf-schema/primitives/types/vesting/VestingPeriod.schema.json +30 -0
- package/dist/ocf-schema/types/Address.schema.json +36 -0
- package/dist/ocf-schema/types/CapitalizationDefinition.schema.json +45 -0
- package/dist/ocf-schema/types/CapitalizationDefinitionRules.schema.json +53 -0
- package/dist/ocf-schema/types/ContactInfo.schema.json +39 -0
- package/dist/ocf-schema/types/ContactInfoWithoutName.schema.json +35 -0
- package/dist/ocf-schema/types/CountryCode.schema.json +11 -0
- package/dist/ocf-schema/types/CountrySubdivisionCode.schema.json +11 -0
- package/dist/ocf-schema/types/CurrencyCode.schema.json +11 -0
- package/dist/ocf-schema/types/Date.schema.json +9 -0
- package/dist/ocf-schema/types/Email.schema.json +21 -0
- package/dist/ocf-schema/types/File.schema.json +20 -0
- package/dist/ocf-schema/types/InterestRate.schema.json +24 -0
- package/dist/ocf-schema/types/Md5.schema.json +9 -0
- package/dist/ocf-schema/types/Monetary.schema.json +20 -0
- package/dist/ocf-schema/types/Name.schema.json +24 -0
- package/dist/ocf-schema/types/Numeric.schema.json +9 -0
- package/dist/ocf-schema/types/ObjectReference.schema.json +20 -0
- package/dist/ocf-schema/types/Percentage.schema.json +9 -0
- package/dist/ocf-schema/types/Phone.schema.json +21 -0
- package/dist/ocf-schema/types/Ratio.schema.json +20 -0
- package/dist/ocf-schema/types/SecurityExemption.schema.json +20 -0
- package/dist/ocf-schema/types/ShareNumberRange.schema.json +20 -0
- package/dist/ocf-schema/types/StockParent.schema.json +20 -0
- package/dist/ocf-schema/types/TaxID.schema.json +20 -0
- package/dist/ocf-schema/types/TerminationWindow.schema.json +24 -0
- package/dist/ocf-schema/types/Vesting.schema.json +20 -0
- package/dist/ocf-schema/types/conversion_mechanisms/CustomConversionMechanism.schema.json +24 -0
- package/dist/ocf-schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json +24 -0
- package/dist/ocf-schema/types/conversion_mechanisms/NoteConversionMechanism.schema.json +75 -0
- package/dist/ocf-schema/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json +32 -0
- package/dist/ocf-schema/types/conversion_mechanisms/RatioConversionMechanism.schema.json +32 -0
- package/dist/ocf-schema/types/conversion_mechanisms/SAFEConversionMechanism.schema.json +48 -0
- package/dist/ocf-schema/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json +70 -0
- package/dist/ocf-schema/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json +60 -0
- package/dist/ocf-schema/types/conversion_rights/ConvertibleConversionRight.schema.json +41 -0
- package/dist/ocf-schema/types/conversion_rights/StockClassConversionRight.schema.json +29 -0
- package/dist/ocf-schema/types/conversion_rights/WarrantConversionRight.schema.json +42 -0
- package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json +28 -0
- package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json +28 -0
- package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json +24 -0
- package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json +38 -0
- package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json +28 -0
- package/dist/ocf-schema/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json +24 -0
- package/dist/ocf-schema/types/vesting/VestingCondition.schema.json +62 -0
- package/dist/ocf-schema/types/vesting/VestingConditionPortion.schema.json +25 -0
- package/dist/ocf-schema/types/vesting/VestingEventTrigger.schema.json +19 -0
- package/dist/ocf-schema/types/vesting/VestingPeriodInDays.schema.json +22 -0
- package/dist/ocf-schema/types/vesting/VestingPeriodInMonths.schema.json +27 -0
- package/dist/ocf-schema/types/vesting/VestingScheduleAbsoluteTrigger.schema.json +24 -0
- package/dist/ocf-schema/types/vesting/VestingScheduleRelativeTrigger.schema.json +35 -0
- package/dist/ocf-schema/types/vesting/VestingStartTrigger.schema.json +19 -0
- package/dist/utils/ocfZodSchemas.d.ts.map +1 -1
- package/dist/utils/ocfZodSchemas.js +10 -7
- package/dist/utils/ocfZodSchemas.js.map +1 -1
- package/package.json +3 -2
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/ConvertibleRetraction.schema.json",
|
|
4
|
+
"title": "Object - Convertible Retraction Transaction",
|
|
5
|
+
"description": "Object describing a retraction of a convertible security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/retraction/Retraction.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_CONVERTIBLE_RETRACTION"
|
|
24
|
+
},
|
|
25
|
+
"id": {},
|
|
26
|
+
"comments": {},
|
|
27
|
+
"security_id": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"reason_text": {}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/retraction/ConvertibleRetraction.schema.json"
|
|
33
|
+
}
|
package/dist/ocf-schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json",
|
|
4
|
+
"title": "Object - Equity Compensation Retraction Transaction",
|
|
5
|
+
"description": "Object describing a retraction of equity compensation",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/retraction/Retraction.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"enum": [
|
|
24
|
+
"TX_PLAN_SECURITY_RETRACTION",
|
|
25
|
+
"TX_EQUITY_COMPENSATION_RETRACTION"
|
|
26
|
+
],
|
|
27
|
+
"description": "This is done to avoid a breaking change as we work towards a bigger restructure of the equity types in v2.0.0. `TX_PLAN_SECURITY_RETRACTION` will be deprecated in v2.0.0"
|
|
28
|
+
},
|
|
29
|
+
"id": {},
|
|
30
|
+
"comments": {},
|
|
31
|
+
"security_id": {},
|
|
32
|
+
"date": {},
|
|
33
|
+
"reason_text": {}
|
|
34
|
+
},
|
|
35
|
+
"additionalProperties": false,
|
|
36
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json"
|
|
37
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/PlanSecurityRetraction.schema.json",
|
|
4
|
+
"title": "Object - Plan Security Retraction",
|
|
5
|
+
"description": "Object describing plan security retraction transaction (a compatibility wrapper for equity compensation retraction event)",
|
|
6
|
+
"allOf": [
|
|
7
|
+
{
|
|
8
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"object_type": {
|
|
13
|
+
"const": "TX_PLAN_SECURITY_RETRACTION"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/retraction/PlanSecurityRetraction.schema.json"
|
|
17
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/StockRetraction.schema.json",
|
|
4
|
+
"title": "Object - Stock Retraction Transaction",
|
|
5
|
+
"description": "Object describing a retraction of a stock security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/retraction/Retraction.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_STOCK_RETRACTION"
|
|
24
|
+
},
|
|
25
|
+
"id": {},
|
|
26
|
+
"comments": {},
|
|
27
|
+
"security_id": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"reason_text": {}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/retraction/StockRetraction.schema.json"
|
|
33
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/retraction/WarrantRetraction.schema.json",
|
|
4
|
+
"title": "Object - Warrant Retraction Transaction",
|
|
5
|
+
"description": "Object describing a retraction of a warrant security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/retraction/Retraction.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_WARRANT_RETRACTION"
|
|
24
|
+
},
|
|
25
|
+
"id": {},
|
|
26
|
+
"comments": {},
|
|
27
|
+
"security_id": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"reason_text": {}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/retraction/WarrantRetraction.schema.json"
|
|
33
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json",
|
|
4
|
+
"title": "Object - Stock Plan Return to Pool Transaction",
|
|
5
|
+
"description": "Object describing which stock plan pool a particular security's shares were returned to upon cancellation.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/StockPlanTransaction.schema.json"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/return_to_pool/ReturnToPool.schema.json"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"properties": {
|
|
25
|
+
"object_type": {
|
|
26
|
+
"const": "TX_STOCK_PLAN_RETURN_TO_POOL"
|
|
27
|
+
},
|
|
28
|
+
"id": {},
|
|
29
|
+
"comments": {},
|
|
30
|
+
"security_id": {},
|
|
31
|
+
"date": {},
|
|
32
|
+
"quantity": {},
|
|
33
|
+
"reason_text": {},
|
|
34
|
+
"stock_plan_id": {}
|
|
35
|
+
},
|
|
36
|
+
"additionalProperties": false,
|
|
37
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json"
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/split/StockClassSplit.schema.json",
|
|
4
|
+
"title": "Object - Stock Split Transaction",
|
|
5
|
+
"description": "Object describing a split of a stock class",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/StockClassTransaction.schema.json"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"properties": {
|
|
19
|
+
"object_type": {
|
|
20
|
+
"const": "TX_STOCK_CLASS_SPLIT"
|
|
21
|
+
},
|
|
22
|
+
"id": {},
|
|
23
|
+
"comments": {},
|
|
24
|
+
"date": {},
|
|
25
|
+
"stock_class_id": {},
|
|
26
|
+
"split_ratio": {
|
|
27
|
+
"description": "Ratio of new shares to old shares. For 2-for-1 split the numerator of the ratio is 2 and the denominator is 1.",
|
|
28
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Ratio.schema.json"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["split_ratio"],
|
|
33
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/split/StockClassSplit.schema.json"
|
|
34
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/ConvertibleTransfer.schema.json",
|
|
4
|
+
"title": "Object - Convertible Transfer Transaction",
|
|
5
|
+
"description": "Object describing a transfer or secondary sale of a convertible security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/transfer/Transfer.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_CONVERTIBLE_TRANSFER"
|
|
24
|
+
},
|
|
25
|
+
"amount": {
|
|
26
|
+
"description": "Amount of monetary value transferred",
|
|
27
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
28
|
+
},
|
|
29
|
+
"id": {},
|
|
30
|
+
"comments": {},
|
|
31
|
+
"security_id": {},
|
|
32
|
+
"date": {},
|
|
33
|
+
"consideration_text": {},
|
|
34
|
+
"balance_security_id": {},
|
|
35
|
+
"resulting_security_ids": {}
|
|
36
|
+
},
|
|
37
|
+
"additionalProperties": false,
|
|
38
|
+
"required": ["amount"],
|
|
39
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/transfer/ConvertibleTransfer.schema.json"
|
|
40
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json",
|
|
4
|
+
"title": "Object - Equity Compensation Transfer Transaction",
|
|
5
|
+
"description": "Object describing a transfer of equity compensation",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/transfer/Transfer.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"enum": ["TX_PLAN_SECURITY_TRANSFER", "TX_EQUITY_COMPENSATION_TRANSFER"],
|
|
24
|
+
"description": "This is done to avoid a breaking change as we work towards a bigger restructure of the equity types in v2.0.0. `TX_PLAN_SECURITY_TRANSFER` will be deprecated in v2.0.0"
|
|
25
|
+
},
|
|
26
|
+
"quantity": {
|
|
27
|
+
"description": "Quantity of non-monetary security units transferred",
|
|
28
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
29
|
+
},
|
|
30
|
+
"id": {},
|
|
31
|
+
"comments": {},
|
|
32
|
+
"security_id": {},
|
|
33
|
+
"date": {},
|
|
34
|
+
"consideration_text": {},
|
|
35
|
+
"balance_security_id": {},
|
|
36
|
+
"resulting_security_ids": {}
|
|
37
|
+
},
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"required": ["quantity"],
|
|
40
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json"
|
|
41
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/PlanSecurityTransfer.schema.json",
|
|
4
|
+
"title": "Object - Plan Security Transfer",
|
|
5
|
+
"description": "Object describing plan security transfer transaction (a compatibility wrapper for equity compensation transfer event)",
|
|
6
|
+
"allOf": [
|
|
7
|
+
{
|
|
8
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"object_type": {
|
|
13
|
+
"const": "TX_PLAN_SECURITY_TRANSFER"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/transfer/PlanSecurityTransfer.schema.json"
|
|
17
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/StockTransfer.schema.json",
|
|
4
|
+
"title": "Object - Stock Transfer Transaction",
|
|
5
|
+
"description": "Object describing a transfer or secondary sale of a stock security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/transfer/Transfer.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_STOCK_TRANSFER"
|
|
24
|
+
},
|
|
25
|
+
"quantity": {
|
|
26
|
+
"description": "Quantity of non-monetary security units transferred",
|
|
27
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
28
|
+
},
|
|
29
|
+
"id": {},
|
|
30
|
+
"comments": {},
|
|
31
|
+
"security_id": {},
|
|
32
|
+
"date": {},
|
|
33
|
+
"consideration_text": {},
|
|
34
|
+
"balance_security_id": {},
|
|
35
|
+
"resulting_security_ids": {}
|
|
36
|
+
},
|
|
37
|
+
"additionalProperties": false,
|
|
38
|
+
"required": ["quantity"],
|
|
39
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/transfer/StockTransfer.schema.json"
|
|
40
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/transfer/WarrantTransfer.schema.json",
|
|
4
|
+
"title": "Object - Warrant Transfer Transaction",
|
|
5
|
+
"description": "Object describing a transfer or secondary sale of a warrant security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/transfer/Transfer.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_WARRANT_TRANSFER"
|
|
24
|
+
},
|
|
25
|
+
"quantity": {
|
|
26
|
+
"description": "Quantity of non-monetary security units transferred",
|
|
27
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
28
|
+
},
|
|
29
|
+
"id": {},
|
|
30
|
+
"comments": {},
|
|
31
|
+
"security_id": {},
|
|
32
|
+
"date": {},
|
|
33
|
+
"consideration_text": {},
|
|
34
|
+
"balance_security_id": {},
|
|
35
|
+
"resulting_security_ids": {}
|
|
36
|
+
},
|
|
37
|
+
"additionalProperties": false,
|
|
38
|
+
"required": ["quantity"],
|
|
39
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/transfer/WarrantTransfer.schema.json"
|
|
40
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingAcceleration.schema.json",
|
|
4
|
+
"title": "Object - Vesting Acceleration Transaction",
|
|
5
|
+
"description": "Object describing an acceleration of vesting, in which additional shares vest ahead of the schedule specified in security's vesting terms.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"properties": {
|
|
19
|
+
"object_type": {
|
|
20
|
+
"const": "TX_VESTING_ACCELERATION"
|
|
21
|
+
},
|
|
22
|
+
"quantity": {
|
|
23
|
+
"description": "Number of shares vesting ahead of schedule",
|
|
24
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
25
|
+
},
|
|
26
|
+
"reason_text": {
|
|
27
|
+
"description": "Reason for the acceleration; unstructured text",
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"id": {},
|
|
31
|
+
"comments": {},
|
|
32
|
+
"date": {},
|
|
33
|
+
"security_id": {}
|
|
34
|
+
},
|
|
35
|
+
"additionalProperties": false,
|
|
36
|
+
"required": ["quantity", "reason_text"],
|
|
37
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/vesting/VestingAcceleration.schema.json"
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingEvent.schema.json",
|
|
4
|
+
"title": "Object - Vesting Event Transaction",
|
|
5
|
+
"description": "Object describing the transaction of an non-schedule-driven vesting event associated with a security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"properties": {
|
|
19
|
+
"object_type": {
|
|
20
|
+
"const": "TX_VESTING_EVENT"
|
|
21
|
+
},
|
|
22
|
+
"vesting_condition_id": {
|
|
23
|
+
"description": "Reference to the `id` of a VestingCondition in this security's VestingTerms. This condition should have a trigger type of `VESTING_EVENT`.",
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"id": {},
|
|
27
|
+
"comments": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"security_id": {}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["vesting_condition_id"],
|
|
33
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/vesting/VestingEvent.schema.json"
|
|
34
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/vesting/VestingStart.schema.json",
|
|
4
|
+
"title": "Object - Vesting Start Transaction",
|
|
5
|
+
"description": "Object describing the transaction of vesting schedule start / commencement associated with a security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"properties": {
|
|
19
|
+
"object_type": {
|
|
20
|
+
"const": "TX_VESTING_START"
|
|
21
|
+
},
|
|
22
|
+
"vesting_condition_id": {
|
|
23
|
+
"description": "Reference to the `id` of a VestingCondition in this security's VestingTerms. This condition should have a trigger type of `VESTING_START_DATE`.",
|
|
24
|
+
"type": "string"
|
|
25
|
+
},
|
|
26
|
+
"id": {},
|
|
27
|
+
"comments": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"security_id": {}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["vesting_condition_id"],
|
|
33
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/vesting/VestingStart.schema.json"
|
|
34
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json",
|
|
4
|
+
"title": "Object - File",
|
|
5
|
+
"description": "Abstract file to be extended by all other files",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"file_type": {
|
|
9
|
+
"description": "File type field (used to select proper schema for validation)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/FileType.schema.json"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"required": ["file_type"],
|
|
14
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/primitives/files/File.schema.json"
|
|
15
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json",
|
|
4
|
+
"title": "Primitive - Object",
|
|
5
|
+
"description": "Abstract object to be extended by all other objects",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"id": {
|
|
9
|
+
"description": "Identifier for the object",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"comments": {
|
|
13
|
+
"description": "Unstructured text comments related to and stored for the object",
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"object_type": {
|
|
20
|
+
"description": "Object type field",
|
|
21
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ObjectType.schema.json"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"required": ["id", "object_type"],
|
|
25
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/primitives/objects/Object.schema.json"
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/IssuerTransaction.schema.json",
|
|
4
|
+
"title": "Primitive - Issuer Transaction",
|
|
5
|
+
"description": "Abstract transaction object to be extended by all transaction objects that affect the issuer",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"issuer_id": {
|
|
9
|
+
"description": "Identifier of the Issuer object, a subject of this transaction",
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"required": ["issuer_id"],
|
|
14
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/primitives/objects/transactions/IssuerTransaction.schema.json"
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json",
|
|
4
|
+
"title": "Primitive - Security Transaction",
|
|
5
|
+
"description": "Abstract transaction object to be extended by all transaction objects that deal with individual securities",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"security_id": {
|
|
9
|
+
"description": "Identifier for the security (stock, plan security, warrant, or convertible) by which it can be referenced by other transaction objects. Note that while this identifier is created with an issuance object, it should be different than the issuance object's `id` field which identifies the issuance transaction object itself. All future transactions on the security (e.g. acceptance, transfer, cancel, etc.) must reference this `security_id` to qualify which security the transaction applies to.",
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"required": ["security_id"],
|
|
14
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
|
|
15
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/StockClassTransaction.schema.json",
|
|
4
|
+
"title": "Primitive - Stock Class Transaction",
|
|
5
|
+
"description": "Abstract transaction object to be extended by all transaction objects that affect the stock class",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"stock_class_id": {
|
|
9
|
+
"description": "Identifier of the StockClass object, a subject of this transaction",
|
|
10
|
+
"type": "string"
|
|
11
|
+
}
|
|
12
|
+
},
|
|
13
|
+
"required": ["stock_class_id"],
|
|
14
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/primitives/objects/transactions/StockClassTransaction.schema.json"
|
|
15
|
+
}
|