@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,75 @@
|
|
|
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/types/conversion_mechanisms/NoteConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Note",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism of a convertible note",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "CONVERTIBLE_NOTE_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"interest_rates": {
|
|
17
|
+
"title": "Note Conversion Mechanism - Interest Rates Array",
|
|
18
|
+
"description": "Interest rate(s) of the convertible (if applicable)",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"items": {
|
|
21
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/InterestRate.schema.json"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"day_count_convention": {
|
|
25
|
+
"description": "How many days are there is a given period for calculation purposes?",
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/DayCountType.schema.json"
|
|
27
|
+
},
|
|
28
|
+
"interest_payout": {
|
|
29
|
+
"description": "How is interest paid out (if at applicable)",
|
|
30
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/InterestPayoutType.schema.json"
|
|
31
|
+
},
|
|
32
|
+
"interest_accrual_period": {
|
|
33
|
+
"description": "What is the period over which interest is calculated?",
|
|
34
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AccrualPeriodType.schema.json"
|
|
35
|
+
},
|
|
36
|
+
"compounding_type": {
|
|
37
|
+
"description": "What type of interest compounding?",
|
|
38
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/CompoundingType.schema.json"
|
|
39
|
+
},
|
|
40
|
+
"conversion_discount": {
|
|
41
|
+
"description": "What is the percentage discount available upon conversion, if applicable? (decimal representation - e.g. 0.125 for 12.5%)",
|
|
42
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Percentage.schema.json"
|
|
43
|
+
},
|
|
44
|
+
"conversion_valuation_cap": {
|
|
45
|
+
"description": "What is the valuation cap (if applicable)?",
|
|
46
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
47
|
+
},
|
|
48
|
+
"capitalization_definition": {
|
|
49
|
+
"description": "How is company capitalization defined for purposes of conversion? If possible, include the legal language from the instrument.",
|
|
50
|
+
"type": "string"
|
|
51
|
+
},
|
|
52
|
+
"capitalization_definition_rules": {
|
|
53
|
+
"description": "The rules for which types of securities would be included in the capitalization definition.",
|
|
54
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CapitalizationDefinitionRules.schema.json"
|
|
55
|
+
},
|
|
56
|
+
"exit_multiple": {
|
|
57
|
+
"description": "For cash proceeds calculation during a liquidity event.",
|
|
58
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Ratio.schema.json"
|
|
59
|
+
},
|
|
60
|
+
"conversion_mfn": {
|
|
61
|
+
"description": "Is this an MFN (Most Favored Nations) flavored Convertible Note?",
|
|
62
|
+
"type": "boolean"
|
|
63
|
+
}
|
|
64
|
+
},
|
|
65
|
+
"additionalProperties": false,
|
|
66
|
+
"required": [
|
|
67
|
+
"type",
|
|
68
|
+
"interest_rates",
|
|
69
|
+
"day_count_convention",
|
|
70
|
+
"interest_payout",
|
|
71
|
+
"interest_accrual_period",
|
|
72
|
+
"compounding_type"
|
|
73
|
+
],
|
|
74
|
+
"$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/types/conversion_mechanisms/NoteConversionMechanism.schema.json"
|
|
75
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Percent of Capitalization",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism of percent of capitalization conversion (where an instrument purports to grant a percent of company capitalization at some point in time)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"converts_to_percent": {
|
|
17
|
+
"description": "What percentage of the company capitalization does this convert to",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Percentage.schema.json"
|
|
19
|
+
},
|
|
20
|
+
"capitalization_definition": {
|
|
21
|
+
"description": "How is company capitalization defined for purposes of conversion? If possible, include the legal language from the instrument.",
|
|
22
|
+
"type": "string"
|
|
23
|
+
},
|
|
24
|
+
"capitalization_definition_rules": {
|
|
25
|
+
"description": "The rules for which types of securities would be included in the capitalization definition.",
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CapitalizationDefinitionRules.schema.json"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"additionalProperties": false,
|
|
30
|
+
"required": ["converts_to_percent", "type"],
|
|
31
|
+
"$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/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json"
|
|
32
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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/types/conversion_mechanisms/RatioConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Ratio",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism of a ratio conversion (primarily used to describe conversion from one stock class (e.g. Preferred) into another (e.g. Common)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "RATIO_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"conversion_price": {
|
|
17
|
+
"description": "What is the effective conversion price per share of this stock class?",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
19
|
+
},
|
|
20
|
+
"ratio": {
|
|
21
|
+
"description": "One share of this stock class converts into this many target stock class shares",
|
|
22
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Ratio.schema.json"
|
|
23
|
+
},
|
|
24
|
+
"rounding_type": {
|
|
25
|
+
"description": "How should fractional shares be rounded?",
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/RoundingType.schema.json"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"additionalProperties": false,
|
|
30
|
+
"required": ["ratio", "conversion_price", "rounding_type", "type"],
|
|
31
|
+
"$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/types/conversion_mechanisms/RatioConversionMechanism.schema.json"
|
|
32
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
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/types/conversion_mechanisms/SAFEConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - SAFE",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism of a SAFE (mirrors the flavors and inputs of the Y Combinator SAFE)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "SAFE_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"conversion_discount": {
|
|
17
|
+
"description": "What is the percentage discount available upon conversion, if applicable? (decimal representation - e.g. 0.125 for 12.5%)",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Percentage.schema.json"
|
|
19
|
+
},
|
|
20
|
+
"conversion_valuation_cap": {
|
|
21
|
+
"description": "What is the valuation cap (if applicable)?",
|
|
22
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
23
|
+
},
|
|
24
|
+
"exit_multiple": {
|
|
25
|
+
"description": "For cash proceeds calculation during a liquidity event.",
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Ratio.schema.json"
|
|
27
|
+
},
|
|
28
|
+
"conversion_mfn": {
|
|
29
|
+
"description": "Is this an MFN flavored SAFE?",
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
"conversion_timing": {
|
|
33
|
+
"description": "Should the conversion amount be based on pre or post money capitalization",
|
|
34
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ConversionTimingType.schema.json"
|
|
35
|
+
},
|
|
36
|
+
"capitalization_definition": {
|
|
37
|
+
"description": "How is company capitalization defined for purposes of conversion? If possible, include the legal language from the instrument.",
|
|
38
|
+
"type": "string"
|
|
39
|
+
},
|
|
40
|
+
"capitalization_definition_rules": {
|
|
41
|
+
"description": "The rules for which types of securities would be included in the capitalization definition.",
|
|
42
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CapitalizationDefinitionRules.schema.json"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"required": ["conversion_mfn", "type"],
|
|
46
|
+
"additionalProperties": false,
|
|
47
|
+
"$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/types/conversion_mechanisms/SAFEConversionMechanism.schema.json"
|
|
48
|
+
}
|
package/dist/ocf-schema/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
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/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Share-Price-Based Conversion Mechanism",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism based on price per share of a future round (with potential discounts)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "PPS_BASED_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"description": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"description": "A description of the specifics of the conversion - e.g. The Holder is entitled, during the Exercise Period, to purchase from the Company such number of Preferred Shares as are equal to $100,000 divided by the Exercise Price. 'Exercise Price' shall mean 80% of the price per share paid by the investors in the next Qualified Financing."
|
|
19
|
+
},
|
|
20
|
+
"discount": {
|
|
21
|
+
"type": "boolean",
|
|
22
|
+
"description": "True if the conversion shares should be based on a discount off the price-per-share in the next elligible financing"
|
|
23
|
+
},
|
|
24
|
+
"discount_percentage": {
|
|
25
|
+
"description": "If the conversion price is base on a percent discount off the price-per-share of the next elligible financing, what is the discount percent",
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Percentage.schema.json"
|
|
27
|
+
},
|
|
28
|
+
"discount_amount": {
|
|
29
|
+
"description": "If the resulting conversion shares is based on a fixed amount discount off the price-per-share of the next eilligible financing, what is the discount amount (in currency)",
|
|
30
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"oneOf": [
|
|
34
|
+
{
|
|
35
|
+
"properties": {
|
|
36
|
+
"discount": {
|
|
37
|
+
"const": true
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": ["discount_percentage"],
|
|
41
|
+
"not": {
|
|
42
|
+
"required": ["discount_amount"]
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"properties": {
|
|
47
|
+
"discount": {
|
|
48
|
+
"const": true
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"required": ["discount_amount"],
|
|
52
|
+
"not": {
|
|
53
|
+
"required": ["discount_percentage"]
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"properties": {
|
|
58
|
+
"discount": {
|
|
59
|
+
"const": false
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"not": {
|
|
63
|
+
"required": ["discount_percentage", "discount_amount"]
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"required": ["type", "description"],
|
|
68
|
+
"additionalProperties": false,
|
|
69
|
+
"$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/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json"
|
|
70
|
+
}
|
package/dist/ocf-schema/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
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/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Valuation-Based Conversion Mechanism",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism based on valuations",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "VALUATION_BASED_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"valuation_type": {
|
|
17
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ValuationBasedFormulaType.schema.json"
|
|
18
|
+
},
|
|
19
|
+
"valuation_amount": {
|
|
20
|
+
"description": "If there is a specified valuation figure to use, what is it? Look to `valuation_type` to understand whether this represents, a max valuation (`CAP`), actual valuation at time of exercise (`ACTUAL`) or fixed valuation (`FIXED`).",
|
|
21
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
|
|
22
|
+
},
|
|
23
|
+
"capitalization_definition": {
|
|
24
|
+
"description": "How is company capitalization defined for purposes of exercise calculations? If possible, include the legal language from the instrument.",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"capitalization_definition_rules": {
|
|
28
|
+
"description": "The rules for which types of securities would be included in the capitalization definition.",
|
|
29
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CapitalizationDefinitionRules.schema.json"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"oneOf": [
|
|
33
|
+
{
|
|
34
|
+
"properties": {
|
|
35
|
+
"valuation_type": {
|
|
36
|
+
"const": "CAP"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
"required": ["valuation_amount"]
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"properties": {
|
|
43
|
+
"valuation_type": {
|
|
44
|
+
"const": "FIXED"
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
"required": ["valuation_amount"]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"properties": {
|
|
51
|
+
"valuation_type": {
|
|
52
|
+
"const": "ACTUAL"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"required": ["type", "valuation_type"],
|
|
58
|
+
"additionalProperties": false,
|
|
59
|
+
"$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/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json"
|
|
60
|
+
}
|
|
@@ -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/types/conversion_rights/ConvertibleConversionRight.schema.json",
|
|
4
|
+
"title": "Type - Convertible Conversion Rights",
|
|
5
|
+
"description": "Type representation of a conversion right from a convertible into another non-plan security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_rights/ConversionRight.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "CONVERTIBLE_CONVERSION_RIGHT"
|
|
15
|
+
},
|
|
16
|
+
"conversion_mechanism": {
|
|
17
|
+
"oneOf": [
|
|
18
|
+
{
|
|
19
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/SAFEConversionMechanism.schema.json"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/NoteConversionMechanism.schema.json"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/CustomConversionMechanism.schema.json"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json"
|
|
32
|
+
}
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
"converts_to_future_round": {},
|
|
36
|
+
"converts_to_stock_class_id": {}
|
|
37
|
+
},
|
|
38
|
+
"additionalProperties": false,
|
|
39
|
+
"required": ["conversion_mechanism"],
|
|
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/types/conversion_rights/ConvertibleConversionRight.schema.json"
|
|
41
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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/types/conversion_rights/StockClassConversionRight.schema.json",
|
|
4
|
+
"title": "Type - Stock Class Conversion Rights",
|
|
5
|
+
"description": "Type representation of a conversion right from one Stock Class into another 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/types/conversion_rights/ConversionRight.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "STOCK_CLASS_CONVERSION_RIGHT"
|
|
15
|
+
},
|
|
16
|
+
"conversion_mechanism": {
|
|
17
|
+
"oneOf": [
|
|
18
|
+
{
|
|
19
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/RatioConversionMechanism.schema.json"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"converts_to_future_round": {},
|
|
24
|
+
"converts_to_stock_class_id": {}
|
|
25
|
+
},
|
|
26
|
+
"additionalProperties": false,
|
|
27
|
+
"required": ["conversion_mechanism"],
|
|
28
|
+
"$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/types/conversion_rights/StockClassConversionRight.schema.json"
|
|
29
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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/types/conversion_rights/WarrantConversionRight.schema.json",
|
|
4
|
+
"title": "Type - Warrant Conversion Rights",
|
|
5
|
+
"description": "Type representation of a conversion right from a convertible into another non-plan security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_rights/ConversionRight.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "WARRANT_CONVERSION_RIGHT"
|
|
15
|
+
},
|
|
16
|
+
"conversion_mechanism": {
|
|
17
|
+
"description": "What conversion mechanism applies to calculate the number of resulting stock class shares?",
|
|
18
|
+
"oneOf": [
|
|
19
|
+
{
|
|
20
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/CustomConversionMechanism.schema.json"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json"
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"converts_to_future_round": {},
|
|
37
|
+
"converts_to_stock_class_id": {}
|
|
38
|
+
},
|
|
39
|
+
"additionalProperties": false,
|
|
40
|
+
"required": ["conversion_mechanism"],
|
|
41
|
+
"$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/types/conversion_rights/WarrantConversionRight.schema.json"
|
|
42
|
+
}
|
package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json",
|
|
4
|
+
"title": "Type - Automatic Conversion on Condition Trigger",
|
|
5
|
+
"description": "Type representation of automatic trigger on a tive or condition.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_condition": {
|
|
14
|
+
"description": "Legal language describing what conditions must be satisfied for the conversion to take place (ideally, this should be excerpted from the instrument where possible)",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"trigger_id": {},
|
|
18
|
+
"nickname": {},
|
|
19
|
+
"trigger_description": {},
|
|
20
|
+
"type": {
|
|
21
|
+
"const": "AUTOMATIC_ON_CONDITION"
|
|
22
|
+
},
|
|
23
|
+
"conversion_right": {}
|
|
24
|
+
},
|
|
25
|
+
"additionalProperties": false,
|
|
26
|
+
"required": ["trigger_id", "trigger_condition", "type", "conversion_right"],
|
|
27
|
+
"$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/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json"
|
|
28
|
+
}
|
package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json",
|
|
4
|
+
"title": "Type - Automatic Conversion on Date Trigger",
|
|
5
|
+
"description": "Type representation of an automatic trigger on a date.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_date": {
|
|
14
|
+
"description": "Date on which trigger occurs automatically (if it hasn't already occured)",
|
|
15
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
16
|
+
},
|
|
17
|
+
"trigger_id": {},
|
|
18
|
+
"nickname": {},
|
|
19
|
+
"trigger_description": {},
|
|
20
|
+
"type": {
|
|
21
|
+
"const": "AUTOMATIC_ON_DATE"
|
|
22
|
+
},
|
|
23
|
+
"conversion_right": {}
|
|
24
|
+
},
|
|
25
|
+
"additionalProperties": false,
|
|
26
|
+
"required": ["trigger_id", "trigger_date", "type", "conversion_right"],
|
|
27
|
+
"$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/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json"
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json",
|
|
4
|
+
"title": "Type - Elective Conversion At Will",
|
|
5
|
+
"description": "Type representation of elective trigger valid at will (so long as instrument is valid and outstanding).",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_id": {},
|
|
14
|
+
"nickname": {},
|
|
15
|
+
"trigger_description": {},
|
|
16
|
+
"type": {
|
|
17
|
+
"const": "ELECTIVE_AT_WILL"
|
|
18
|
+
},
|
|
19
|
+
"conversion_right": {}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["trigger_id", "type", "conversion_right"],
|
|
23
|
+
"$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/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json"
|
|
24
|
+
}
|
package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json
ADDED
|
@@ -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/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json",
|
|
4
|
+
"title": "Type - Elective Conversion In Date Range Trigger",
|
|
5
|
+
"description": "Type representation of elective trigger valid on or after start_date and until or before end_date.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_id": {},
|
|
14
|
+
"type": {
|
|
15
|
+
"const": "ELECTIVE_IN_RANGE"
|
|
16
|
+
},
|
|
17
|
+
"start_date": {
|
|
18
|
+
"description": "Start date of range (inclusive)",
|
|
19
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
20
|
+
},
|
|
21
|
+
"end_date": {
|
|
22
|
+
"description": "End date of range (inclusive)",
|
|
23
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
24
|
+
},
|
|
25
|
+
"nickname": {},
|
|
26
|
+
"trigger_description": {},
|
|
27
|
+
"conversion_right": {}
|
|
28
|
+
},
|
|
29
|
+
"additionalProperties": false,
|
|
30
|
+
"required": [
|
|
31
|
+
"trigger_id",
|
|
32
|
+
"type",
|
|
33
|
+
"start_date",
|
|
34
|
+
"end_date",
|
|
35
|
+
"conversion_right"
|
|
36
|
+
],
|
|
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/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json"
|
|
38
|
+
}
|
package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
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/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json",
|
|
4
|
+
"title": "Type - Elective Conversion on Condition Trigger",
|
|
5
|
+
"description": "Type representation of elective trigger on fulfillment of a condition.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_condition": {
|
|
14
|
+
"description": "Legal language describing what conditions must be satisfied for the conversion to take place (ideally, this should be excerpted from the instrument where possible)",
|
|
15
|
+
"type": "string"
|
|
16
|
+
},
|
|
17
|
+
"trigger_id": {},
|
|
18
|
+
"nickname": {},
|
|
19
|
+
"trigger_description": {},
|
|
20
|
+
"type": {
|
|
21
|
+
"const": "ELECTIVE_ON_CONDITION"
|
|
22
|
+
},
|
|
23
|
+
"conversion_right": {}
|
|
24
|
+
},
|
|
25
|
+
"additionalProperties": false,
|
|
26
|
+
"required": ["trigger_id", "trigger_condition", "type", "conversion_right"],
|
|
27
|
+
"$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/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json"
|
|
28
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json",
|
|
4
|
+
"title": "Type - Unspecified Conversion Trigger",
|
|
5
|
+
"description": "Use this where no structured data is available regarding what triggers the conversion of a given security.",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"trigger_id": {},
|
|
14
|
+
"nickname": {},
|
|
15
|
+
"trigger_description": {},
|
|
16
|
+
"type": {
|
|
17
|
+
"const": "UNSPECIFIED"
|
|
18
|
+
},
|
|
19
|
+
"conversion_right": {}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["trigger_id", "type", "conversion_right"],
|
|
23
|
+
"$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/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json"
|
|
24
|
+
}
|