@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,9 @@
|
|
|
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/enums/AccrualPeriodType.schema.json",
|
|
4
|
+
"title": "Enum - Accrual Period Type",
|
|
5
|
+
"description": "Enumeration of interest accrual period types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["DAILY", "MONTHLY", "QUARTERLY", "SEMI_ANNUAL", "ANNUAL"],
|
|
8
|
+
"$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/enums/AccrualPeriodType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/AddressType.schema.json",
|
|
4
|
+
"title": "Enum - Address Type",
|
|
5
|
+
"description": "Enumeration of address types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["LEGAL", "CONTACT", "OTHER"],
|
|
8
|
+
"$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/enums/AddressType.schema.json"
|
|
9
|
+
}
|
|
@@ -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/enums/AllocationType.schema.json",
|
|
4
|
+
"title": "Enum - Allocation Type",
|
|
5
|
+
"description": "Enumeration of allocation types for vesting terms. Using an example of 18 shares split across 4 tranches, each allocation type results in a different schedule as follows: \n 1. Cumulative Rounding (5 - 4 - 5 - 4)\n 2. Cumulative Round Down (4 - 5 - 4 - 5)\n 3. Front Loaded (5 - 5 - 4 - 4)\n 4. Back Loaded (4 - 4 - 5 - 5)\n 5. Front Loaded to Single Tranche (6 - 4 - 4 - 4)\n 6. Back Loaded to Single Tranche (4 - 4 - 4 - 6)\n 7. Fractional (4.5 - 4.5 - 4.5 - 4.5)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"CUMULATIVE_ROUNDING",
|
|
9
|
+
"CUMULATIVE_ROUND_DOWN",
|
|
10
|
+
"FRONT_LOADED",
|
|
11
|
+
"BACK_LOADED",
|
|
12
|
+
"FRONT_LOADED_TO_SINGLE_TRANCHE",
|
|
13
|
+
"BACK_LOADED_TO_SINGLE_TRANCHE",
|
|
14
|
+
"FRACTIONAL"
|
|
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/enums/AllocationType.schema.json"
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/AuthorizedShares.schema.json",
|
|
4
|
+
"title": "Enum - Authorized Shares Types",
|
|
5
|
+
"description": "Enumeration of authorized shares types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["NOT APPLICABLE", "UNLIMITED"],
|
|
8
|
+
"$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/enums/AuthorizedShares.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/CompensationType.schema.json",
|
|
4
|
+
"title": "Enum - Compensation Type",
|
|
5
|
+
"description": "Enumeration of equity compensation types (there are some things around the margins like RSAs that don't currently fit under the EquityCompensation umbrella but might arguably fall under this. If you want to create an RSA, create a stock issuance with vesting - you can link it to a plan as well, if you want).\n\n**The enums stand for:**\n1. OPTION_ISO (qualified)\n2. OPTION_NSO (non-qualified)\n3. OPTION (not NSO or ISO)\n4. RSU (restricted share units)\n5. CSAR(cash-settled stock appreciation rights)\n6. SSAR(stock-settled stock appreciation rights)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["OPTION_NSO", "OPTION_ISO", "OPTION", "RSU", "CSAR", "SSAR"],
|
|
8
|
+
"$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/enums/CompensationType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/CompoundingType.schema.json",
|
|
4
|
+
"title": "Enum - Compounding Type",
|
|
5
|
+
"description": "Enumeration of interest compounding types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["COMPOUNDING", "SIMPLE"],
|
|
8
|
+
"$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/enums/CompoundingType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
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/enums/ConversionMechanismType.schema.json",
|
|
4
|
+
"title": "Enum - Conversion Mechanism Type",
|
|
5
|
+
"description": "Enumeration of convertible conversion calculation types.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"FIXED_AMOUNT_CONVERSION",
|
|
9
|
+
"FIXED_PERCENT_OF_CAPITALIZATION_CONVERSION",
|
|
10
|
+
"RATIO_CONVERSION",
|
|
11
|
+
"SAFE_CONVERSION",
|
|
12
|
+
"VALUATION_BASED_CONVERSION",
|
|
13
|
+
"CONVERTIBLE_NOTE_CONVERSION",
|
|
14
|
+
"CUSTOM_CONVERSION",
|
|
15
|
+
"PPS_BASED_CONVERSION"
|
|
16
|
+
],
|
|
17
|
+
"$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/enums/ConversionMechanismType.schema.json"
|
|
18
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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/enums/ConversionRightType.schema.json",
|
|
4
|
+
"title": "Enum - Conversion Right Type",
|
|
5
|
+
"description": "Enumeration of types of conversion rights.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"CONVERTIBLE_CONVERSION_RIGHT",
|
|
9
|
+
"WARRANT_CONVERSION_RIGHT",
|
|
10
|
+
"STOCK_CLASS_CONVERSION_RIGHT"
|
|
11
|
+
],
|
|
12
|
+
"$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/enums/ConversionRightType.schema.json"
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/ConversionTimingType.schema.json",
|
|
4
|
+
"title": "Enum - Conversion Timing Type",
|
|
5
|
+
"description": "Enumeration of convertible conversion timing for calculation purposes (e.g. does the instrument convert based on pre or post money).",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["PRE_MONEY", "POST_MONEY"],
|
|
8
|
+
"$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/enums/ConversionTimingType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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/enums/ConversionTriggerType.schema.json",
|
|
4
|
+
"title": "Enum - Trigger Type",
|
|
5
|
+
"description": "Enumeration of types of triggers common to various legal rights - e.g. does the satisfaction of a condition trigger an automatic conversion or merely a right to convert? If `UNSPECIFIED`, the system of record cannot represent this data in a structured form.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"AUTOMATIC_ON_CONDITION",
|
|
9
|
+
"AUTOMATIC_ON_DATE",
|
|
10
|
+
"ELECTIVE_IN_RANGE",
|
|
11
|
+
"ELECTIVE_ON_CONDITION",
|
|
12
|
+
"ELECTIVE_AT_WILL",
|
|
13
|
+
"UNSPECIFIED"
|
|
14
|
+
],
|
|
15
|
+
"$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/enums/ConversionTriggerType.schema.json"
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/ConvertibleType.schema.json",
|
|
4
|
+
"title": "Enum - Convertible Type",
|
|
5
|
+
"description": "Enumeration of convertible instrument types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["NOTE", "SAFE", "CONVERTIBLE_SECURITY"],
|
|
8
|
+
"$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/enums/ConvertibleType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/DayCountType.schema.json",
|
|
4
|
+
"title": "Enum - Day Count Type",
|
|
5
|
+
"description": "Enumeration of how the number of days are determined per period",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["ACTUAL_365", "30_360"],
|
|
8
|
+
"$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/enums/DayCountType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/EmailType.schema.json",
|
|
4
|
+
"title": "Enum - Email Type",
|
|
5
|
+
"description": "Enumeration of email types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["PERSONAL", "BUSINESS", "OTHER"],
|
|
8
|
+
"$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/enums/EmailType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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/enums/FileType.schema.json",
|
|
4
|
+
"title": "Enum - OCF File Type",
|
|
5
|
+
"description": "Enumeration of different OCF file types which are used to load proper schemas for validation",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"OCF_MANIFEST_FILE",
|
|
9
|
+
"OCF_STAKEHOLDERS_FILE",
|
|
10
|
+
"OCF_STOCK_CLASSES_FILE",
|
|
11
|
+
"OCF_STOCK_LEGEND_TEMPLATES_FILE",
|
|
12
|
+
"OCF_STOCK_PLANS_FILE",
|
|
13
|
+
"OCF_TRANSACTIONS_FILE",
|
|
14
|
+
"OCF_VALUATIONS_FILE",
|
|
15
|
+
"OCF_VESTING_TERMS_FILE",
|
|
16
|
+
"OCF_FINANCINGS_FILE",
|
|
17
|
+
"OCF_DOCUMENTS_FILE"
|
|
18
|
+
],
|
|
19
|
+
"$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/enums/FileType.schema.json"
|
|
20
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/InterestPayoutType.schema.json",
|
|
4
|
+
"title": "Enum - Interest Payout Type",
|
|
5
|
+
"description": "Enumeration of interest payout types (e.g. deferred or cash payment)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["DEFERRED", "CASH"],
|
|
8
|
+
"$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/enums/InterestPayoutType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
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/enums/ObjectType.schema.json",
|
|
4
|
+
"title": "Enum - Object Type",
|
|
5
|
+
"description": "Enumeration of object types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"ISSUER",
|
|
9
|
+
"STAKEHOLDER",
|
|
10
|
+
"STOCK_CLASS",
|
|
11
|
+
"STOCK_LEGEND_TEMPLATE",
|
|
12
|
+
"STOCK_PLAN",
|
|
13
|
+
"VALUATION",
|
|
14
|
+
"VESTING_TERMS",
|
|
15
|
+
"FINANCING",
|
|
16
|
+
"DOCUMENT",
|
|
17
|
+
"CE_STAKEHOLDER_RELATIONSHIP",
|
|
18
|
+
"CE_STAKEHOLDER_STATUS",
|
|
19
|
+
"TX_ISSUER_AUTHORIZED_SHARES_ADJUSTMENT",
|
|
20
|
+
"TX_STOCK_CLASS_CONVERSION_RATIO_ADJUSTMENT",
|
|
21
|
+
"TX_STOCK_CLASS_AUTHORIZED_SHARES_ADJUSTMENT",
|
|
22
|
+
"TX_STOCK_CLASS_SPLIT",
|
|
23
|
+
"TX_STOCK_PLAN_POOL_ADJUSTMENT",
|
|
24
|
+
"TX_STOCK_PLAN_RETURN_TO_POOL",
|
|
25
|
+
"TX_CONVERTIBLE_ACCEPTANCE",
|
|
26
|
+
"TX_CONVERTIBLE_CANCELLATION",
|
|
27
|
+
"TX_CONVERTIBLE_CONVERSION",
|
|
28
|
+
"TX_CONVERTIBLE_ISSUANCE",
|
|
29
|
+
"TX_CONVERTIBLE_RETRACTION",
|
|
30
|
+
"TX_CONVERTIBLE_TRANSFER",
|
|
31
|
+
"TX_EQUITY_COMPENSATION_ACCEPTANCE",
|
|
32
|
+
"TX_EQUITY_COMPENSATION_CANCELLATION",
|
|
33
|
+
"TX_EQUITY_COMPENSATION_EXERCISE",
|
|
34
|
+
"TX_EQUITY_COMPENSATION_ISSUANCE",
|
|
35
|
+
"TX_EQUITY_COMPENSATION_RELEASE",
|
|
36
|
+
"TX_EQUITY_COMPENSATION_RETRACTION",
|
|
37
|
+
"TX_EQUITY_COMPENSATION_TRANSFER",
|
|
38
|
+
"TX_EQUITY_COMPENSATION_REPRICING",
|
|
39
|
+
"TX_PLAN_SECURITY_ACCEPTANCE",
|
|
40
|
+
"TX_PLAN_SECURITY_CANCELLATION",
|
|
41
|
+
"TX_PLAN_SECURITY_EXERCISE",
|
|
42
|
+
"TX_PLAN_SECURITY_ISSUANCE",
|
|
43
|
+
"TX_PLAN_SECURITY_RELEASE",
|
|
44
|
+
"TX_PLAN_SECURITY_RETRACTION",
|
|
45
|
+
"TX_PLAN_SECURITY_TRANSFER",
|
|
46
|
+
"TX_STOCK_ACCEPTANCE",
|
|
47
|
+
"TX_STOCK_CANCELLATION",
|
|
48
|
+
"TX_STOCK_CONVERSION",
|
|
49
|
+
"TX_STOCK_ISSUANCE",
|
|
50
|
+
"TX_STOCK_REISSUANCE",
|
|
51
|
+
"TX_STOCK_CONSOLIDATION",
|
|
52
|
+
"TX_STOCK_REPURCHASE",
|
|
53
|
+
"TX_STOCK_RETRACTION",
|
|
54
|
+
"TX_STOCK_TRANSFER",
|
|
55
|
+
"TX_WARRANT_ACCEPTANCE",
|
|
56
|
+
"TX_WARRANT_CANCELLATION",
|
|
57
|
+
"TX_WARRANT_EXERCISE",
|
|
58
|
+
"TX_WARRANT_ISSUANCE",
|
|
59
|
+
"TX_WARRANT_RETRACTION",
|
|
60
|
+
"TX_WARRANT_TRANSFER",
|
|
61
|
+
"TX_VESTING_ACCELERATION",
|
|
62
|
+
"TX_VESTING_START",
|
|
63
|
+
"TX_VESTING_EVENT"
|
|
64
|
+
],
|
|
65
|
+
"$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/enums/ObjectType.schema.json"
|
|
66
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/OptionType.schema.json",
|
|
4
|
+
"title": "Enum - Option Type",
|
|
5
|
+
"description": "Enumeration of option types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["NSO", "ISO", "INTL"],
|
|
8
|
+
"$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/enums/OptionType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/ParentSecurityType.schema.json",
|
|
4
|
+
"title": "Enum - Parent Security Type",
|
|
5
|
+
"description": "Enumeration of parent sources a stock can be issued or created from",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["STOCK_PLAN", "STOCK", "WARRANT", "CONVERTIBLE"],
|
|
8
|
+
"$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/enums/ParentSecurityType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/PeriodType.schema.json",
|
|
4
|
+
"title": "Enum - Period Type",
|
|
5
|
+
"description": "Enumeration of time period types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["DAYS", "MONTHS", "YEARS"],
|
|
8
|
+
"$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/enums/PeriodType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/PhoneType.schema.json",
|
|
4
|
+
"title": "Enum - Phone Type",
|
|
5
|
+
"description": "Enumeration of phone number types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["HOME", "MOBILE", "BUSINESS", "OTHER"],
|
|
8
|
+
"$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/enums/PhoneType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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/enums/QuantitySourceType.schema.json",
|
|
4
|
+
"title": "Enum - Quantity Source Type",
|
|
5
|
+
"description": "Enumeration of quantity source types describing where a quantity value came from",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"HUMAN_ESTIMATED",
|
|
9
|
+
"MACHINE_ESTIMATED",
|
|
10
|
+
"UNSPECIFIED",
|
|
11
|
+
"INSTRUMENT_FIXED",
|
|
12
|
+
"INSTRUMENT_MAX",
|
|
13
|
+
"INSTRUMENT_MIN"
|
|
14
|
+
],
|
|
15
|
+
"$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/enums/QuantitySourceType.schema.json"
|
|
16
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/RoundingType.schema.json",
|
|
4
|
+
"title": "Enum - Rounding Type",
|
|
5
|
+
"description": "Enumeration of rounding types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["CEILING", "FLOOR", "NORMAL"],
|
|
8
|
+
"$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/enums/RoundingType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
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/enums/StakeholderRelationshipType.schema.json",
|
|
4
|
+
"title": "Enum - Stakeholder Relationship Type",
|
|
5
|
+
"description": "Enumeration of types of relationships between stakeholder and issuer",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"ADVISOR",
|
|
9
|
+
"BOARD_MEMBER",
|
|
10
|
+
"CONSULTANT",
|
|
11
|
+
"EMPLOYEE",
|
|
12
|
+
"EX_ADVISOR",
|
|
13
|
+
"EX_CONSULTANT",
|
|
14
|
+
"EX_EMPLOYEE",
|
|
15
|
+
"EXECUTIVE",
|
|
16
|
+
"FOUNDER",
|
|
17
|
+
"INVESTOR",
|
|
18
|
+
"NON_US_EMPLOYEE",
|
|
19
|
+
"OFFICER",
|
|
20
|
+
"OTHER"
|
|
21
|
+
],
|
|
22
|
+
"$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/enums/StakeholderRelationshipType.schema.json"
|
|
23
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
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/enums/StakeholderStatusType.schema.json",
|
|
4
|
+
"title": "Enum - Stakeholder Status Type",
|
|
5
|
+
"description": "Enumeration of types of activity statuses for a stakeholder",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"ACTIVE",
|
|
9
|
+
"LEAVE_OF_ABSENCE",
|
|
10
|
+
"TERMINATION_VOLUNTARY_OTHER",
|
|
11
|
+
"TERMINATION_VOLUNTARY_GOOD_CAUSE",
|
|
12
|
+
"TERMINATION_VOLUNTARY_RETIREMENT",
|
|
13
|
+
"TERMINATION_INVOLUNTARY_OTHER",
|
|
14
|
+
"TERMINATION_INVOLUNTARY_DEATH",
|
|
15
|
+
"TERMINATION_INVOLUNTARY_DISABILITY",
|
|
16
|
+
"TERMINATION_INVOLUNTARY_WITH_CAUSE"
|
|
17
|
+
],
|
|
18
|
+
"$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/enums/StakeholderStatusType.schema.json"
|
|
19
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/StakeholderType.schema.json",
|
|
4
|
+
"title": "Enum - Stakeholder Type",
|
|
5
|
+
"description": "Enumeration of stakeholder types - individual (human) or institution (entity)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["INDIVIDUAL", "INSTITUTION"],
|
|
8
|
+
"$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/enums/StakeholderType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/StockClassType.schema.json",
|
|
4
|
+
"title": "Enum - Stock Class Type",
|
|
5
|
+
"description": "Enumeration of stock class types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["COMMON", "PREFERRED"],
|
|
8
|
+
"$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/enums/StockClassType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/StockIssuanceType.schema.json",
|
|
4
|
+
"title": "Enum - Stock Issuance Type",
|
|
5
|
+
"description": "Enumeration of issuance types where we want to draw attention to some unique aspect of a stock issuance (e.g. is it an RSA)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["RSA", "FOUNDERS_STOCK"],
|
|
8
|
+
"$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/enums/StockIssuanceType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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/enums/StockPlanCancellationBehaviorType.schema.json",
|
|
4
|
+
"title": "Enum - Stock Plan Cancellation Behavior Type",
|
|
5
|
+
"description": "For a given stock plan, what is the default rule for what happens to the shares reserved for a Plan Security after it's cancelled.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"RETIRE",
|
|
9
|
+
"RETURN_TO_POOL",
|
|
10
|
+
"HOLD_AS_CAPITAL_STOCK",
|
|
11
|
+
"DEFINED_PER_PLAN_SECURITY"
|
|
12
|
+
],
|
|
13
|
+
"$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/enums/StockPlanCancellationBehaviorType.schema.json"
|
|
14
|
+
}
|
|
@@ -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/enums/TerminationWindowType.schema.json",
|
|
4
|
+
"title": "Enum - Termination Window Type",
|
|
5
|
+
"description": "Enumeration of termination window types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"VOLUNTARY_OTHER",
|
|
9
|
+
"VOLUNTARY_GOOD_CAUSE",
|
|
10
|
+
"VOLUNTARY_RETIREMENT",
|
|
11
|
+
"INVOLUNTARY_OTHER",
|
|
12
|
+
"INVOLUNTARY_DEATH",
|
|
13
|
+
"INVOLUNTARY_DISABILITY",
|
|
14
|
+
"INVOLUNTARY_WITH_CAUSE"
|
|
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/enums/TerminationWindowType.schema.json"
|
|
17
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/ValuationBasedFormulaType.schema.json",
|
|
4
|
+
"title": "Enum - Valuation-Based Formula Type",
|
|
5
|
+
"description": "Enumeration types of valuation inputs that go into a formula - e.g. use a specified value (`FIXED`), a cap (`VALUATION_CAP`) or actual valuation (`ACTUAL`).",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["FIXED", "ACTUAL", "CAP"],
|
|
8
|
+
"$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/enums/ValuationBasedFormulaType.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
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/enums/ValuationType.schema.json",
|
|
4
|
+
"title": "Enum - Valuation Type",
|
|
5
|
+
"description": "Enumeration of valuation types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": ["409A"],
|
|
8
|
+
"$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/enums/ValuationType.schema.json"
|
|
9
|
+
}
|
|
@@ -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/enums/VestingDayOfMonth.schema.json",
|
|
4
|
+
"title": "Enum - Vesting Day of Month",
|
|
5
|
+
"description": "Enumeration representing a vesting \"day of month\". Since not all months have 29, 30, or 31 days, this enum requires those values to also specify an overflow behavior.\n - `01` - `28` : Day 1, 2... 28 of the month; e.g. `03` means vesting occurs on the 3rd of the month.\n - `29_OR_LAST_DAY_OF_MONTH` - `31_OR_LAST_DAY_OF_MONTH` : Day 29, 30, or 31 of the month, defaulting to the last day of the month for shorter months; e.g. `31_OR_LAST_DAY_OF_MONTH` means monthly vesting occurs on Jan 31, Feb 28/29, Mar 31, Apr 30, etc.\n - `VESTING_START_DAY_OR_LAST_DAY_OF_MONTH` vests on the same day of month as the day of the `VESTING_START` condition; e.g. if vesting commences on Jan 15 then any vesting will accrue on the 15th of future vesting months. If vesting commencement occurs on days 29-31, this has the same behavior as the other `*_LAST_DAY_OF_MONTH` values.",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"01",
|
|
9
|
+
"02",
|
|
10
|
+
"03",
|
|
11
|
+
"04",
|
|
12
|
+
"05",
|
|
13
|
+
"06",
|
|
14
|
+
"07",
|
|
15
|
+
"08",
|
|
16
|
+
"09",
|
|
17
|
+
"10",
|
|
18
|
+
"11",
|
|
19
|
+
"12",
|
|
20
|
+
"13",
|
|
21
|
+
"14",
|
|
22
|
+
"15",
|
|
23
|
+
"16",
|
|
24
|
+
"17",
|
|
25
|
+
"18",
|
|
26
|
+
"19",
|
|
27
|
+
"20",
|
|
28
|
+
"21",
|
|
29
|
+
"22",
|
|
30
|
+
"23",
|
|
31
|
+
"24",
|
|
32
|
+
"25",
|
|
33
|
+
"26",
|
|
34
|
+
"27",
|
|
35
|
+
"28",
|
|
36
|
+
"29_OR_LAST_DAY_OF_MONTH",
|
|
37
|
+
"30_OR_LAST_DAY_OF_MONTH",
|
|
38
|
+
"31_OR_LAST_DAY_OF_MONTH",
|
|
39
|
+
"VESTING_START_DAY_OR_LAST_DAY_OF_MONTH"
|
|
40
|
+
],
|
|
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/enums/VestingDayOfMonth.schema.json"
|
|
42
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
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/enums/VestingTriggerType.schema.json",
|
|
4
|
+
"title": "Enum - Vesting Trigger Type",
|
|
5
|
+
"description": "Enumeration of vesting trigger types",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"enum": [
|
|
8
|
+
"VESTING_START_DATE",
|
|
9
|
+
"VESTING_SCHEDULE_ABSOLUTE",
|
|
10
|
+
"VESTING_SCHEDULE_RELATIVE",
|
|
11
|
+
"VESTING_EVENT"
|
|
12
|
+
],
|
|
13
|
+
"$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/enums/VestingTriggerType.schema.json"
|
|
14
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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/files/DocumentsFile.schema.json",
|
|
4
|
+
"title": "File - Documents",
|
|
5
|
+
"description": "JSON containing file type identifier and list of document objects",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"items": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"description": "List of OCF document objects",
|
|
16
|
+
"items": {
|
|
17
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Document.schema.json"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"file_type": {
|
|
21
|
+
"const": "OCF_DOCUMENTS_FILE"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": ["items", "file_type"],
|
|
26
|
+
"$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/files/DocumentsFile.schema.json"
|
|
27
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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/files/FinancingsFile.schema.json",
|
|
4
|
+
"title": "File - Financings",
|
|
5
|
+
"description": "JSON containing file type identifier and list of financings",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/files/File.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"items": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"description": "List of OCF financing objects",
|
|
16
|
+
"items": {
|
|
17
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Financing.schema.json"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"file_type": {
|
|
21
|
+
"const": "OCF_FINANCINGS_FILE"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"additionalProperties": false,
|
|
25
|
+
"required": ["items", "file_type"],
|
|
26
|
+
"$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/files/FinancingsFile.schema.json"
|
|
27
|
+
}
|