@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,88 @@
|
|
|
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/issuance/ConvertibleIssuance.schema.json",
|
|
4
|
+
"title": "Object - Convertible Issuance Transaction",
|
|
5
|
+
"description": "Object describing convertible instrument issuance transaction by the issuer and held by a stakeholder",
|
|
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/issuance/Issuance.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_CONVERTIBLE_ISSUANCE"
|
|
24
|
+
},
|
|
25
|
+
"investment_amount": {
|
|
26
|
+
"description": "Amount invested and outstanding on date of issuance of this convertible",
|
|
27
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
28
|
+
},
|
|
29
|
+
"convertible_type": {
|
|
30
|
+
"description": "What kind of convertible instrument is this (of the supported, enumerated types)",
|
|
31
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ConvertibleType.schema.json"
|
|
32
|
+
},
|
|
33
|
+
"conversion_triggers": {
|
|
34
|
+
"title": "Convertible - Conversion Trigger Array",
|
|
35
|
+
"description": "In event the convertible can convert due to trigger events (e.g. Maturity, Next Qualified Financing, Change of Control, at Election of Holder), what are the terms?",
|
|
36
|
+
"type": "array",
|
|
37
|
+
"minItems": 1,
|
|
38
|
+
"items": {
|
|
39
|
+
"anyOf": [
|
|
40
|
+
{
|
|
41
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json"
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"pro_rata": {
|
|
62
|
+
"description": "What pro-rata (if any) is the holder entitled to buy at the next round?",
|
|
63
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
64
|
+
},
|
|
65
|
+
"seniority": {
|
|
66
|
+
"description": "If different convertible instruments have seniorty over one another, use this value to build a seniority stack, with 1 being highest seniority and equal seniority values assumed to be equal priority",
|
|
67
|
+
"type": "integer"
|
|
68
|
+
},
|
|
69
|
+
"id": {},
|
|
70
|
+
"comments": {},
|
|
71
|
+
"security_id": {},
|
|
72
|
+
"date": {},
|
|
73
|
+
"custom_id": {},
|
|
74
|
+
"stakeholder_id": {},
|
|
75
|
+
"board_approval_date": {},
|
|
76
|
+
"stockholder_approval_date": {},
|
|
77
|
+
"consideration_text": {},
|
|
78
|
+
"security_law_exemptions": {}
|
|
79
|
+
},
|
|
80
|
+
"additionalProperties": false,
|
|
81
|
+
"required": [
|
|
82
|
+
"convertible_type",
|
|
83
|
+
"investment_amount",
|
|
84
|
+
"conversion_triggers",
|
|
85
|
+
"seniority"
|
|
86
|
+
],
|
|
87
|
+
"$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/issuance/ConvertibleIssuance.schema.json"
|
|
88
|
+
}
|
|
@@ -0,0 +1,166 @@
|
|
|
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/issuance/EquityCompensationIssuance.schema.json",
|
|
4
|
+
"title": "Object - Equity Compensation Issuance Transaction",
|
|
5
|
+
"description": "Object describing securities issuance transaction by the issuer and held by a stakeholder as a form of compensation (as noted elsewhere, RSAs are not included here intentionally and should be modelled using Stock Issuances).",
|
|
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/issuance/Issuance.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"enum": ["TX_PLAN_SECURITY_ISSUANCE", "TX_EQUITY_COMPENSATION_ISSUANCE"],
|
|
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_ISSUANCE` will be deprecated in v2.0.0"
|
|
25
|
+
},
|
|
26
|
+
"stock_plan_id": {
|
|
27
|
+
"description": "If the equity compensation was issued from a plan (don't forget, plan-less options are a thing), what is the plan id.",
|
|
28
|
+
"type": "string"
|
|
29
|
+
},
|
|
30
|
+
"stock_class_id": {
|
|
31
|
+
"description": "The stock class options will exercise into. Especially important for plan-less options and any issuances from a plan that supports multiple share classes.",
|
|
32
|
+
"type": "string"
|
|
33
|
+
},
|
|
34
|
+
"compensation_type": {
|
|
35
|
+
"description": "If the plan security is compensation, what kind?",
|
|
36
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/CompensationType.schema.json"
|
|
37
|
+
},
|
|
38
|
+
"option_grant_type": {
|
|
39
|
+
"description": "If the plan security is an option, what kind?",
|
|
40
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/OptionType.schema.json",
|
|
41
|
+
"$comment": "DEPRECATION WARNING - This field is being retained for compatibility, but these variations have been incorporated into CompensationType.schema.json enum options"
|
|
42
|
+
},
|
|
43
|
+
"quantity": {
|
|
44
|
+
"description": "How many shares are subject to this plan security?",
|
|
45
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
46
|
+
},
|
|
47
|
+
"exercise_price": {
|
|
48
|
+
"description": "If this is an option, what is the exercise price of the option?",
|
|
49
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
50
|
+
},
|
|
51
|
+
"base_price": {
|
|
52
|
+
"description": "If this is a stock appreciation right, what is the base price used to calculate the appreciation of the SAR?",
|
|
53
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
54
|
+
},
|
|
55
|
+
"early_exercisable": {
|
|
56
|
+
"type": "boolean",
|
|
57
|
+
"description": "Is this Equity Compensation exercisable prior to completion of vesting? If so, it's assumed the vesting schedule will remain in effect but, instead of vesting a right to exercise, it becomes the schedule determining when a right to repurchase the resulting stock lapses.",
|
|
58
|
+
"$comment": "REQUIRED in v2"
|
|
59
|
+
},
|
|
60
|
+
"vesting_terms_id": {
|
|
61
|
+
"description": "Identifier of the VestingTerms to which this security is subject. If neither `vesting_terms_id` or `vestings` are present then the security is fully vested on issuance.",
|
|
62
|
+
"type": "string"
|
|
63
|
+
},
|
|
64
|
+
"vestings": {
|
|
65
|
+
"title": "Equity Compensation Issuance - Vestings Array",
|
|
66
|
+
"description": "List of exact vesting dates and amounts for this security. When `vestings` array is present then `vesting_terms_id` may be ignored.",
|
|
67
|
+
"type": "array",
|
|
68
|
+
"minItems": 1,
|
|
69
|
+
"items": {
|
|
70
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Vesting.schema.json"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"expiration_date": {
|
|
74
|
+
"description": "Expiration date of the plan security",
|
|
75
|
+
"oneOf": [
|
|
76
|
+
{
|
|
77
|
+
"type": "null"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
"termination_exercise_windows": {
|
|
85
|
+
"title": "Plan Security - Termination Window Array",
|
|
86
|
+
"description": "Exercise periods applicable to plan security after a termination for a given, enumerated reason",
|
|
87
|
+
"type": "array",
|
|
88
|
+
"items": {
|
|
89
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/TerminationWindow.schema.json"
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"id": {},
|
|
93
|
+
"comments": {},
|
|
94
|
+
"security_id": {},
|
|
95
|
+
"date": {},
|
|
96
|
+
"custom_id": {},
|
|
97
|
+
"stakeholder_id": {},
|
|
98
|
+
"board_approval_date": {},
|
|
99
|
+
"stockholder_approval_date": {},
|
|
100
|
+
"consideration_text": {},
|
|
101
|
+
"security_law_exemptions": {}
|
|
102
|
+
},
|
|
103
|
+
"anyOf": [
|
|
104
|
+
{
|
|
105
|
+
"properties": {
|
|
106
|
+
"compensation_type": {
|
|
107
|
+
"const": "OPTION"
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. Options require exercise price.",
|
|
111
|
+
"required": ["exercise_price"]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"properties": {
|
|
115
|
+
"compensation_type": {
|
|
116
|
+
"const": "OPTION_NSO"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. Options require exercise price.",
|
|
120
|
+
"required": ["exercise_price"]
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"properties": {
|
|
124
|
+
"compensation_type": {
|
|
125
|
+
"const": "OPTION_ISO"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. Options require exercise price.",
|
|
129
|
+
"required": ["exercise_price"]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"properties": {
|
|
133
|
+
"compensation_type": {
|
|
134
|
+
"const": "RSU"
|
|
135
|
+
}
|
|
136
|
+
},
|
|
137
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. RSUs usually don't have exercise prices."
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"properties": {
|
|
141
|
+
"compensation_type": {
|
|
142
|
+
"const": "CSAR"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. Stock appreciation rights have grant prices.",
|
|
146
|
+
"required": ["base_price"]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"properties": {
|
|
150
|
+
"compensation_type": {
|
|
151
|
+
"const": "SSAR"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"$comment": "For now, we're using JSONSchema to enforce some properties for some compensation types but not others. Stock appreciation rights have grant prices.",
|
|
155
|
+
"required": ["base_price"]
|
|
156
|
+
}
|
|
157
|
+
],
|
|
158
|
+
"additionalProperties": false,
|
|
159
|
+
"required": [
|
|
160
|
+
"compensation_type",
|
|
161
|
+
"quantity",
|
|
162
|
+
"expiration_date",
|
|
163
|
+
"termination_exercise_windows"
|
|
164
|
+
],
|
|
165
|
+
"$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/issuance/EquityCompensationIssuance.schema.json"
|
|
166
|
+
}
|
|
@@ -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/issuance/PlanSecurityIssuance.schema.json",
|
|
4
|
+
"title": "Object - Plan Security Issuance",
|
|
5
|
+
"description": "A Plan Security Issuance is a transaction to issue plan securities (it's a compatibility wrapper for Equity Compensation Issuances)",
|
|
6
|
+
"allOf": [
|
|
7
|
+
{
|
|
8
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/issuance/EquityCompensationIssuance.schema.json"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"object_type": {
|
|
13
|
+
"const": "TX_PLAN_SECURITY_ISSUANCE"
|
|
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/issuance/PlanSecurityIssuance.schema.json"
|
|
17
|
+
}
|
|
@@ -0,0 +1,91 @@
|
|
|
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/issuance/StockIssuance.schema.json",
|
|
4
|
+
"title": "Object - Stock Issuance Transaction",
|
|
5
|
+
"description": "Object describing a stock issuance transaction by the issuer and held by a stakeholder",
|
|
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/issuance/Issuance.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_STOCK_ISSUANCE"
|
|
24
|
+
},
|
|
25
|
+
"stock_class_id": {
|
|
26
|
+
"description": "Identifier of the stock class for this stock issuance",
|
|
27
|
+
"type": "string"
|
|
28
|
+
},
|
|
29
|
+
"stock_plan_id": {
|
|
30
|
+
"description": "Identifier of StockPlan the Stock was issued from (in the case of RSAs or Stock issued from a plan).",
|
|
31
|
+
"type": "string"
|
|
32
|
+
},
|
|
33
|
+
"share_numbers_issued": {
|
|
34
|
+
"description": "Range(s) of the specific share numbers included in this issuance. This is different from a certificate number you might include in the `custom_id` field or the `security_id` created in this issuance. This field should be used where, for whatever reason, shares are not fungible and you must track, with each issuance, *which* specific share numbers are included in the issuance - e.g. share numbers 1 - 100 and 250-300.",
|
|
35
|
+
"type": "array",
|
|
36
|
+
"items": {
|
|
37
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ShareNumberRange.schema.json"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"share_price": {
|
|
41
|
+
"description": "The price per share paid for the stock by the holder",
|
|
42
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
43
|
+
},
|
|
44
|
+
"quantity": {
|
|
45
|
+
"description": "Number of shares issued to the stakeholder",
|
|
46
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
47
|
+
},
|
|
48
|
+
"vesting_terms_id": {
|
|
49
|
+
"description": "Identifier of the VestingTerms to which this security is subject. If neither `vesting_terms_id` or `vestings` are present then the security is fully vested on issuance.",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"vestings": {
|
|
53
|
+
"title": "Stock Issuance - Vestings Array",
|
|
54
|
+
"description": "List of exact vesting dates and amounts for this security. When `vestings` array is present then `vesting_terms_id` may be ignored.",
|
|
55
|
+
"type": "array",
|
|
56
|
+
"minItems": 1,
|
|
57
|
+
"items": {
|
|
58
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Vesting.schema.json"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"cost_basis": {
|
|
62
|
+
"description": "The cost basis for this particular stock",
|
|
63
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
64
|
+
},
|
|
65
|
+
"stock_legend_ids": {
|
|
66
|
+
"title": "Stock Issuance - Stock Legend ID Array",
|
|
67
|
+
"description": "List of stock legend ids that apply to this stock",
|
|
68
|
+
"type": "array",
|
|
69
|
+
"items": {
|
|
70
|
+
"type": "string"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
"issuance_type": {
|
|
74
|
+
"description": "Optional field to flag certain special types of issuances (like RSAs)",
|
|
75
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StockIssuanceType.schema.json"
|
|
76
|
+
},
|
|
77
|
+
"id": {},
|
|
78
|
+
"comments": {},
|
|
79
|
+
"security_id": {},
|
|
80
|
+
"date": {},
|
|
81
|
+
"custom_id": {},
|
|
82
|
+
"stakeholder_id": {},
|
|
83
|
+
"board_approval_date": {},
|
|
84
|
+
"stockholder_approval_date": {},
|
|
85
|
+
"consideration_text": {},
|
|
86
|
+
"security_law_exemptions": {}
|
|
87
|
+
},
|
|
88
|
+
"additionalProperties": false,
|
|
89
|
+
"required": ["stock_class_id", "share_price", "quantity", "stock_legend_ids"],
|
|
90
|
+
"$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/issuance/StockIssuance.schema.json"
|
|
91
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
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/issuance/WarrantIssuance.schema.json",
|
|
4
|
+
"title": "Object - Warrant Issuance Transaction",
|
|
5
|
+
"description": "Object describing warrant issuance transaction by the issuer and held by a stakeholder",
|
|
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/issuance/Issuance.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_WARRANT_ISSUANCE"
|
|
24
|
+
},
|
|
25
|
+
"quantity": {
|
|
26
|
+
"description": "Quantity of shares the warrant is exercisable for",
|
|
27
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
28
|
+
},
|
|
29
|
+
"exercise_price": {
|
|
30
|
+
"description": "The exercise price of the warrant",
|
|
31
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
32
|
+
},
|
|
33
|
+
"purchase_price": {
|
|
34
|
+
"description": "Actual purchase price of the warrant (sum up purported value of all consideration, including in-kind)",
|
|
35
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
36
|
+
},
|
|
37
|
+
"exercise_triggers": {
|
|
38
|
+
"title": "Warrant Issuance - Exercise Trigger Array",
|
|
39
|
+
"description": "In event the Warrant can convert due to trigger events (e.g. Maturity, Next Qualified Financing, Change of Control, at Election of Holder), what are the terms?",
|
|
40
|
+
"type": "array",
|
|
41
|
+
"items": {
|
|
42
|
+
"anyOf": [
|
|
43
|
+
{
|
|
44
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json"
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
"warrant_expiration_date": {
|
|
65
|
+
"description": "What is expiration date of the warrant (if applicable)",
|
|
66
|
+
"$comment": "This may not be necessary as it can be expressed with the exercise_triggers",
|
|
67
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
68
|
+
},
|
|
69
|
+
"vesting_terms_id": {
|
|
70
|
+
"description": "Identifier of the VestingTerms to which this security is subject. If neither `vesting_terms_id` or `vestings` are present then the security is fully vested on issuance.",
|
|
71
|
+
"type": "string"
|
|
72
|
+
},
|
|
73
|
+
"vestings": {
|
|
74
|
+
"title": "Warrant Issuance - Vestings Array",
|
|
75
|
+
"description": "List of exact vesting dates and amounts for this security. When `vestings` array is present then `vesting_terms_id` may be ignored.",
|
|
76
|
+
"type": "array",
|
|
77
|
+
"minItems": 1,
|
|
78
|
+
"items": {
|
|
79
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Vesting.schema.json"
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"quantity_source": {
|
|
83
|
+
"description": "If quantity is provided, use this to specify where the number came from - e.g. was it a fixed value from the instrument (`INSTRUMENT_FIXED`), a human estimate (`HUMAN_ESTIMATED`), etc. If quantity is provided and this field is not, this is assumed to be `UNSPECIFIED`",
|
|
84
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/QuantitySourceType.schema.json",
|
|
85
|
+
"default": "UNSPECIFIED"
|
|
86
|
+
},
|
|
87
|
+
"id": {},
|
|
88
|
+
"comments": {},
|
|
89
|
+
"security_id": {},
|
|
90
|
+
"date": {},
|
|
91
|
+
"custom_id": {},
|
|
92
|
+
"stakeholder_id": {},
|
|
93
|
+
"board_approval_date": {},
|
|
94
|
+
"stockholder_approval_date": {},
|
|
95
|
+
"consideration_text": {},
|
|
96
|
+
"security_law_exemptions": {}
|
|
97
|
+
},
|
|
98
|
+
"additionalProperties": false,
|
|
99
|
+
"required": ["exercise_triggers", "purchase_price"],
|
|
100
|
+
"$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/issuance/WarrantIssuance.schema.json"
|
|
101
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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/reissuance/StockReissuance.schema.json",
|
|
4
|
+
"title": "Object - Stock Re-issuance Transaction",
|
|
5
|
+
"description": "Object describing a re-issuance of stock",
|
|
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/reissuance/Reissuance.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_STOCK_REISSUANCE"
|
|
24
|
+
},
|
|
25
|
+
"id": {},
|
|
26
|
+
"comments": {},
|
|
27
|
+
"security_id": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"resulting_security_ids": {},
|
|
30
|
+
"split_transaction_id": {},
|
|
31
|
+
"reason_text": {}
|
|
32
|
+
},
|
|
33
|
+
"additionalProperties": false,
|
|
34
|
+
"required": [],
|
|
35
|
+
"$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/reissuance/StockReissuance.schema.json"
|
|
36
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
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/release/EquityCompensationRelease.schema.json",
|
|
4
|
+
"title": "Object - Equity Compensation Release Transaction",
|
|
5
|
+
"description": "Object describing equity compensation security release transaction",
|
|
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/release/Release.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"enum": ["TX_PLAN_SECURITY_RELEASE", "TX_EQUITY_COMPENSATION_RELEASE"],
|
|
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_RELEASE` will be deprecated in v2.0.0"
|
|
25
|
+
},
|
|
26
|
+
"id": {},
|
|
27
|
+
"comments": {},
|
|
28
|
+
"security_id": {},
|
|
29
|
+
"date": {},
|
|
30
|
+
"settlement_date": {},
|
|
31
|
+
"release_price": {},
|
|
32
|
+
"quantity": {},
|
|
33
|
+
"consideration_text": {},
|
|
34
|
+
"resulting_security_ids": {}
|
|
35
|
+
},
|
|
36
|
+
"additionalProperties": false,
|
|
37
|
+
"required": [],
|
|
38
|
+
"$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/release/EquityCompensationRelease.schema.json"
|
|
39
|
+
}
|
|
@@ -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/release/PlanSecurityRelease.schema.json",
|
|
4
|
+
"title": "Object - Plan Security Release",
|
|
5
|
+
"description": "Object describing plan security release transaction (a compatibility wrapper for equity compensation release event",
|
|
6
|
+
"allOf": [
|
|
7
|
+
{
|
|
8
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/release/EquityCompensationRelease.schema.json"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
"properties": {
|
|
12
|
+
"object_type": {
|
|
13
|
+
"const": "TX_PLAN_SECURITY_RELEASE"
|
|
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/release/PlanSecurityRelease.schema.json"
|
|
17
|
+
}
|
package/dist/ocf-schema/objects/transactions/repricing/EquityCompensationRepricing.schema.json
ADDED
|
@@ -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/repricing/EquityCompensationRepricing.schema.json",
|
|
4
|
+
"title": "Object - Equity Compensation Repricing Transaction",
|
|
5
|
+
"description": "Object describing an event that adjusts the exercise price of existing equity compensation, typically done when the current share price falls significantly below the set exercise price, rendering an option underwater.",
|
|
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_EQUITY_COMPENSATION_REPRICING"
|
|
21
|
+
},
|
|
22
|
+
"id": {},
|
|
23
|
+
"comments": {},
|
|
24
|
+
"date": {},
|
|
25
|
+
"security_id": {},
|
|
26
|
+
"new_exercise_price": {
|
|
27
|
+
"description": "What is the exercise price of the option after the repricing?",
|
|
28
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"additionalProperties": false,
|
|
32
|
+
"required": ["new_exercise_price"],
|
|
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/repricing/EquityCompensationRepricing.schema.json"
|
|
34
|
+
}
|
|
@@ -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/repurchase/StockRepurchase.schema.json",
|
|
4
|
+
"title": "Object - Stock Repurchase Transaction",
|
|
5
|
+
"description": "Object describing a stock repurchase transaction",
|
|
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/repurchase/Repurchase.schema.json"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"properties": {
|
|
22
|
+
"object_type": {
|
|
23
|
+
"const": "TX_STOCK_REPURCHASE"
|
|
24
|
+
},
|
|
25
|
+
"id": {},
|
|
26
|
+
"comments": {},
|
|
27
|
+
"security_id": {},
|
|
28
|
+
"date": {},
|
|
29
|
+
"price": {},
|
|
30
|
+
"quantity": {},
|
|
31
|
+
"consideration_text": {},
|
|
32
|
+
"balance_security_id": {}
|
|
33
|
+
},
|
|
34
|
+
"additionalProperties": false,
|
|
35
|
+
"required": [],
|
|
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/repurchase/StockRepurchase.schema.json"
|
|
37
|
+
}
|