@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.
Files changed (179) hide show
  1. package/dist/ocf-schema/enums/AccrualPeriodType.schema.json +9 -0
  2. package/dist/ocf-schema/enums/AddressType.schema.json +9 -0
  3. package/dist/ocf-schema/enums/AllocationType.schema.json +17 -0
  4. package/dist/ocf-schema/enums/AuthorizedShares.schema.json +9 -0
  5. package/dist/ocf-schema/enums/CompensationType.schema.json +9 -0
  6. package/dist/ocf-schema/enums/CompoundingType.schema.json +9 -0
  7. package/dist/ocf-schema/enums/ConversionMechanismType.schema.json +18 -0
  8. package/dist/ocf-schema/enums/ConversionRightType.schema.json +13 -0
  9. package/dist/ocf-schema/enums/ConversionTimingType.schema.json +9 -0
  10. package/dist/ocf-schema/enums/ConversionTriggerType.schema.json +16 -0
  11. package/dist/ocf-schema/enums/ConvertibleType.schema.json +9 -0
  12. package/dist/ocf-schema/enums/DayCountType.schema.json +9 -0
  13. package/dist/ocf-schema/enums/EmailType.schema.json +9 -0
  14. package/dist/ocf-schema/enums/FileType.schema.json +20 -0
  15. package/dist/ocf-schema/enums/InterestPayoutType.schema.json +9 -0
  16. package/dist/ocf-schema/enums/ObjectType.schema.json +66 -0
  17. package/dist/ocf-schema/enums/OptionType.schema.json +9 -0
  18. package/dist/ocf-schema/enums/ParentSecurityType.schema.json +9 -0
  19. package/dist/ocf-schema/enums/PeriodType.schema.json +9 -0
  20. package/dist/ocf-schema/enums/PhoneType.schema.json +9 -0
  21. package/dist/ocf-schema/enums/QuantitySourceType.schema.json +16 -0
  22. package/dist/ocf-schema/enums/RoundingType.schema.json +9 -0
  23. package/dist/ocf-schema/enums/StakeholderRelationshipType.schema.json +23 -0
  24. package/dist/ocf-schema/enums/StakeholderStatusType.schema.json +19 -0
  25. package/dist/ocf-schema/enums/StakeholderType.schema.json +9 -0
  26. package/dist/ocf-schema/enums/StockClassType.schema.json +9 -0
  27. package/dist/ocf-schema/enums/StockIssuanceType.schema.json +9 -0
  28. package/dist/ocf-schema/enums/StockPlanCancellationBehaviorType.schema.json +14 -0
  29. package/dist/ocf-schema/enums/TerminationWindowType.schema.json +17 -0
  30. package/dist/ocf-schema/enums/ValuationBasedFormulaType.schema.json +9 -0
  31. package/dist/ocf-schema/enums/ValuationType.schema.json +9 -0
  32. package/dist/ocf-schema/enums/VestingDayOfMonth.schema.json +42 -0
  33. package/dist/ocf-schema/enums/VestingTriggerType.schema.json +14 -0
  34. package/dist/ocf-schema/files/DocumentsFile.schema.json +27 -0
  35. package/dist/ocf-schema/files/FinancingsFile.schema.json +27 -0
  36. package/dist/ocf-schema/files/OCFManifestFile.schema.json +130 -0
  37. package/dist/ocf-schema/files/StakeholdersFile.schema.json +27 -0
  38. package/dist/ocf-schema/files/StockClassesFile.schema.json +27 -0
  39. package/dist/ocf-schema/files/StockLegendTemplatesFile.schema.json +27 -0
  40. package/dist/ocf-schema/files/StockPlansFile.schema.json +27 -0
  41. package/dist/ocf-schema/files/TransactionsFile.schema.json +136 -0
  42. package/dist/ocf-schema/files/ValuationsFile.schema.json +27 -0
  43. package/dist/ocf-schema/files/VestingTermsFile.schema.json +27 -0
  44. package/dist/ocf-schema/objects/Document.schema.json +50 -0
  45. package/dist/ocf-schema/objects/Financing.schema.json +38 -0
  46. package/dist/ocf-schema/objects/Issuer.schema.json +97 -0
  47. package/dist/ocf-schema/objects/Stakeholder.schema.json +75 -0
  48. package/dist/ocf-schema/objects/StockClass.schema.json +92 -0
  49. package/dist/ocf-schema/objects/StockLegendTemplate.schema.json +30 -0
  50. package/dist/ocf-schema/objects/StockPlan.schema.json +71 -0
  51. package/dist/ocf-schema/objects/Valuation.schema.json +55 -0
  52. package/dist/ocf-schema/objects/VestingTerms.schema.json +42 -0
  53. package/dist/ocf-schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json +33 -0
  54. package/dist/ocf-schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json +37 -0
  55. package/dist/ocf-schema/objects/transactions/acceptance/PlanSecurityAcceptance.schema.json +18 -0
  56. package/dist/ocf-schema/objects/transactions/acceptance/StockAcceptance.schema.json +33 -0
  57. package/dist/ocf-schema/objects/transactions/acceptance/WarrantAcceptance.schema.json +33 -0
  58. package/dist/ocf-schema/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json +42 -0
  59. package/dist/ocf-schema/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json +42 -0
  60. package/dist/ocf-schema/objects/transactions/adjustment/StockClassConversionRatioAdjustment.schema.json +34 -0
  61. package/dist/ocf-schema/objects/transactions/adjustment/StockPlanPoolAdjustment.schema.json +42 -0
  62. package/dist/ocf-schema/objects/transactions/cancellation/ConvertibleCancellation.schema.json +39 -0
  63. package/dist/ocf-schema/objects/transactions/cancellation/EquityCompensationCancellation.schema.json +43 -0
  64. package/dist/ocf-schema/objects/transactions/cancellation/PlanSecurityCancellation.schema.json +17 -0
  65. package/dist/ocf-schema/objects/transactions/cancellation/StockCancellation.schema.json +39 -0
  66. package/dist/ocf-schema/objects/transactions/cancellation/WarrantCancellation.schema.json +39 -0
  67. package/dist/ocf-schema/objects/transactions/change_event/StakeholderRelationshipChangeEvent.schema.json +45 -0
  68. package/dist/ocf-schema/objects/transactions/change_event/StakeholderStatusChangeEvent.schema.json +34 -0
  69. package/dist/ocf-schema/objects/transactions/consolidation/StockConsolidation.schema.json +32 -0
  70. package/dist/ocf-schema/objects/transactions/conversion/ConvertibleConversion.schema.json +54 -0
  71. package/dist/ocf-schema/objects/transactions/conversion/StockConversion.schema.json +42 -0
  72. package/dist/ocf-schema/objects/transactions/exercise/EquityCompensationExercise.schema.json +40 -0
  73. package/dist/ocf-schema/objects/transactions/exercise/PlanSecurityExercise.schema.json +17 -0
  74. package/dist/ocf-schema/objects/transactions/exercise/WarrantExercise.schema.json +39 -0
  75. package/dist/ocf-schema/objects/transactions/issuance/ConvertibleIssuance.schema.json +88 -0
  76. package/dist/ocf-schema/objects/transactions/issuance/EquityCompensationIssuance.schema.json +166 -0
  77. package/dist/ocf-schema/objects/transactions/issuance/PlanSecurityIssuance.schema.json +17 -0
  78. package/dist/ocf-schema/objects/transactions/issuance/StockIssuance.schema.json +91 -0
  79. package/dist/ocf-schema/objects/transactions/issuance/WarrantIssuance.schema.json +101 -0
  80. package/dist/ocf-schema/objects/transactions/reissuance/StockReissuance.schema.json +36 -0
  81. package/dist/ocf-schema/objects/transactions/release/EquityCompensationRelease.schema.json +39 -0
  82. package/dist/ocf-schema/objects/transactions/release/PlanSecurityRelease.schema.json +17 -0
  83. package/dist/ocf-schema/objects/transactions/repricing/EquityCompensationRepricing.schema.json +34 -0
  84. package/dist/ocf-schema/objects/transactions/repurchase/StockRepurchase.schema.json +37 -0
  85. package/dist/ocf-schema/objects/transactions/retraction/ConvertibleRetraction.schema.json +33 -0
  86. package/dist/ocf-schema/objects/transactions/retraction/EquityCompensationRetraction.schema.json +37 -0
  87. package/dist/ocf-schema/objects/transactions/retraction/PlanSecurityRetraction.schema.json +17 -0
  88. package/dist/ocf-schema/objects/transactions/retraction/StockRetraction.schema.json +33 -0
  89. package/dist/ocf-schema/objects/transactions/retraction/WarrantRetraction.schema.json +33 -0
  90. package/dist/ocf-schema/objects/transactions/return_to_pool/StockPlanReturnToPool.schema.json +38 -0
  91. package/dist/ocf-schema/objects/transactions/split/StockClassSplit.schema.json +34 -0
  92. package/dist/ocf-schema/objects/transactions/transfer/ConvertibleTransfer.schema.json +40 -0
  93. package/dist/ocf-schema/objects/transactions/transfer/EquityCompensationTransfer.schema.json +41 -0
  94. package/dist/ocf-schema/objects/transactions/transfer/PlanSecurityTransfer.schema.json +17 -0
  95. package/dist/ocf-schema/objects/transactions/transfer/StockTransfer.schema.json +40 -0
  96. package/dist/ocf-schema/objects/transactions/transfer/WarrantTransfer.schema.json +40 -0
  97. package/dist/ocf-schema/objects/transactions/vesting/VestingAcceleration.schema.json +38 -0
  98. package/dist/ocf-schema/objects/transactions/vesting/VestingEvent.schema.json +34 -0
  99. package/dist/ocf-schema/objects/transactions/vesting/VestingStart.schema.json +34 -0
  100. package/dist/ocf-schema/primitives/files/File.schema.json +15 -0
  101. package/dist/ocf-schema/primitives/objects/Object.schema.json +26 -0
  102. package/dist/ocf-schema/primitives/objects/transactions/IssuerTransaction.schema.json +15 -0
  103. package/dist/ocf-schema/primitives/objects/transactions/SecurityTransaction.schema.json +15 -0
  104. package/dist/ocf-schema/primitives/objects/transactions/StockClassTransaction.schema.json +15 -0
  105. package/dist/ocf-schema/primitives/objects/transactions/StockPlanTransaction.schema.json +15 -0
  106. package/dist/ocf-schema/primitives/objects/transactions/Transaction.schema.json +15 -0
  107. package/dist/ocf-schema/primitives/objects/transactions/acceptance/Acceptance.schema.json +10 -0
  108. package/dist/ocf-schema/primitives/objects/transactions/cancellation/Cancellation.schema.json +19 -0
  109. package/dist/ocf-schema/primitives/objects/transactions/change_event/StakeholderChangeEvent.schema.json +15 -0
  110. package/dist/ocf-schema/primitives/objects/transactions/consolidation/Consolidation.schema.json +30 -0
  111. package/dist/ocf-schema/primitives/objects/transactions/conversion/Conversion.schema.json +19 -0
  112. package/dist/ocf-schema/primitives/objects/transactions/exercise/Exercise.schema.json +23 -0
  113. package/dist/ocf-schema/primitives/objects/transactions/issuance/Issuance.schema.json +39 -0
  114. package/dist/ocf-schema/primitives/objects/transactions/reissuance/Reissuance.schema.json +29 -0
  115. package/dist/ocf-schema/primitives/objects/transactions/release/Release.schema.json +40 -0
  116. package/dist/ocf-schema/primitives/objects/transactions/repurchase/Repurchase.schema.json +27 -0
  117. package/dist/ocf-schema/primitives/objects/transactions/retraction/Retraction.schema.json +15 -0
  118. package/dist/ocf-schema/primitives/objects/transactions/return_to_pool/ReturnToPool.schema.json +23 -0
  119. package/dist/ocf-schema/primitives/objects/transactions/transfer/Transfer.schema.json +29 -0
  120. package/dist/ocf-schema/primitives/types/conversion_mechanisms/ConversionMechanism.schema.json +15 -0
  121. package/dist/ocf-schema/primitives/types/conversion_rights/ConversionRight.schema.json +52 -0
  122. package/dist/ocf-schema/primitives/types/conversion_triggers/ConversionTrigger.schema.json +41 -0
  123. package/dist/ocf-schema/primitives/types/vesting/VestingConditionTrigger.schema.json +15 -0
  124. package/dist/ocf-schema/primitives/types/vesting/VestingPeriod.schema.json +30 -0
  125. package/dist/ocf-schema/types/Address.schema.json +36 -0
  126. package/dist/ocf-schema/types/CapitalizationDefinition.schema.json +45 -0
  127. package/dist/ocf-schema/types/CapitalizationDefinitionRules.schema.json +53 -0
  128. package/dist/ocf-schema/types/ContactInfo.schema.json +39 -0
  129. package/dist/ocf-schema/types/ContactInfoWithoutName.schema.json +35 -0
  130. package/dist/ocf-schema/types/CountryCode.schema.json +11 -0
  131. package/dist/ocf-schema/types/CountrySubdivisionCode.schema.json +11 -0
  132. package/dist/ocf-schema/types/CurrencyCode.schema.json +11 -0
  133. package/dist/ocf-schema/types/Date.schema.json +9 -0
  134. package/dist/ocf-schema/types/Email.schema.json +21 -0
  135. package/dist/ocf-schema/types/File.schema.json +20 -0
  136. package/dist/ocf-schema/types/InterestRate.schema.json +24 -0
  137. package/dist/ocf-schema/types/Md5.schema.json +9 -0
  138. package/dist/ocf-schema/types/Monetary.schema.json +20 -0
  139. package/dist/ocf-schema/types/Name.schema.json +24 -0
  140. package/dist/ocf-schema/types/Numeric.schema.json +9 -0
  141. package/dist/ocf-schema/types/ObjectReference.schema.json +20 -0
  142. package/dist/ocf-schema/types/Percentage.schema.json +9 -0
  143. package/dist/ocf-schema/types/Phone.schema.json +21 -0
  144. package/dist/ocf-schema/types/Ratio.schema.json +20 -0
  145. package/dist/ocf-schema/types/SecurityExemption.schema.json +20 -0
  146. package/dist/ocf-schema/types/ShareNumberRange.schema.json +20 -0
  147. package/dist/ocf-schema/types/StockParent.schema.json +20 -0
  148. package/dist/ocf-schema/types/TaxID.schema.json +20 -0
  149. package/dist/ocf-schema/types/TerminationWindow.schema.json +24 -0
  150. package/dist/ocf-schema/types/Vesting.schema.json +20 -0
  151. package/dist/ocf-schema/types/conversion_mechanisms/CustomConversionMechanism.schema.json +24 -0
  152. package/dist/ocf-schema/types/conversion_mechanisms/FixedAmountConversionMechanism.schema.json +24 -0
  153. package/dist/ocf-schema/types/conversion_mechanisms/NoteConversionMechanism.schema.json +75 -0
  154. package/dist/ocf-schema/types/conversion_mechanisms/PercentCapitalizationConversionMechanism.schema.json +32 -0
  155. package/dist/ocf-schema/types/conversion_mechanisms/RatioConversionMechanism.schema.json +32 -0
  156. package/dist/ocf-schema/types/conversion_mechanisms/SAFEConversionMechanism.schema.json +48 -0
  157. package/dist/ocf-schema/types/conversion_mechanisms/SharePriceBasedConversionMechanism.schema.json +70 -0
  158. package/dist/ocf-schema/types/conversion_mechanisms/ValuationBasedConversionMechanism.schema.json +60 -0
  159. package/dist/ocf-schema/types/conversion_rights/ConvertibleConversionRight.schema.json +41 -0
  160. package/dist/ocf-schema/types/conversion_rights/StockClassConversionRight.schema.json +29 -0
  161. package/dist/ocf-schema/types/conversion_rights/WarrantConversionRight.schema.json +42 -0
  162. package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnConditionTrigger.schema.json +28 -0
  163. package/dist/ocf-schema/types/conversion_triggers/AutomaticConversionOnDateTrigger.schema.json +28 -0
  164. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionAtWillTrigger.schema.json +24 -0
  165. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionInDateRangeTrigger.schema.json +38 -0
  166. package/dist/ocf-schema/types/conversion_triggers/ElectiveConversionOnConditionTrigger.schema.json +28 -0
  167. package/dist/ocf-schema/types/conversion_triggers/UnspecifiedConversionTrigger.schema.json +24 -0
  168. package/dist/ocf-schema/types/vesting/VestingCondition.schema.json +62 -0
  169. package/dist/ocf-schema/types/vesting/VestingConditionPortion.schema.json +25 -0
  170. package/dist/ocf-schema/types/vesting/VestingEventTrigger.schema.json +19 -0
  171. package/dist/ocf-schema/types/vesting/VestingPeriodInDays.schema.json +22 -0
  172. package/dist/ocf-schema/types/vesting/VestingPeriodInMonths.schema.json +27 -0
  173. package/dist/ocf-schema/types/vesting/VestingScheduleAbsoluteTrigger.schema.json +24 -0
  174. package/dist/ocf-schema/types/vesting/VestingScheduleRelativeTrigger.schema.json +35 -0
  175. package/dist/ocf-schema/types/vesting/VestingStartTrigger.schema.json +19 -0
  176. package/dist/utils/ocfZodSchemas.d.ts.map +1 -1
  177. package/dist/utils/ocfZodSchemas.js +10 -7
  178. package/dist/utils/ocfZodSchemas.js.map +1 -1
  179. package/package.json +3 -2
