@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,53 @@
|
|
|
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/CapitalizationDefinitionRules.schema.json",
|
|
4
|
+
"title": "Type - Capitalization Definition Rules",
|
|
5
|
+
"description": "Type represents the rules for determining the capitalization definition for a security",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"include_outstanding_shares": {
|
|
9
|
+
"description": "Include all outstanding share issuances in the capitalization definition",
|
|
10
|
+
"type": "boolean"
|
|
11
|
+
},
|
|
12
|
+
"include_outstanding_options": {
|
|
13
|
+
"description": "Include all outstanding options in the capitalization definition",
|
|
14
|
+
"type": "boolean"
|
|
15
|
+
},
|
|
16
|
+
"include_outstanding_unissued_options": {
|
|
17
|
+
"description": "Include all outstanding options that have been reserved but have not been issued yet in the capitalization definition",
|
|
18
|
+
"type": "boolean"
|
|
19
|
+
},
|
|
20
|
+
"include_this_security": {
|
|
21
|
+
"description": "Include the shares issued for converting this security in the capitalization definition",
|
|
22
|
+
"type": "boolean"
|
|
23
|
+
},
|
|
24
|
+
"include_other_converting_securities": {
|
|
25
|
+
"description": "Include the shares issued for converting all other convertibles that are converted as part of the conversion event in the capitalization definition",
|
|
26
|
+
"type": "boolean"
|
|
27
|
+
},
|
|
28
|
+
"include_option_pool_topup_for_promised_options": {
|
|
29
|
+
"description": "Include the shares reserved for increasing option plans to cover all promised options in the capitalization definition",
|
|
30
|
+
"type": "boolean"
|
|
31
|
+
},
|
|
32
|
+
"include_additional_option_pool_topup": {
|
|
33
|
+
"description": "Include the shares reserved for increasing option plans beyond the amount needed for any promised options in the capitalization definition",
|
|
34
|
+
"type": "boolean"
|
|
35
|
+
},
|
|
36
|
+
"include_new_money": {
|
|
37
|
+
"description": "Include the shares issued for any new share subscriptions that are part of the conversion event in the capitalization definition",
|
|
38
|
+
"type": "boolean"
|
|
39
|
+
}
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false,
|
|
42
|
+
"required": [
|
|
43
|
+
"include_outstanding_shares",
|
|
44
|
+
"include_outstanding_options",
|
|
45
|
+
"include_outstanding_unissued_options",
|
|
46
|
+
"include_this_security",
|
|
47
|
+
"include_other_converting_securities",
|
|
48
|
+
"include_option_pool_topup_for_promised_options",
|
|
49
|
+
"include_additional_option_pool_topup",
|
|
50
|
+
"include_new_money"
|
|
51
|
+
],
|
|
52
|
+
"$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/CapitalizationDefinitionRules.schema.json"
|
|
53
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema",
|
|
3
|
+
"$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfo.schema.json",
|
|
4
|
+
"title": "Type - Contact Info",
|
|
5
|
+
"description": "Type representation of a primary contact person for a stakeholder (e.g. a fund)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"name": {
|
|
9
|
+
"description": "Contact's name",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Name.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"phone_numbers": {
|
|
13
|
+
"title": "Contact Info - Phone Number Array",
|
|
14
|
+
"description": "Phone numbers to reach the contact at",
|
|
15
|
+
"type": "array",
|
|
16
|
+
"items": {
|
|
17
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Phone.schema.json"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"emails": {
|
|
21
|
+
"title": "Contact Info - Email Address Array",
|
|
22
|
+
"description": "Emails to reach the contact at",
|
|
23
|
+
"type": "array",
|
|
24
|
+
"items": {
|
|
25
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Email.schema.json"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"additionalProperties": false,
|
|
30
|
+
"anyOf": [
|
|
31
|
+
{
|
|
32
|
+
"required": ["name", "phone_numbers"]
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"required": ["name", "emails"]
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/types/ContactInfo.schema.json"
|
|
39
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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/ContactInfoWithoutName.schema.json",
|
|
4
|
+
"title": "Type - Contact Info Without Name",
|
|
5
|
+
"description": "Type representation of the contact info for an individual stakeholder",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"phone_numbers": {
|
|
9
|
+
"title": "Contact Info - Phone Number Array",
|
|
10
|
+
"description": "Phone numbers to reach the contact at",
|
|
11
|
+
"type": "array",
|
|
12
|
+
"items": {
|
|
13
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Phone.schema.json"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"emails": {
|
|
17
|
+
"title": "Contact Info - Email Address Array",
|
|
18
|
+
"description": "Emails to reach the contact at",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"items": {
|
|
21
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Email.schema.json"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"additionalProperties": false,
|
|
26
|
+
"anyOf": [
|
|
27
|
+
{
|
|
28
|
+
"required": ["phone_numbers"]
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"required": ["emails"]
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"$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/ContactInfoWithoutName.schema.json"
|
|
35
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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/CountryCode.schema.json",
|
|
4
|
+
"title": "Type - Country Code",
|
|
5
|
+
"description": "Type representation of an ISO 3166-1 alpha 2 country code",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"minLength": 2,
|
|
8
|
+
"maxLength": 2,
|
|
9
|
+
"pattern": "^[A-Z]{2}$",
|
|
10
|
+
"$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/CountryCode.schema.json"
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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/CountrySubdivisionCode.schema.json",
|
|
4
|
+
"title": "Type - Country Subdivision Code",
|
|
5
|
+
"description": "State, province, or equivalent identifier required for an address in this country",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"minLength": 1,
|
|
8
|
+
"maxLength": 3,
|
|
9
|
+
"pattern": "^[A-Z0-9]{1,}$",
|
|
10
|
+
"$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/CountrySubdivisionCode.schema.json"
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
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/CurrencyCode.schema.json",
|
|
4
|
+
"title": "Type - Currency Code",
|
|
5
|
+
"description": "Type representation of an ISO 4217 currency code",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"minLength": 3,
|
|
8
|
+
"maxLength": 3,
|
|
9
|
+
"pattern": "^[A-Z]{3}$",
|
|
10
|
+
"$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/CurrencyCode.schema.json"
|
|
11
|
+
}
|
|
@@ -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/types/Date.schema.json",
|
|
4
|
+
"title": "Type - Date",
|
|
5
|
+
"description": "Type represention of an ISO-8601 date, e.g. 2022-01-28",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"format": "date",
|
|
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/types/Date.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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/Email.schema.json",
|
|
4
|
+
"title": "Type - Email",
|
|
5
|
+
"description": "Type representation of an email address",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"email_type": {
|
|
9
|
+
"description": "Type of e-mail address (e.g. personal or business)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/EmailType.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"email_address": {
|
|
13
|
+
"description": "A valid e-mail address",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"format": "email"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": ["email_type", "email_address"],
|
|
20
|
+
"$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/Email.schema.json"
|
|
21
|
+
}
|
|
@@ -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/types/File.schema.json",
|
|
4
|
+
"title": "Type - File",
|
|
5
|
+
"description": "Type representation of a file",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"filepath": {
|
|
9
|
+
"description": "Path to the file within the OCF container",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"md5": {
|
|
13
|
+
"description": "MD5 file checksum",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Md5.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["filepath", "md5"],
|
|
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/types/File.schema.json"
|
|
20
|
+
}
|
|
@@ -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/InterestRate.schema.json",
|
|
4
|
+
"title": "Type - Interest Rate",
|
|
5
|
+
"description": "Type representation of an interest rate, including accrual start and end dates",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"rate": {
|
|
9
|
+
"description": "Interest rate for the convertible (decimal representation - e.g. 0.125 for 12.5%)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Percentage.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"accrual_start_date": {
|
|
13
|
+
"description": "Commencement date for interest accruing at the specified rate",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
15
|
+
},
|
|
16
|
+
"accrual_end_date": {
|
|
17
|
+
"description": "Optional end date (inclusive) for interest accruing at the specified rate. If none specified, interest will accrue indefinitely or until accrual of next interest rate commences",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["rate", "accrual_start_date"],
|
|
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/InterestRate.schema.json"
|
|
24
|
+
}
|
|
@@ -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/types/Md5.schema.json",
|
|
4
|
+
"title": "Type - MD5 Hash",
|
|
5
|
+
"description": "String representation of MD5 hash with basic validation for a string of 32 characters composed of letters (uppercase or lowercase) and numbers",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"pattern": "^[a-fA-F0-9]{32}$",
|
|
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/types/Md5.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/types/Monetary.schema.json",
|
|
4
|
+
"title": "Type - Monetary",
|
|
5
|
+
"description": "Type representation of an amount of money in a specified currency",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"amount": {
|
|
9
|
+
"description": "Numeric amount of money",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"currency": {
|
|
13
|
+
"description": "ISO 4217 currency code",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CurrencyCode.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["amount", "currency"],
|
|
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/types/Monetary.schema.json"
|
|
20
|
+
}
|
|
@@ -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/Name.schema.json",
|
|
4
|
+
"title": "Type - Name",
|
|
5
|
+
"description": "Type comprising of multiple name components",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"legal_name": {
|
|
9
|
+
"description": "Legal full name for the individual/institution",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"first_name": {
|
|
13
|
+
"description": "First/given name for the individual",
|
|
14
|
+
"type": "string"
|
|
15
|
+
},
|
|
16
|
+
"last_name": {
|
|
17
|
+
"description": "Last/family name for the individual",
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["legal_name"],
|
|
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/Name.schema.json"
|
|
24
|
+
}
|
|
@@ -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/types/Numeric.schema.json",
|
|
4
|
+
"title": "Type - Numeric",
|
|
5
|
+
"description": "Fixed-point string representation of a number (up to 10 decimal places supported)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"pattern": "^[+-]?[0-9]+(\\.[0-9]{1,10})?$",
|
|
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/types/Numeric.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/types/ObjectReference.schema.json",
|
|
4
|
+
"title": "Type - Object Reference",
|
|
5
|
+
"description": "A type representing a reference to any kind of OCF object",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"object_type": {
|
|
9
|
+
"description": "The type of object being referenced. Informs which type of identifier is represented by the associated object_id",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ObjectType.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"object_id": {
|
|
13
|
+
"description": "The identifier for the referenced object",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["object_type", "object_id"],
|
|
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/types/ObjectReference.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/types/Percentage.schema.json",
|
|
4
|
+
"title": "Type - Percentage",
|
|
5
|
+
"description": "Fixed-point string representation of a percentage as a decimal between 0.0 and 1.0 (up to 10 decimal places supported)",
|
|
6
|
+
"type": "string",
|
|
7
|
+
"pattern": "^0?(\\.[0-9]{1,10})?$|^1(\\.0{1,10})?$",
|
|
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/types/Percentage.schema.json"
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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/Phone.schema.json",
|
|
4
|
+
"title": "Type - Phone",
|
|
5
|
+
"description": "Type representation of a phone number",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"phone_type": {
|
|
9
|
+
"description": "Type of phone number (e.g. mobile, home or business)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/PhoneType.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"phone_number": {
|
|
13
|
+
"description": "A valid phone number string in ITU E.123 international notation (e.g. +123 123 456 7890). An extension number, if applicable, should be separated by words ''extension'' or ''ext.'' after the phone number (e.g. +123 123 456 7890 ext. 100).",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"pattern": "^\\+\\d{1,3}\\s\\d{2,3}\\s\\d{2,3}\\s\\d{4}(\\s(ext.|extension)\\s\\d+)?$"
|
|
16
|
+
}
|
|
17
|
+
},
|
|
18
|
+
"additionalProperties": false,
|
|
19
|
+
"required": ["phone_type", "phone_number"],
|
|
20
|
+
"$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/Phone.schema.json"
|
|
21
|
+
}
|
|
@@ -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/types/Ratio.schema.json",
|
|
4
|
+
"title": "Type - Ratio",
|
|
5
|
+
"description": "Type representation of a ratio as two parts of a quotient, i.e. numerator and denominator numeric values",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"numerator": {
|
|
9
|
+
"description": "Numerator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as a fraction (A/B), where A is the numerator",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"denominator": {
|
|
13
|
+
"description": "Denominator of the ratio, i.e. the ratio of A to B (A:B) can be expressed as a fraction (A/B), where B is the denominator",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["numerator", "denominator"],
|
|
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/types/Ratio.schema.json"
|
|
20
|
+
}
|
|
@@ -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/types/SecurityExemption.schema.json",
|
|
4
|
+
"title": "Type - Security Exemption",
|
|
5
|
+
"description": "Type representation of a securities issuance exemption that includes an unstructured description and a country code for ease of processing and analysis",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"description": {
|
|
9
|
+
"description": "Description of an applicable security law exemption governing the issuance",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"jurisdiction": {
|
|
13
|
+
"description": "Jurisdiction of the applicable law. This is a free-text field as there is no known enumeration of all global legal jurisdictions, but please try to use ISO 3166-1 alpha-2, if appropriate. Otherwise, we rely on implementers to choose an appropriate value here.",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["description", "jurisdiction"],
|
|
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/types/SecurityExemption.schema.json"
|
|
20
|
+
}
|
|
@@ -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/types/ShareNumberRange.schema.json",
|
|
4
|
+
"title": "Type - Share Number Range",
|
|
5
|
+
"description": "Type representation of a range of share numbers associated with an event (such as the share numbers associated with an issuance) - for use where shares are not fungible and need unique identifiers *per share*",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"starting_share_number": {
|
|
9
|
+
"description": "The starting share number of a range of shares impacted by a particular event (**INCLUSIVE** and assuming **share counts start at 1**)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"ending_share_number": {
|
|
13
|
+
"description": "The ending share number of a range of shares impacted by a particular event (**INCLUSIVE**)",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["starting_share_number", "ending_share_number"],
|
|
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/types/ShareNumberRange.schema.json"
|
|
20
|
+
}
|
|
@@ -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/types/StockParent.schema.json",
|
|
4
|
+
"title": "Type - Stock Parent",
|
|
5
|
+
"description": "Type representation of the parent security of a given stock issuance (e.g. if a stock issuance came from a plan, such as an RSA, or if a stock came from a previous stock entry)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"parent_object_type": {
|
|
9
|
+
"description": "Parent object type for this stock issuance (e.g. a stock plan or warrant)",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ParentSecurityType.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"parent_object_id": {
|
|
13
|
+
"description": "Parent object's ID must be a valid ID pointing to an object of the type specified in parent_object_type",
|
|
14
|
+
"type": "string"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["parent_object_type", "parent_object_id"],
|
|
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/types/StockParent.schema.json"
|
|
20
|
+
}
|
|
@@ -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/types/TaxID.schema.json",
|
|
4
|
+
"title": "Type - Tax Identifier",
|
|
5
|
+
"description": "Type representation of a government identifier for tax purposes (e.g. EIN) and corresponding country code (ISO-3166)",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"tax_id": {
|
|
9
|
+
"description": "Tax identifier as string",
|
|
10
|
+
"type": "string"
|
|
11
|
+
},
|
|
12
|
+
"country": {
|
|
13
|
+
"description": "Issuing country code (ISO 3166-1 alpha-2) for the tax identifier",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/CountryCode.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"required": ["tax_id", "country"],
|
|
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/types/TaxID.schema.json"
|
|
20
|
+
}
|
|
@@ -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/TerminationWindow.schema.json",
|
|
4
|
+
"title": "Type - Termination Window",
|
|
5
|
+
"description": "Type representation of a termination window",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"reason": {
|
|
9
|
+
"description": "What cause of termination is this window for?",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/TerminationWindowType.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"period": {
|
|
13
|
+
"description": "The length of the period in this termination window (in number of periods of type period_type)",
|
|
14
|
+
"type": "integer"
|
|
15
|
+
},
|
|
16
|
+
"period_type": {
|
|
17
|
+
"description": "The type of period being measured (e.g. days or month)",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/PeriodType.schema.json"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["reason", "period", "period_type"],
|
|
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/TerminationWindow.schema.json"
|
|
24
|
+
}
|
|
@@ -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/types/Vesting.schema.json",
|
|
4
|
+
"title": "Type - Vesting",
|
|
5
|
+
"description": "Describes an exact vesting date and amount",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"properties": {
|
|
8
|
+
"date": {
|
|
9
|
+
"description": "Date the vesting occurred or will occur",
|
|
10
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
|
|
11
|
+
},
|
|
12
|
+
"amount": {
|
|
13
|
+
"description": "Quantity of shares which vested or will vest",
|
|
14
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"required": ["date", "amount"],
|
|
18
|
+
"additionalProperties": false,
|
|
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/types/Vesting.schema.json"
|
|
20
|
+
}
|
|
@@ -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_mechanisms/CustomConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Custom",
|
|
5
|
+
"description": "Sets forth inputs and conversion mechanism of a custom conversion, a conversion type that cannot be accurately modelled with any other OCF conversion mechanism type",
|
|
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": "CUSTOM_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"custom_conversion_description": {
|
|
17
|
+
"description": "Detailed description of how the number of resulting shares should be determined? Use legal language from an instrument where possible",
|
|
18
|
+
"type": "string"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["type", "custom_conversion_description"],
|
|
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_mechanisms/CustomConversionMechanism.schema.json"
|
|
24
|
+
}
|
package/dist/ocf-schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json
ADDED
|
@@ -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_mechanisms/FixedAmountConversionMechanism.schema.json",
|
|
4
|
+
"title": "Conversion Mechanism - Fixed Amount",
|
|
5
|
+
"description": "Describes how a security converts into a fixed amount of a stock class",
|
|
6
|
+
"type": "object",
|
|
7
|
+
"allOf": [
|
|
8
|
+
{
|
|
9
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"properties": {
|
|
13
|
+
"type": {
|
|
14
|
+
"const": "FIXED_AMOUNT_CONVERSION"
|
|
15
|
+
},
|
|
16
|
+
"converts_to_quantity": {
|
|
17
|
+
"description": "How many shares of target Stock Class does this security convert into?",
|
|
18
|
+
"$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
"additionalProperties": false,
|
|
22
|
+
"required": ["converts_to_quantity", "type"],
|
|
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_mechanisms/FixedAmountConversionMechanism.schema.json"
|
|
24
|
+
}
|