@@ -0,0 +1,75 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Stakeholder.schema.json",
4
+ "title": "Object - Stakeholder",
5
+ "description": "Object describing a stakeholder",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "STAKEHOLDER"
15
+ },
16
+ "name": {
17
+ "description": "Name for the stakeholder",
18
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Name.schema.json"
19
+ },
20
+ "stakeholder_type": {
21
+ "description": "Distinguish individuals from institutions",
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderType.schema.json"
23
+ },
24
+ "issuer_assigned_id": {
25
+ "description": "This might be any sort of id assigned to the stakeholder by the issuer, such as an internal company ID for an employee stakeholder",
26
+ "type": "string"
27
+ },
28
+ "current_relationship": {
29
+ "description": "What is the current relationship of the stakeholder to the issuer?",
30
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderRelationshipType.schema.json",
31
+ "$comment": "Deprecated in v2, see `current_relationships` array instead"
32
+ },
33
+ "current_relationships": {
34
+ "title": "Stakeholder - Relationships Array",
35
+ "description": "What is/are the current relationship(s) of the stakeholder to the issuer?",
36
+ "type": "array",
37
+ "items": {
38
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderRelationshipType.schema.json"
39
+ }
40
+ },
41
+ "current_status": {
42
+ "description": "What is the current activity status of the stakeholder?",
43
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StakeholderStatusType.schema.json"
44
+ },
45
+ "primary_contact": {
46
+ "description": "The primary contact info for an institutional stakeholder",
47
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfo.schema.json"
48
+ },
49
+ "contact_info": {
50
+ "description": "The contact info for an individual stakeholder",
51
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/ContactInfoWithoutName.schema.json"
52
+ },
53
+ "addresses": {
54
+ "title": "Stakeholder - Address Array",
55
+ "description": "Addresses for the stakeholder",
56
+ "type": "array",
57
+ "items": {
58
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Address.schema.json"
59
+ }
60
+ },
61
+ "tax_ids": {
62
+ "title": "Stakeholder - Tax ID Array",
63
+ "description": "The tax ids for this stakeholder",
64
+ "type": "array",
65
+ "items": {
66
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/TaxID.schema.json"
67
+ }
68
+ },
69
+ "id": {},
70
+ "comments": {}
71
+ },
72
+ "additionalProperties": false,
73
+ "required": ["name", "stakeholder_type"],
74
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/Stakeholder.schema.json"
75
+ }
@@ -0,0 +1,92 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockClass.schema.json",
4
+ "title": "Object - Stock Class",
5
+ "description": "Object describing a class of stock issued by the issuer",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "STOCK_CLASS"
15
+ },
16
+ "name": {
17
+ "description": "Name for the stock type (e.g. Series A Preferred or Class A Common)",
18
+ "type": "string"
19
+ },
20
+ "class_type": {
21
+ "description": "The type of this stock class (e.g. Preferred or Common)",
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StockClassType.schema.json"
23
+ },
24
+ "default_id_prefix": {
25
+ "description": "Default prefix for certificate numbers in certificated shares (e.g. CS- in CS-1). If certificate IDs have a dash, the prefix should end in the dash like CS-",
26
+ "type": "string"
27
+ },
28
+ "initial_shares_authorized": {
29
+ "description": "The initial number of shares authorized for this stock class",
30
+ "oneOf": [
31
+ {
32
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AuthorizedShares.schema.json"
33
+ },
34
+ {
35
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
36
+ }
37
+ ]
38
+ },
39
+ "board_approval_date": {
40
+ "description": "Date on which the board approved the stock class",
41
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
42
+ },
43
+ "stockholder_approval_date": {
44
+ "description": "Date on which the stockholders approved the stock class",
45
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
46
+ },
47
+ "votes_per_share": {
48
+ "description": "The number of votes each share of this stock class gets",
49
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
50
+ },
51
+ "par_value": {
52
+ "description": "Per-share par value of this stock class",
53
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
54
+ },
55
+ "price_per_share": {
56
+ "description": "Per-share price this stock class was issued for",
57
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
58
+ },
59
+ "seniority": {
60
+ "description": "Seniority of the stock - determines repayment priority. Seniority is ordered by increasing number so that stock classes with a higher seniority have higher repayment priority. The following properties hold for all stock classes for a given company: \na) transitivity: stock classes are absolutely stackable by seniority and in increasing numerical order, \nb) non-uniqueness: multiple stock classes can have the same Seniority number and therefore have the same liquidation/repayment order.\nIn practice, stock classes with same seniority may be created at different points in time and (for example, an extension of an existing preferred financing round), and also a new stock class can be created with seniority between two existing stock classes, in which case it is assigned some decimal number between the numbers representing seniority of the respective classes.",
61
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
62
+ },
63
+ "conversion_rights": {
64
+ "title": "Stock Class - Stock Class Conversion Rights Array",
65
+ "description": "List of stock class conversion rights possible for this stock class",
66
+ "type": "array",
67
+ "items": {
68
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/conversion_rights/StockClassConversionRight.schema.json"
69
+ }
70
+ },
71
+ "liquidation_preference_multiple": {
72
+ "description": "The liquidation preference per share for this stock class",
73
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
74
+ },
75
+ "participation_cap_multiple": {
76
+ "description": "The participation cap multiple per share for this stock class",
77
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
78
+ },
79
+ "id": {},
80
+ "comments": {}
81
+ },
82
+ "additionalProperties": false,
83
+ "required": [
84
+ "name",
85
+ "class_type",
86
+ "default_id_prefix",
87
+ "initial_shares_authorized",
88
+ "votes_per_share",
89
+ "seniority"
90
+ ],
91
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/StockClass.schema.json"
92
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockLegendTemplate.schema.json",
4
+ "title": "Object - Stock Legend Template",
5
+ "description": "Object describing a stock legend template",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "STOCK_LEGEND_TEMPLATE"
15
+ },
16
+ "name": {
17
+ "description": "Name for the stock legend template",
18
+ "type": "string"
19
+ },
20
+ "text": {
21
+ "description": "The full text of the stock legend",
22
+ "type": "string"
23
+ },
24
+ "id": {},
25
+ "comments": {}
26
+ },
27
+ "additionalProperties": false,
28
+ "required": ["name", "text"],
29
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/StockLegendTemplate.schema.json"
30
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/StockPlan.schema.json",
4
+ "title": "Object - Stock Plan",
5
+ "description": "Object describing a plan which stock options are issued from",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "STOCK_PLAN"
15
+ },
16
+ "plan_name": {
17
+ "description": "Name for the stock plan",
18
+ "type": "string"
19
+ },
20
+ "board_approval_date": {
21
+ "description": "Date on which board approved the plan",
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
23
+ },
24
+ "stockholder_approval_date": {
25
+ "description": "This optional field tracks when the stockholders approved this stock plan. This is intended for use by US companies that want to issue Incentive Stock Options (ISOs), as the issuing StockPlan must receive shareholder approval within a specified time frame in order to issue valid ISOs.",
26
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
27
+ },
28
+ "initial_shares_reserved": {
29
+ "description": "The initial number of shares reserved in the pool for this stock plan by the Board or equivalent body.",
30
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
31
+ },
32
+ "default_cancellation_behavior": {
33
+ "description": "If a security issued under this Stock Plan is cancelled, what happens to the reserved shares by default? NOTE: for any given security issued from the pool, the Plan's default cancellation behavior can be overridden by subsequent transactions cancelling the reserved stock, returning it to pool or marking it as capital stock. The event chain should always control - do not rely on this field and fail to traverse the events.",
34
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/StockPlanCancellationBehaviorType.schema.json"
35
+ },
36
+ "stock_class_id": {
37
+ "description": "[DEPRECATED in favor of stock_class_ids] Identifier of the StockClass object this plan is composed of.",
38
+ "type": "string",
39
+ "deprecated": "true"
40
+ },
41
+ "stock_class_ids": {
42
+ "description": "Identifiers of StockClass objects this plan is composed of",
43
+ "type": "array",
44
+ "minItems": 1,
45
+ "items": {
46
+ "type": "string"
47
+ }
48
+ },
49
+ "id": {},
50
+ "comments": {}
51
+ },
52
+ "oneOf": [
53
+ {
54
+ "required": ["stock_class_id"],
55
+ "not": {
56
+ "required": ["stock_class_ids"]
57
+ },
58
+ "$comment": "Due to how the JSONSchema 'not' works, this means that, if stock_class_id is present, stock_class_ids cannot be present"
59
+ },
60
+ {
61
+ "required": ["stock_class_ids"],
62
+ "not": {
63
+ "required": ["stock_class_id"]
64
+ },
65
+ "$comment": "Due to how the JSONSchema 'not' works, this means that, if stock_class_ids is present, stock_class_id cannot be present"
66
+ }
67
+ ],
68
+ "additionalProperties": false,
69
+ "required": ["plan_name", "initial_shares_reserved"],
70
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/StockPlan.schema.json"
71
+ }
@@ -0,0 +1,55 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/Valuation.schema.json",
4
+ "title": "Object - Valuation",
5
+ "description": "Object describing a valuation used in the cap table",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "VALUATION"
15
+ },
16
+ "provider": {
17
+ "description": "Entity which provided the valuation",
18
+ "type": "string"
19
+ },
20
+ "board_approval_date": {
21
+ "description": "Date on which board approved the valuation. This is essential for 409A valuations, in particular, which require the Board to approve the valuation.",
22
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
23
+ },
24
+ "stockholder_approval_date": {
25
+ "description": "This optional field tracks when the stockholders approved the valuation.",
26
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
27
+ },
28
+ "price_per_share": {
29
+ "description": "Valued price per share",
30
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Monetary.schema.json"
31
+ },
32
+ "effective_date": {
33
+ "description": "Date on which this valuation is first valid",
34
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
35
+ },
36
+ "stock_class_id": {
37
+ "description": "Identifier of the stock class for this valuation",
38
+ "type": "string"
39
+ },
40
+ "valuation_type": {
41
+ "description": "Seam for supporting different types of valuations in future versions",
42
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/ValuationType.schema.json"
43
+ },
44
+ "id": {},
45
+ "comments": {}
46
+ },
47
+ "additionalProperties": false,
48
+ "required": [
49
+ "price_per_share",
50
+ "effective_date",
51
+ "valuation_type",
52
+ "stock_class_id"
53
+ ],
54
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/Valuation.schema.json"
55
+ }
@@ -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/objects/VestingTerms.schema.json",
4
+ "title": "Object - Vesting Terms",
5
+ "description": "Object describing the terms under which a security vests",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ }
11
+ ],
12
+ "properties": {
13
+ "object_type": {
14
+ "const": "VESTING_TERMS"
15
+ },
16
+ "name": {
17
+ "description": "Concise name for the vesting schedule",
18
+ "type": "string"
19
+ },
20
+ "description": {
21
+ "description": "Detailed description of the vesting schedule",
22
+ "type": "string"
23
+ },
24
+ "allocation_type": {
25
+ "description": "Allocation/rounding type for the vesting schedule",
26
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/enums/AllocationType.schema.json"
27
+ },
28
+ "vesting_conditions": {
29
+ "description": "Conditions and triggers that describe the graph of vesting schedules and events",
30
+ "type": "array",
31
+ "items": {
32
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/vesting/VestingCondition.schema.json"
33
+ },
34
+ "minItems": 1
35
+ },
36
+ "id": {},
37
+ "comments": {}
38
+ },
39
+ "additionalProperties": false,
40
+ "required": ["name", "description", "allocation_type", "vesting_conditions"],
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/objects/VestingTerms.schema.json"
42
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json",
4
+ "title": "Object - Convertible Acceptance Transaction",
5
+ "description": "Object describing a convertible acceptance transaction",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
16
+ },
17
+ {
18
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/acceptance/Acceptance.schema.json"
19
+ }
20
+ ],
21
+ "properties": {
22
+ "object_type": {
23
+ "const": "TX_CONVERTIBLE_ACCEPTANCE"
24
+ },
25
+ "id": {},
26
+ "comments": {},
27
+ "security_id": {},
28
+ "date": {}
29
+ },
30
+ "additionalProperties": false,
31
+ "required": [],
32
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/acceptance/ConvertibleAcceptance.schema.json"
33
+ }
@@ -0,0 +1,37 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json",
4
+ "title": "Object - Equity Compensation Acceptance Transaction",
5
+ "description": "Object describing equity compensation acceptance transaction",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
16
+ },
17
+ {
18
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/acceptance/Acceptance.schema.json"
19
+ }
20
+ ],
21
+ "properties": {
22
+ "object_type": {
23
+ "enum": [
24
+ "TX_PLAN_SECURITY_ACCEPTANCE",
25
+ "TX_EQUITY_COMPENSATION_ACCEPTANCE"
26
+ ],
27
+ "description": "This is done to avoid a breaking change as we work towards a bigger restructure of the equity types in v2.0.0. `TX_PLAN_SECURITY_ACCEPTANCE` will be deprecated in v2.0.0"
28
+ },
29
+ "id": {},
30
+ "comments": {},
31
+ "security_id": {},
32
+ "date": {}
33
+ },
34
+ "additionalProperties": false,
35
+ "required": [],
36
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json"
37
+ }
@@ -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/objects/transactions/acceptance/PlanSecurityAcceptance.schema.json",
4
+ "allOf": [
5
+ {
6
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/EquityCompensationAcceptance.schema.json"
7
+ }
8
+ ],
9
+ "title": "Object - Plan Security Acceptance",
10
+ "description": "An object that represents a plan security acceptance transaction, which is just a compatibility wrapper for an Equity Compensation Acceptance.",
11
+ "properties": {
12
+ "object_type": {
13
+ "const": "TX_PLAN_SECURITY_ACCEPTANCE",
14
+ "description": "This is done to avoid a breaking change as we work towards a bigger restructure of the equity types in v2.0.0. `TX_PLAN_SECURITY_ACCEPTANCE` will be deprecated in v2.0.0"
15
+ }
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/objects/transactions/acceptance/PlanSecurityAcceptance.schema.json"
18
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/StockAcceptance.schema.json",
4
+ "title": "Object - Stock Acceptance Transaction",
5
+ "description": "Object describing a stock acceptance transaction",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
16
+ },
17
+ {
18
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/acceptance/Acceptance.schema.json"
19
+ }
20
+ ],
21
+ "properties": {
22
+ "object_type": {
23
+ "const": "TX_STOCK_ACCEPTANCE"
24
+ },
25
+ "id": {},
26
+ "comments": {},
27
+ "security_id": {},
28
+ "date": {}
29
+ },
30
+ "additionalProperties": false,
31
+ "required": [],
32
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/acceptance/StockAcceptance.schema.json"
33
+ }
@@ -0,0 +1,33 @@
1
+ {
2
+ "$schema": "http://json-schema.org/draft-07/schema",
3
+ "$id": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/objects/transactions/acceptance/WarrantAcceptance.schema.json",
4
+ "title": "Object - Warrant Acceptance Transaction",
5
+ "description": "Object describing a warrant acceptance transaction",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/SecurityTransaction.schema.json"
16
+ },
17
+ {
18
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/acceptance/Acceptance.schema.json"
19
+ }
20
+ ],
21
+ "properties": {
22
+ "object_type": {
23
+ "const": "TX_WARRANT_ACCEPTANCE"
24
+ },
25
+ "id": {},
26
+ "comments": {},
27
+ "security_id": {},
28
+ "date": {}
29
+ },
30
+ "additionalProperties": false,
31
+ "required": [],
32
+ "$comment": "Copyright © 2025 Open Cap Table Coalition (https://opencaptablecoalition.com) / Original File: https://github.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/tree/main/schema/objects/transactions/acceptance/WarrantAcceptance.schema.json"
33
+ }
@@ -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/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json",
4
+ "title": "Object - Issuer Authorized Shares Adjustment Transaction",
5
+ "description": "Object describing an event to change the number of authorized shares at the issuer level.",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/IssuerTransaction.schema.json"
16
+ }
17
+ ],
18
+ "properties": {
19
+ "object_type": {
20
+ "const": "TX_ISSUER_AUTHORIZED_SHARES_ADJUSTMENT"
21
+ },
22
+ "id": {},
23
+ "comments": {},
24
+ "date": {},
25
+ "issuer_id": {},
26
+ "new_shares_authorized": {
27
+ "description": "The new number of shares authorized for this issuer as of the event of this transaction",
28
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
29
+ },
30
+ "board_approval_date": {
31
+ "description": "Date on which the board approved the change to the issuer",
32
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
33
+ },
34
+ "stockholder_approval_date": {
35
+ "description": "Date on which the stockholders approved the change to the issuer",
36
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
37
+ }
38
+ },
39
+ "additionalProperties": false,
40
+ "required": ["new_shares_authorized"],
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/objects/transactions/adjustment/IssuerAuthorizedSharesAdjustment.schema.json"
42
+ }
@@ -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/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json",
4
+ "title": "Object - Stock Class Authorized Shares Adjustment Transaction",
5
+ "description": "Object describing an event to change the number of authorized shares of a stock class.",
6
+ "type": "object",
7
+ "allOf": [
8
+ {
9
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/Object.schema.json"
10
+ },
11
+ {
12
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/Transaction.schema.json"
13
+ },
14
+ {
15
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/primitives/objects/transactions/StockClassTransaction.schema.json"
16
+ }
17
+ ],
18
+ "properties": {
19
+ "object_type": {
20
+ "const": "TX_STOCK_CLASS_AUTHORIZED_SHARES_ADJUSTMENT"
21
+ },
22
+ "id": {},
23
+ "comments": {},
24
+ "date": {},
25
+ "stock_class_id": {},
26
+ "new_shares_authorized": {
27
+ "description": "The new number of shares authorized for this stock class as of the event of this transaction",
28
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Numeric.schema.json"
29
+ },
30
+ "board_approval_date": {
31
+ "description": "Date on which the board approved the change to the stock class",
32
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
33
+ },
34
+ "stockholder_approval_date": {
35
+ "description": "This optional field tracks when the stockholders approved the change to the stock class.",
36
+ "$ref": "https://raw.githubusercontent.com/Open-Cap-Table-Coalition/Open-Cap-Format-OCF/main/schema/types/Date.schema.json"
37
+ }
38
+ },
39
+ "additionalProperties": false,
40
+ "required": ["new_shares_authorized"],
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/objects/transactions/adjustment/StockClassAuthorizedSharesAdjustment.schema.json"
42
+ }