@open-agreements/open-agreements 0.5.0 → 0.7.2

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 (122) hide show
  1. package/README.md +6 -4
  2. package/content/external/yc-safe-discount/metadata.yaml +1 -0
  3. package/content/external/yc-safe-mfn/metadata.yaml +1 -0
  4. package/content/external/yc-safe-pro-rata-side-letter/metadata.yaml +1 -0
  5. package/content/external/yc-safe-valuation-cap/metadata.yaml +1 -0
  6. package/content/recipes/nvca-certificate-of-incorporation/computed.json +21 -0
  7. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +19 -0
  8. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +52 -7
  9. package/content/recipes/nvca-certificate-of-incorporation/selections-roadmap.md +20 -23
  10. package/content/recipes/nvca-certificate-of-incorporation/selections.json +95 -0
  11. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +5 -0
  12. package/content/recipes/nvca-indemnification-agreement/replacements.json +5 -30
  13. package/content/recipes/nvca-investors-rights-agreement/metadata.yaml +1 -0
  14. package/content/recipes/nvca-management-rights-letter/metadata.yaml +1 -0
  15. package/content/recipes/nvca-rofr-co-sale-agreement/metadata.yaml +1 -0
  16. package/content/recipes/nvca-rofr-co-sale-agreement/replacements.json +3 -59
  17. package/content/recipes/nvca-stock-purchase-agreement/computed.json +30 -0
  18. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +20 -16
  19. package/content/recipes/nvca-stock-purchase-agreement/replacements.json +7 -7
  20. package/content/recipes/nvca-stock-purchase-agreement/selections.json +43 -0
  21. package/content/recipes/nvca-voting-agreement/metadata.yaml +1 -0
  22. package/content/templates/bonterms-mutual-nda/metadata.yaml +1 -0
  23. package/content/templates/bonterms-mutual-nda/signing.yaml +35 -0
  24. package/content/templates/bonterms-mutual-nda/template.docx +0 -0
  25. package/content/templates/bonterms-professional-services-agreement/metadata.yaml +1 -0
  26. package/content/templates/closing-checklist/metadata.yaml +1 -0
  27. package/content/templates/common-paper-ai-addendum/metadata.yaml +1 -0
  28. package/content/templates/common-paper-ai-addendum-in-app/metadata.yaml +1 -0
  29. package/content/templates/common-paper-amendment/metadata.yaml +1 -0
  30. package/content/templates/common-paper-business-associate-agreement/metadata.yaml +1 -0
  31. package/content/templates/common-paper-cloud-service-agreement/metadata.yaml +1 -0
  32. package/content/templates/common-paper-csa-click-through/metadata.yaml +1 -0
  33. package/content/templates/common-paper-csa-with-ai/metadata.yaml +1 -0
  34. package/content/templates/common-paper-csa-with-sla/metadata.yaml +1 -0
  35. package/content/templates/common-paper-csa-without-sla/metadata.yaml +1 -0
  36. package/content/templates/common-paper-data-processing-agreement/metadata.yaml +1 -0
  37. package/content/templates/common-paper-design-partner-agreement/metadata.yaml +1 -0
  38. package/content/templates/common-paper-independent-contractor-agreement/metadata.yaml +1 -0
  39. package/content/templates/common-paper-letter-of-intent/metadata.yaml +1 -0
  40. package/content/templates/common-paper-mutual-nda/metadata.yaml +1 -0
  41. package/content/templates/common-paper-one-way-nda/metadata.yaml +1 -0
  42. package/content/templates/common-paper-order-form/metadata.yaml +1 -0
  43. package/content/templates/common-paper-order-form-with-sla/metadata.yaml +1 -0
  44. package/content/templates/common-paper-partnership-agreement/metadata.yaml +1 -0
  45. package/content/templates/common-paper-pilot-agreement/metadata.yaml +1 -0
  46. package/content/templates/common-paper-professional-services-agreement/metadata.yaml +1 -0
  47. package/content/templates/common-paper-software-license-agreement/metadata.yaml +1 -0
  48. package/content/templates/common-paper-statement-of-work/metadata.yaml +1 -0
  49. package/content/templates/common-paper-term-sheet/metadata.yaml +1 -0
  50. package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +1 -0
  51. package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
  52. package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +1 -0
  53. package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
  54. package/content/templates/openagreements-employment-offer-letter/metadata.yaml +1 -0
  55. package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
  56. package/content/templates/openagreements-restrictive-covenant-wyoming/metadata.yaml +236 -0
  57. package/content/templates/openagreements-restrictive-covenant-wyoming/practice-note.md +103 -0
  58. package/content/templates/openagreements-restrictive-covenant-wyoming/template.docx +0 -0
  59. package/content/templates/openagreements-restrictive-covenant-wyoming/template.md +154 -0
  60. package/content/templates/working-group-list/metadata.yaml +1 -0
  61. package/dist/commands/list.js +6 -3
  62. package/dist/commands/list.js.map +1 -1
  63. package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -1
  64. package/dist/core/employment/jurisdiction-rules.js +69 -0
  65. package/dist/core/employment/jurisdiction-rules.js.map +1 -1
  66. package/dist/core/employment/memo.d.ts.map +1 -1
  67. package/dist/core/employment/memo.js +127 -0
  68. package/dist/core/employment/memo.js.map +1 -1
  69. package/dist/core/engine.d.ts.map +1 -1
  70. package/dist/core/engine.js +16 -2
  71. package/dist/core/engine.js.map +1 -1
  72. package/dist/core/fill-pipeline.d.ts +8 -0
  73. package/dist/core/fill-pipeline.d.ts.map +1 -1
  74. package/dist/core/fill-pipeline.js +63 -4
  75. package/dist/core/fill-pipeline.js.map +1 -1
  76. package/dist/core/metadata.d.ts +2 -0
  77. package/dist/core/metadata.d.ts.map +1 -1
  78. package/dist/core/metadata.js +1 -0
  79. package/dist/core/metadata.js.map +1 -1
  80. package/dist/core/recipe/computed.d.ts +1 -0
  81. package/dist/core/recipe/computed.d.ts.map +1 -1
  82. package/dist/core/recipe/computed.js +8 -0
  83. package/dist/core/recipe/computed.js.map +1 -1
  84. package/dist/core/recipe/index.d.ts.map +1 -1
  85. package/dist/core/recipe/index.js +2 -1
  86. package/dist/core/recipe/index.js.map +1 -1
  87. package/dist/core/recipe/patcher.d.ts +2 -1
  88. package/dist/core/recipe/patcher.d.ts.map +1 -1
  89. package/dist/core/recipe/patcher.js +3 -2
  90. package/dist/core/recipe/patcher.js.map +1 -1
  91. package/dist/core/recipe/replacement-keys.d.ts +7 -0
  92. package/dist/core/recipe/replacement-keys.d.ts.map +1 -1
  93. package/dist/core/recipe/replacement-keys.js +4 -0
  94. package/dist/core/recipe/replacement-keys.js.map +1 -1
  95. package/dist/core/recipe/verifier.d.ts +2 -1
  96. package/dist/core/recipe/verifier.d.ts.map +1 -1
  97. package/dist/core/recipe/verifier.js.map +1 -1
  98. package/dist/core/selector.d.ts +2 -0
  99. package/dist/core/selector.d.ts.map +1 -1
  100. package/dist/core/selector.js +194 -19
  101. package/dist/core/selector.js.map +1 -1
  102. package/dist/core/signing-config.d.ts +46 -0
  103. package/dist/core/signing-config.d.ts.map +1 -0
  104. package/dist/core/signing-config.js +67 -0
  105. package/dist/core/signing-config.js.map +1 -0
  106. package/dist/core/template-listing.d.ts +1 -0
  107. package/dist/core/template-listing.d.ts.map +1 -1
  108. package/dist/core/template-listing.js +3 -2
  109. package/dist/core/template-listing.js.map +1 -1
  110. package/dist/core/unified-pipeline.d.ts +5 -1
  111. package/dist/core/unified-pipeline.d.ts.map +1 -1
  112. package/dist/core/unified-pipeline.js +51 -0
  113. package/dist/core/unified-pipeline.js.map +1 -1
  114. package/dist/core/validation/recipe.d.ts.map +1 -1
  115. package/dist/core/validation/recipe.js +34 -4
  116. package/dist/core/validation/recipe.js.map +1 -1
  117. package/dist/core/validation/scan-metadata.d.ts +2 -1
  118. package/dist/core/validation/scan-metadata.d.ts.map +1 -1
  119. package/dist/core/validation/scan-metadata.js +3 -2
  120. package/dist/core/validation/scan-metadata.js.map +1 -1
  121. package/package.json +8 -4
  122. package/server.json +2 -2
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
6
6
  [![Agent Skill](https://img.shields.io/badge/agent--skill-open--agreements-purple)](https://skills.sh)
7
7
  [![CI](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml/badge.svg)](https://github.com/open-agreements/open-agreements/actions/workflows/ci.yml)
8
- [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.ai%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
8
+ [![MCP Server Status](https://img.shields.io/endpoint?url=https%3A%2F%2Fopenagreements.org%2Fapi%2Fstatus%3Fformat%3Dshields)](https://openagreements.openstatus.dev/)
9
9
  [![codecov](https://img.shields.io/codecov/c/github/open-agreements/open-agreements/main)](https://app.codecov.io/gh/open-agreements/open-agreements)
10
10
  [![GitHub stargazers](https://img.shields.io/github/stars/open-agreements/open-agreements?style=social)](https://github.com/open-agreements/open-agreements/stargazers)
11
11
  [![Tests: Vitest](https://img.shields.io/badge/tests-vitest-6E9F18)](https://vitest.dev/)
@@ -13,6 +13,8 @@
13
13
  [![Socket Badge](https://socket.dev/api/badge/npm/package/open-agreements)](https://socket.dev/npm/package/open-agreements)
14
14
  [![install size](https://packagephobia.com/badge?p=open-agreements)](https://packagephobia.com/result?p=open-agreements)
15
15
 
16
+ [English](./README.md) | [Español](./README.es.md) | [简体中文](./README.zh.md) | [Português (Brasil)](./README.pt-br.md) | [Deutsch](./README.de.md)
17
+
16
18
  <!-- TODO: Add OpenSSF Scorecard badge once repo is indexed at securityscorecards.dev -->
17
19
  <!-- TODO: Add OpenSSF Best Practices badge after registration at bestpractices.dev -->
18
20
  <!-- TODO: Re-evaluate Snyk badge — Advisor migrated to security.snyk.io (July 2024) -->
@@ -47,7 +49,7 @@ Fill standard legal agreement templates and produce signable DOCX files. Templat
47
49
 
48
50
  OpenAgreements supports two execution modes with different trust boundaries:
49
51
 
50
- - Hosted remote MCP connector (`https://openagreements.ai/api/mcp`) for fast setup in Claude.
52
+ - Hosted remote MCP connector (`https://openagreements.org/api/mcp`) for fast setup in Claude.
51
53
  - Fully local package execution (`npx`, global install, or local stdio MCP package) for machine-local workflows.
52
54
 
53
55
  There is no global default mode recommendation. Choose based on document sensitivity, internal policy, and workflow speed needs. See `docs/trust-checklist.md` for a 60-second data-flow summary.
@@ -123,7 +125,7 @@ This repository includes a Cursor plugin manifest with MCP wiring:
123
125
 
124
126
  The default MCP setup in `mcp.json` includes:
125
127
 
126
- - Hosted OpenAgreements MCP connector (`https://openagreements.ai/api/mcp`)
128
+ - Hosted OpenAgreements MCP connector (`https://openagreements.org/api/mcp`)
127
129
  - Local workspace MCP server (`npx -y @open-agreements/contracts-workspace-mcp`)
128
130
  - Local template drafting MCP server (`npx -y @open-agreements/contract-templates-mcp`)
129
131
 
@@ -400,7 +402,7 @@ Template content is licensed by their respective authors — CC BY 4.0 (Common P
400
402
  ## Privacy
401
403
 
402
404
  - **Local mode** (`npx`, global install, stdio MCP): all processing happens on your machine. No document content is sent externally.
403
- - **Hosted mode** (`https://openagreements.ai/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
405
+ - **Hosted mode** (`https://openagreements.org/api/mcp`): template filling runs server-side. No filled documents are stored after the response is returned.
404
406
 
405
407
  See our [Privacy Policy](https://usejunior.com/privacy_policy) for details.
406
408
 
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — Discount
2
+ category: safes
2
3
  description: Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a discount rate and no valuation cap.
3
4
  source_url: https://www.ycombinator.com/documents
4
5
  version: '2024.12'
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — MFN
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a most favored nation (MFN) provision, no
4
5
  valuation cap, and no discount.
@@ -1,4 +1,5 @@
1
1
  name: YC Pro Rata Side Letter
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Pro Rata Side Letter, granting the investor pro rata rights in connection with a Post-Money SAFE
4
5
  investment.
@@ -1,4 +1,5 @@
1
1
  name: YC Post-Money SAFE — Valuation Cap
2
+ category: safes
2
3
  description: >-
3
4
  Y Combinator's Post-Money SAFE (Simple Agreement for Future Equity) with a valuation cap and no discount. The most
4
5
  common early-stage investment instrument.
@@ -73,6 +73,27 @@
73
73
  "description": "Remove redemption Section 6.1 cross-reference (<5% of deals)",
74
74
  "when_all": [{ "field": "include_redemption_cross_ref", "op": "neq", "value": true }],
75
75
  "set_fill": { "redemption_cross_ref_clause": "" }
76
+ },
77
+ {
78
+ "id": "no-redemption-statement-include",
79
+ "description": "Keep 'not redeemable' statement when no full redemption (default)",
80
+ "when_all": [{ "field": "include_redemption", "op": "neq", "value": true }],
81
+ "set_fill": { "no_redemption_clause": "Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation." }
82
+ },
83
+ {
84
+ "id": "no-redemption-statement-exclude",
85
+ "description": "Remove 'not redeemable' statement when full redemption included",
86
+ "when_all": [{ "field": "include_redemption", "op": "eq", "value": true }],
87
+ "set_fill": { "no_redemption_clause": "" }
88
+ },
89
+ {
90
+ "id": "redemption-cross-ref-force-off",
91
+ "description": "Force redemption cross-ref off when redemption article is excluded",
92
+ "when_all": [
93
+ { "field": "include_redemption", "op": "neq", "value": true },
94
+ { "field": "include_redemption_cross_ref", "op": "eq", "value": true }
95
+ ],
96
+ "set_fill": { "redemption_cross_ref_clause": "" }
76
97
  }
77
98
  ]
78
99
  }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Certificate of Incorporation
2
+ category: venture-financing
2
3
  description: >-
3
4
  Amended and restated certificate of incorporation for venture-backed Delaware corporations, defining preferred stock
4
5
  rights, preferences, and privileges.
@@ -144,6 +145,24 @@ fields:
144
145
  - name: strategic_partnership_exception_shares
145
146
  type: string
146
147
  description: Max shares issuable for strategic partnerships without triggering anti-dilution
148
+ - name: dividend_type
149
+ type: string
150
+ description: 'Dividend structure: non_cumulative_as_converted (>95%), non_cumulative_fixed, or cumulative'
151
+ default: non_cumulative_as_converted
152
+ - name: liquidation_participation
153
+ type: string
154
+ description: 'Liquidation participation type: non_participating (94-96%) or participating'
155
+ default: non_participating
156
+ - name: anti_dilution_type
157
+ type: string
158
+ description: 'Anti-dilution formula: broad_based_weighted_average (>98%) or full_ratchet'
159
+ default: broad_based_weighted_average
160
+ - name: include_pay_to_play
161
+ type: boolean
162
+ description: Include Section 5A pay-to-play conversion provisions (<5% of deals)
163
+ - name: include_redemption
164
+ type: boolean
165
+ description: Include Article Sixth full redemption provisions (2-5% of deals)
147
166
  priority_fields:
148
167
  - company_name
149
168
  - original_issue_price
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "INCORPORATIONOF > [_________]": "{company_name}",
3
- "[____________], a corporation": "{company_name}",
3
+ "[____________], a corporation > [____________]": "{company_name}",
4
4
  "name of this corporation is > [_______________]": "{company_name}",
5
5
  "registered agent at such address is > [_____________________]": "{registered_agent_name}",
6
6
  "State of Delaware is > [_____________]": "{registered_agent_address}",
@@ -11,7 +11,6 @@
11
11
  "), and > [______] shares of authorized Preferred Stock": "{preferred_shares_authorized} shares of authorized Preferred Stock",
12
12
  "Common Stock, $ > [_____] par value per share": "{par_value} par value per share",
13
13
  "Preferred Stock, $ > [______] par value per share": "{par_value} par value per share",
14
- "[all] of which are hereby designated as “Series A Preferred Stock”": "{preferred_shares_designated_portion} of which are hereby designated as “Series {series_designation} Preferred Stock”",
15
14
  "on or after > [_____________]": "{redemption_start_date}",
16
15
  "[insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
17
16
  "[insert initial Series A purchase price]": "{initial_purchase_price}",
@@ -49,9 +48,55 @@
49
48
  "[the greater of]": "{dividend_formula_prefix} ",
50
49
  "[the sum of]": "{dividend_formula_alt}",
51
50
  "[and Section 6.1]": "{redemption_cross_ref_clause}",
52
-
53
- "References to \u201cPreferred Stock\u201d mean the Series A Preferred Stock": "References to \u201cPreferred Stock\u201d mean the Series {series_designation} Preferred Stock",
54
- "with respect to the Series A Preferred Stock": "with respect to the Series {series_designation} Preferred Stock",
55
- "per share of Series A Preferred Stock": "per share of Series {series_designation} Preferred Stock",
56
- "first share of Series A Preferred Stock": "first share of Series {series_designation} Preferred Stock"
51
+ "[the corporation] > [Signature Page Follows]": "{signature_page_marker}",
52
+ "[or in Section 2.1 [and Section 6.1] > [Eastern/Pacific]": "{time_zone}",
53
+ "[a majority[, by voting power,] > [$0.001]": "{par_value}",
54
+ "[, including the approval of [at least one] > [specify percentage]": "{specify_percentage}",
55
+ "[Initial Consideration] > [________ __, 20__]": "{effective_date}",
56
+ "[Additional Consideration] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
57
+ "[Notwithstanding the foregoing, for administrative convenience, the initial Preferred Director[s] > [insert initial Series A purchase price]": "{initial_purchase_price}",
58
+ "[or appointed by the last sentence of Section 3.2(a)] > [all/a majority of the]": "{preferred_shares_designated_portion}",
59
+ "[(and to the extent any of such directorships is not otherwise filled by a director appointed in accordance with the last sentence of Section 3.2(a))] > [the series of]": "the Series {series_designation}",
60
+ "[elected by the stockholders entitled to elect the At-Large Directors] > [or officer]": "{or_officer_clause}",
61
+ "[including [a majority of] > [the greater of]": "{dividend_formula_prefix} ",
62
+ "[(subject to appropriate adjustment in the event of any stock dividend, stock split, combination or other similar recapitalization with respect to the Preferred Stock)] > [the sum of]": "{dividend_formula_alt}",
63
+ "[, and any such act or transaction that has not been approved by such consent or vote prior to such act or transaction being effected shall be null and void ab initio, and of no force or effect] > [Signature Page Follows]": "{signature_page_marker}",
64
+ "[in a manner that adversely affects the special rights, powers and preferences of the Preferred Stock (or any series thereof)] > [Eastern/Pacific]": "{time_zone}",
65
+ "[or pari passu with] > [$0.001]": "{par_value}",
66
+ "[or decrease] > [specify percentage]": "{specify_percentage}",
67
+ "[increase or decrease the authorized number of directors constituting the Board of Directors, or change the number of votes entitled to be cast by any director or directors on any matter[; or] > [________ __, 20__]": "{effective_date}",
68
+ "[.] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
69
+ "[unless otherwise approved by the Requisite Directors:\n[unless the aggregate indebtedness of the Corporation and its subsidiaries for borrowed money following such action would not exceed $[_______] > [insert initial Series A purchase price]": "{initial_purchase_price}",
70
+ "[(i) create or adopt any equity (or equity-linked) compensation plan; [or (ii) amend any such plan to increase the number of shares authorized for issuance thereunder] > [all/a majority of the]": "{preferred_shares_designated_portion}",
71
+ "[approve the annual budget or any [material] > [the series of]": "the Series {series_designation}",
72
+ "[enter into a real estate lease having a term longer than, or extend a real estate lease to result in a term longer than, three years, unless [either (i)] > [or officer]": "{or_officer_clause}",
73
+ "[or (ii) it is included in an annual budget or any amendment thereto approved in accordance with Section 3.3.9(f)] > [the greater of]": "{dividend_formula_prefix} ",
74
+ "[or Section 6.1] > [the sum of]": "{dividend_formula_alt}",
75
+ "[Unless a later time and date is otherwise specified by the holder,] > [Signature Page Follows]": "{signature_page_marker}",
76
+ "[approved (i) prior to the Original Issue Date or (ii) by the Requisite Directors] > [Eastern/Pacific]": "{time_zone}",
77
+ "[the Requisite Holders] > [$0.001]": "{par_value}",
78
+ "[the holders of [a majority] > [specify percentage]": "{specify_percentage}",
79
+ "[and prior to [Date] > [________ __, 20__]": "{effective_date}",
80
+ "[, and such issuance dates occur within a period of no more than [180] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
81
+ "[(i)] > [insert initial Series A purchase price]": "{initial_purchase_price}",
82
+ "[at a price of at least $[_____] > [all/a majority of the]": "{preferred_shares_designated_portion}",
83
+ "[gross] > [the series of]": "the Series {series_designation}",
84
+ "[, net of the underwriting discount and commissions,] > [or officer]": "{or_officer_clause}",
85
+ "[Requisite Directors] > [the greater of]": "{dividend_formula_prefix} ",
86
+ "[, for which the Board of Directors, in its sole discretion, determines that the Corporation is expected to have a market capitalization equal to or greater than $[__________] > [the sum of]": "{dividend_formula_alt}",
87
+ "[then each share] > [Signature Page Follows]": "{signature_page_marker}",
88
+ "[then the Applicable Portion (as defined below) of the shares] > [Eastern/Pacific]": "{time_zone}",
89
+ "[and (c) a new certificate for the number of shares, if any, of Preferred Stock represented by such surrendered certificate and not converted pursuant to Section 5A.1] > [$0.001]": "{par_value}",
90
+ "[the number of shares of Preferred Stock owned by such holder, and the denominator of which is equal to the aggregate number of outstanding shares of Preferred Stock] > [specify percentage]": "{specify_percentage}",
91
+ "[that would result in at least $_______ in gross proceeds to the Corporation, [including/excluding] > [________ __, 20__]": "{effective_date}",
92
+ "[Requisite Holders] > [insert original purchase price of Series A Preferred Stock]": "{original_issue_price}",
93
+ "[Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation.] > [insert initial Series A purchase price]": "{initial_purchase_price}",
94
+ "[the applicable Original Issue Price, plus all declared but unpaid dividends thereon] > [all/a majority of the]": "{preferred_shares_designated_portion}",
95
+ "[and (B) the Fair Market Value (determined in the manner set forth below) of such share of Preferred Stock as of the date of the Corporation’s receipt of the Redemption Request] > [the series of]": "the Series {series_designation}",
96
+ "[; provided, however, that Excluded Shares (as such term is defined in Section 6.2) shall not be redeemed and shall be excluded from the calculations set forth in this sentence] > [or officer]": "{or_officer_clause}",
97
+ "[annually] > [the greater of]": "{dividend_formula_prefix} ",
98
+ "[or officers] > [the sum of]": "{dividend_formula_alt}",
99
+ "Redemption. > [Other than as set forth in Section 2.3.2(b), the Preferred Stock is not redeemable at the option of the holder or the Corporation.],": "{no_redemption_clause}",
100
+ "Preferred Stock”), > [all]": "{preferred_shares_designated_portion}",
101
+ "designated as “Series > A Preferred Stock": "{series_designation} Preferred Stock"
57
102
  }
@@ -2,46 +2,43 @@
2
2
 
3
3
  Research-informed field architecture for future selection sprints, based on Fenwick (2024), Cooley Q4 2025, and WSGR 2023-2025 data.
4
4
 
5
- ## Research-Confirmed Defaults (Implemented This Sprint)
5
+ ## Implemented
6
6
 
7
- | Feature | Market Default | Frequency | Field Type |
7
+ | Feature | Market Default | Frequency | Implementation |
8
8
  |---|---|---|---|
9
9
  | No cumulative voting | Included | >95% | boolean — computed.json |
10
10
  | Common stock voting limitation | Included | >90% | boolean — computed.json |
11
11
  | Authorized shares vote opt-out | Included | >95% | boolean — computed.json |
12
12
  | Officer indemnification | Included | >80% | boolean — computed.json |
13
13
  | Redemption cross-ref (§6.1) | Excluded | <5% | boolean — computed.json |
14
+ | Dividends (3-option radio) | Non-cumulative as-converted | >95% | selections.json — `dividends` group |
15
+ | Liquidation §2.1 (2-option radio) | Non-participating | 94-96% | selections.json — `liquidation_section_2_1` group |
16
+ | Liquidation §2.2 (2-option radio) | Non-participating | 94-96% | selections.json — `liquidation_section_2_2` group |
17
+ | Anti-dilution (2-option radio) | Broad-based weighted avg | >98% | selections.json — `anti_dilution` group |
18
+ | Pay-to-play (checkbox toggle) | Excluded | <5% | selections.json — `pay_to_play` group |
19
+ | Redemption (checkbox toggle) | Excluded | 2-5% | selections.json — `redemption_provisions` group |
14
20
 
15
21
  ## Future Sprint Priorities
16
22
 
17
- ### 1. Dividends Radio Selection
18
- - 3 mutually exclusive alternatives at paragraph-block level
19
- - Options: non-cumulative (>95%), cumulative, as-converted only
20
- - Requires markerless selections with multi-paragraph groups
21
- - Highest legal impact
22
-
23
- ### 2. Liquidation Preference Radio
24
- - 3 alternatives: non-participating 1x (94-96%), participating with cap, full participating
25
- - Also paragraph-block level, second highest impact
26
-
27
- ### 3. Protective Provisions Checkbox Group
23
+ ### 1. Protective Provisions Checkbox Group
28
24
  - 10-15 individually-toggled sub-clauses
29
25
  - Most complex but each is simple include/exclude
30
26
  - >80% include standard set
31
27
 
32
- ### 4. Anti-Dilution Radio
33
- - 2 clause blocks: broad-based weighted average (98-100%) vs full ratchet
34
- - Clean swap between alternatives
28
+ ### 2. Deemed Liquidation Event Fields
29
+ - Additional fields within Section 2.3
30
+
31
+ ### 3. QPO/Mandatory Conversion Threshold Fields
32
+ - Qualified public offering threshold parameters
35
33
 
36
- ### 5. Pay-to-Play + Redemption
37
- - Optional sections (entire articles)
38
- - Pay-to-Play: <5% of deals
39
- - Redemption: 2-5% of deals
40
- - Can use markerless selection to remove entire articles
34
+ ### 4. Capped Participating Liquidation Preference Variant
35
+ - Third liquidation option: participating with cap
36
+ - Would extend `liquidation_section_2_1` and `liquidation_section_2_2` groups
41
37
 
42
38
  ## Architecture Notes
43
39
 
44
- - Paragraph-block selections (dividends, liquidation) need markerless groups with multi-paragraph scope
40
+ - Paragraph-block selections (dividends, liquidation) use markerless groups with multi-paragraph scope
41
+ - Liquidation uses two paired radio groups (§2.1 and §2.2) with explicit `subClauseStopPatterns`
45
42
  - Protective provisions need per-clause checkbox groups within a single section
46
- - Anti-dilution is a clean 2-option radio swap
47
43
  - Pay-to-Play and Redemption are article-level toggles (simplest selection type)
44
+ - Redemption inline bracket text handled via computed.json + replacements.json
@@ -0,0 +1,95 @@
1
+ {
2
+ "groups": [
3
+ {
4
+ "id": "dividends",
5
+ "type": "radio",
6
+ "markerless": true,
7
+ "subClauseStopPatterns": ["^Liquidation"],
8
+ "options": [
9
+ {
10
+ "marker": "highest Preferred Stock dividend for the applicable series",
11
+ "trigger": "default"
12
+ },
13
+ {
14
+ "marker": "The holders of then outstanding shares of Preferred Stock shall be entitled to receive, only when, as and if declared",
15
+ "trigger": { "field": "dividend_type", "equals": "non_cumulative_fixed" }
16
+ },
17
+ {
18
+ "marker": "From and after the date of the issuance of any shares of Preferred Stock, dividends at the rate per annum",
19
+ "trigger": { "field": "dividend_type", "equals": "cumulative" }
20
+ }
21
+ ]
22
+ },
23
+ {
24
+ "id": "liquidation_section_2_1",
25
+ "type": "radio",
26
+ "markerless": true,
27
+ "subClauseStopPatterns": ["^2\\.1Preferential", "^Payments to Holders of Common Stock", "^2\\.2Distribution", "^Deemed Liquidation Events"],
28
+ "options": [
29
+ {
30
+ "marker": "such amount per share as would have been payable had all shares",
31
+ "trigger": "default"
32
+ },
33
+ {
34
+ "marker": "2.1Preferential Payments",
35
+ "trigger": { "field": "liquidation_participation", "equals": "participating" }
36
+ }
37
+ ]
38
+ },
39
+ {
40
+ "id": "liquidation_section_2_2",
41
+ "type": "radio",
42
+ "markerless": true,
43
+ "subClauseStopPatterns": ["^Deemed Liquidation Events"],
44
+ "options": [
45
+ {
46
+ "marker": "Payments to Holders of Common Stock",
47
+ "trigger": "default"
48
+ },
49
+ {
50
+ "marker": "Distribution of Remaining Assets",
51
+ "trigger": { "field": "liquidation_participation", "equals": "participating" }
52
+ }
53
+ ]
54
+ },
55
+ {
56
+ "id": "anti_dilution",
57
+ "type": "radio",
58
+ "markerless": true,
59
+ "subClauseStopPatterns": ["^Determination of Consideration"],
60
+ "options": [
61
+ {
62
+ "marker": "determined in accordance with the following formula",
63
+ "trigger": "default"
64
+ },
65
+ {
66
+ "marker": "4.4.4Adjustment of Conversion Price",
67
+ "trigger": { "field": "anti_dilution_type", "equals": "full_ratchet" }
68
+ }
69
+ ]
70
+ },
71
+ {
72
+ "id": "pay_to_play",
73
+ "type": "checkbox",
74
+ "markerless": true,
75
+ "subClauseStopPatterns": ["^Redemption"],
76
+ "options": [
77
+ {
78
+ "marker": "Special Mandatory Conversion.,",
79
+ "trigger": { "field": "include_pay_to_play" }
80
+ }
81
+ ]
82
+ },
83
+ {
84
+ "id": "redemption_provisions",
85
+ "type": "checkbox",
86
+ "markerless": true,
87
+ "options": [
88
+ {
89
+ "marker": "General. Unless prohibited by Delaware law",
90
+ "trigger": { "field": "include_redemption" }
91
+ }
92
+ ]
93
+ }
94
+ ]
95
+ }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Indemnification Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Director and officer indemnification agreement for venture-backed companies, providing indemnification and advancement
4
5
  of expenses.
@@ -61,6 +62,10 @@ fields:
61
62
  type: string
62
63
  description: Optional additional party text or empty string
63
64
  default: ''
65
+ - name: appointing_stockholder_ipo_termination_clause
66
+ type: string
67
+ description: Optional clause text that terminates Appointing Stockholder rights at IPO closing
68
+ default: ''
64
69
  - name: indemnification_section_letter
65
70
  type: string
66
71
  description: Section reference letter for indemnification provisions in the certificate
@@ -1,42 +1,17 @@
1
1
  {
2
- "[___________], 20[__]": "{agreement_effective_date}",
2
+ "[name]": "{indemnitee_name}",
3
3
  "[address]": "{indemnitee_address}",
4
4
  "[corporation]": "{company_name}",
5
5
  "[name of fund/sponsor]": "{fund_sponsor_name}",
6
- "[Name of Fund/Sponsor]": "{fund_sponsor_name}",
7
- "a Delaware corporation (the \"Company\"), and > [name]": "{indemnitee_name}",
8
- "to the extent such party is not otherwise subject to service of process in the State of Delaware, irrevocably > [name]": "{indemnitee_name}",
9
6
  "[director]": "{indemnitee_role}",
10
7
  "[directors]": "{indemnitee_role_plural}",
11
8
  "[officer]": "{indemnitee_role_secondary}",
12
9
  "[officers]": "{indemnitee_role_secondary_plural}",
13
- "provided by [Name of Fund/Sponsor] and certain of > [its]": "{indemnitee_pronoun_possessive}",
14
- "provided by [Name of Fund/Sponsor] and certain of > [their]": "{indemnitee_pronoun_possessive_plural}",
15
- "[Bylaws] [and] [Certificate of Incorporation]": "{bylaws_name} and {certificate_name}",
10
+ "[its]": "{indemnitee_pronoun_possessive}",
11
+ "[their]": "{indemnitee_pronoun_possessive_plural}",
16
12
  "[Bylaws]": "{bylaws_name}",
17
13
  "[Certificate of Incorporation]": "{certificate_name}",
18
- "[The [Bylaws] > [Bylaws]": "{bylaws_name}",
19
- "[(iii) appoint, to the extent such party is not otherwise subject to service of process in the State of Delaware, irrevocably [name] > [address]": "{indemnitee_address}",
20
- "[The Company hereby acknowledges that Indemnitee has certain rights to indemnification, advancement of expenses and/or insurance provided by [Name of Fund/Sponsor] > [its]": "{indemnitee_pronoun_possessive}",
21
14
  "[and Appointing Stockholder]": "{and_appointing_stockholder}",
22
- "[E] > [Signature Page Follows]": "{indemnification_section_letter}",
23
- "[Signature Page Follows]": "{signature_page_marker}",
24
- "[Comment: See In re HealthSouth Corp. Securities Litigation, 572 F.3d 854 (11th Cir. 2009).] > [director]": "{indemnitee_role}",
25
- "[consider extending for several years after term of service, even if claim has not yet been paid] > [director]": "{indemnitee_role}",
26
- "[Comment: Sections 7(b) through 7(e) seek to extend statutory indemnification rights pursuant to Section 145(f).] > [director]": "{indemnitee_role}",
27
- "[Comment: Section 3(c) attempts to indemnify the indemnitee against contribution sought from other third parties.] > [director]": "{indemnitee_role}",
28
- "[Comment: Use the bracketed language in Section 14 if a version of the indemnification of Appointing Stockholder language is used in Section 1(d)] > [director]": "{indemnitee_role}",
29
- "[NOTE: as the Delaware-incorporated Company is already subject to service of process in Delaware, this really only applies to the individual director.] > [director]": "{indemnitee_role}",
30
- "[and any federal, state, local or foreign taxes imposed on the Indemnitee as a result of the actual or deemed receipt of any payments under this Agreement] > [director]": "{indemnitee_role}",
31
- "[Comment: Section 4 indemnifies individuals for costs and expenses in serving as a witness in any proceeding relating to such person’s service to the corporation.] > [director]": "{indemnitee_role}",
32
- "[Further, the invalidity or unenforceability of any provision hereof as to either Indemnitee or Appointing Stockholder shall in no way affect the validity or enforceability of any provision hereof as to the other.] > [director]": "{indemnitee_role}",
33
- "[unless the change in relative Beneficial Ownership of the Company’s securities by any Person results solely from a reduction in the aggregate number of outstanding shares of securities entitled to vote generally in the election of directors] > [director]": "{indemnitee_role}",
34
- "[Comment: As noted in the introduction, Section 1(d) contains optional language extending the indemnification and advancement rights provided to a venture fund’s designee on the board of directors to the venture capital fund appointing the director.] > [director]": "{indemnitee_role}",
35
- "[Comment: This provision integrates indemnification under the agreement with indemnification from other sources by providing that payments under the agreement shall be offset by payments from other sources, other than from the Fund Indemnitors as provided in paragraph (c).] > [director]": "{indemnitee_role}",
36
- "[Comment: This provision is designed to prevent the indemnitee from being indemnified for actions brought by the indemnitee except as otherwise provided. as well as for liability under Section 16(b) of the 1934 Act, for certain reimbursements of the Company by Indemnitee and where payment has already been made under an insurance policy.] > [director]": "{indemnitee_role}",
37
- "[Comment: Section 3(d) provides for contribution by the Company even if the Company is not held jointly liable based on the relative benefit to the Company of the conduct of the indemnitee giving rise to the loss or expenses incurred by the indemnitee and/or the relative fault of the Company and the indemnitee in connection with the matter in question.] > [director]": "{indemnitee_role}",
38
- "[Comment: Some indemnification agreements require the corporation to obtain (or use commercially reasonable or best efforts to obtain) D&amp;O insurance with specified policy limits or other terms. Instead, this agreement requires the corporation to furnish the Indemnitee with the maximum level of D&amp;O insurance coverage provided to other like parties.] > [director]": "{indemnitee_role}",
39
- "[This Agreement shall be binding upon and inure to the benefit of and be enforceable by the parties hereto and their respective successors (including any direct or indirect successor by purchase, merger, consolidation or otherwise to all or substantially all of the business or assets of the Company), assigns, spouses, heirs, executors and personal and legal representatives.] > [director]": "{indemnitee_role}",
40
- "[Comment: Section 3(a), in effect, provides that where the corporation and the individual are jointly liable (or if joined, would be), the corporation shall contribute 100% of the liability, and the individual would not be required to contribute anything. Section 3(a) also prohibits the corporation from entering into any settlement that does not completely release the individual.] > [director]": "{indemnitee_role}",
41
- "[Comment: Section 7(a) provides for a right of adjudication before a Delaware court in the event of certain adverse results under the Agreement. Some indemnification agreements also provide that Indemnitee, at his or her option, may seek an award in arbitration to be conducted by a single arbitrator pursuant to the Commercial Arbitration Rules of the American Arbitration Association.] > [director]": "{indemnitee_role}"
15
+ "[E]": "{indemnification_section_letter}",
16
+ "[Signature Page Follows]": "{signature_page_marker}"
42
17
  }
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Investors' Rights Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Investors' rights agreement for venture financings, covering registration rights, information rights, board observer
4
5
  rights, and protective provisions.
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Management Rights Letter
2
+ category: venture-financing
2
3
  description: Management rights letter granting ERISA-qualifying management rights to venture capital fund investors.
3
4
  source_url: https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx
4
5
  source_version: '2020'
@@ -1,4 +1,5 @@
1
1
  name: NVCA Model Right of First Refusal and Co-Sale Agreement
2
+ category: venture-financing
2
3
  description: >-
3
4
  Right of first refusal and co-sale agreement for venture financings, restricting transfer of founder shares and
4
5
  providing investor co-sale rights.
@@ -7,70 +7,14 @@
7
7
  "[AMENDED AND RESTATED]": "{amended_restated_upper}",
8
8
  "[Amended and Restated]": "{amended_restated}",
9
9
  "[judicial district]": "{judicial_district}",
10
+ "[state]": "{state_lower}",
10
11
  "[description of business]": "{business_description}",
11
12
  "[Signature Page Follows]": "{signature_page_marker}",
12
13
  "[_____ __, 20___]": "{effective_date}",
13
14
  "[specify percentage]": "{specify_percentage}",
15
+ "[45]": "{rofr_response_days}",
14
16
  "[Key Holders]": "{key_holders_label}",
15
17
  "[________], 20[__]": "{effective_date}",
16
18
  "among [____________], a Delaware": "among {company_name}, a Delaware",
17
- "U.S. District Court for the District of [_____]": "U.S. District Court for the {judicial_district}",
18
- "Depositions shall be conducted in accordance with the > [state]": "{state_lower}",
19
- "submit to the jurisdiction of the state courts of > [state]": "{state_lower}",
20
- "except in the state courts of > [state]": "{state_lower}",
21
- "or any state court of > [state]": "{state_lower}",
22
- "not later than > [45]": "{rofr_response_days}",
23
- "(ii) > [45]": "{rofr_response_days}",
24
- "Series > [___]": "{optional_blank_value}",
25
- "Section 2 of Article Fourth, Part B": "Section Two of Article Fourth, Part B{optional_blank_value}",
26
- ". In order to enforce the foregoing covenant": "In order to enforce the foregoing covenant{optional_blank_value}",
27
- ". Unless and only to the extent otherwise superseded by an underwriting agreement entered into in connection with the underwritten Public Offering": "Unless and only to the extent otherwise superseded by an underwriting agreement entered into in connection with the underwritten Public Offering{optional_blank_value}",
28
- "Email: ": "Email:{optional_blank_value}",
29
- "clause[(s)]": "clause{optional_blank_value}",
30
- "clauses (a)": "clause (a){optional_blank_value}",
31
- "clause (a) or (c) above": "clause (a) above{optional_blank_value}",
32
- "(a)[, (c), (d) or (e)]": "(a){optional_blank_value}",
33
- "[WHEREAS, the Company, [certain of]": "{optional_blank_value}",
34
- "[, the Existing Investors]": "{optional_blank_value}",
35
- "[amending and restating the Prior Agreement in its entirety and]": "{optional_blank_value}",
36
- "[but excluding any shares of Common Stock issued upon Conversion of Preferred Stock pursuant to a Special Mandatory Conversion (as defined in the Restated Certificate)]": "{optional_blank_value}",
37
- "[Additionally, in no event shall [____]": "{optional_blank_value}",
38
- "[“DPA” means Section 721 of the Defense Production Act, as amended, including all implementing regulations thereof.": "{optional_blank_value}",
39
- "“DPA Triggering Rights” means (i) “control” (as defined in the DPA);": "{optional_blank_value}",
40
- "“Entity Transfer” means any sale, assignment, derivative transaction, issuance, encumbrance, hypothecation, pledge, conveyance in trust, gift, transfer by request, devise or descent, or other transfer or disposition of any kind, including, but not limited to, transfers to receivers, levying creditors, trustees or receivers in bankruptcy proceedings or general assignees for the benefit of creditors, whether voluntary or by operation of law, directly or indirectly of any ownership or economic interest in such entity.": "{optional_blank_value}",
41
- "[“Foreign Person” means either (i) a Person or government that is a “foreign person” within the meaning of the DPA or (ii) a Person through whose investment a “foreign person” within the meaning of the DPA would obtain any DPA Triggering Rights.]": "{optional_blank_value}",
42
- "[; provided, however, that any such person shall cease to be considered an Investor for purposes of this Agreement at any time such person and his, her or its Affiliates collectively hold fewer than [____________]": "{optional_blank_value}",
43
- "[and Series [_]": "{optional_blank_value}",
44
- "[“Qualified Direct Listing” has the meaning ascribed to it in the Restated Certificate.]": "{optional_blank_value}",
45
- "[full-time]": "{optional_blank_value}",
46
- "[or consultant (excluding service solely as member of the Board)]": "{optional_blank_value}",
47
- "[, European Union, or United Kingdom]": "{optional_blank_value}",
48
- "[, the Consolidated List of Persons, Groups, and Entities Subject to EU Financial Sanctions, and the UK’s Consolidated Sanctions List]": "{optional_blank_value}",
49
- "[In the event of a conflict between this Agreement and any other agreement that may have been entered into by a Key Holder with the Company that contains a preexisting right of first refusal, the Company and the Key Holder acknowledge and agree that the terms of this Agreement shall control and the preexisting right of first refusal shall be deemed satisfied by compliance with Section 2.1(a) and this Section 2.1(b).]": "{optional_blank_value}",
50
- "[In the event of a conflict between this Agreement and the Company’s Bylaws containing a preexisting right of first refusal, the terms of the Bylaws will control and compliance with the Bylaws shall be deemed compliance with this Section 2.1(a) and (b) in full.]": "{optional_blank_value}",
51
- "[Forfeiture of Rights. Notwithstanding the foregoing, if the total number of shares of Transfer Stock that the Company and the Investors have agreed to purchase in the Company Notice, Investor Notices and Undersubscription Notices is less than the total number of shares of Transfer Stock, then the Company and the Investors shall be deemed to have forfeited any right to purchase such Transfer Stock, and the selling Key Holder shall be free to sell all, but not less than all, of the Transfer Stock to the Prospective Transferee on terms and conditions substantially similar to (and in no event more favorable than) the terms and conditions set forth in the Proposed Transfer Notice, it being understood and agreed that (i) any such sale or transfer shall be subject to the other terms and restrictions of this Agreement, including, without limitation, the terms and restrictions set forth in Sections 2.2 and 6.9(b); (ii) any future Proposed Key Holder Transfer shall remain subject to the terms and conditions of this Agreement, including this Section 2; and (iii) such sale shall be consummated within 45 days after receipt of the Proposed Transfer Notice by the Company and, if such sale is not consummated within such 45 day period, such sale shall again become subject to the Right of First Refusal and Secondary Refusal Right on the terms set forth herein.]": "{optional_blank_value}",
52
- "[(including any shares that such Participating Investor has agreed to purchase pursuant to the Secondary Refusal Right)]": "{optional_blank_value}",
53
- "[(including any shares that all Participating Investors have collectively agreed to purchase pursuant to the Secondary Refusal Right)]": "{optional_blank_value}",
54
- "[selling Key Holder]": "{optional_blank_value}",
55
- "[To the extent one or more of the Participating Investors exercise such right of participation in accordance with the terms and conditions set forth herein, the number of shares of Transfer Stock that the selling Key Holder may sell in the Proposed Key Holder Transfer shall be correspondingly reduced.]": "{optional_blank_value}",
56
- "[Limitation on Foreign Person Investors": "{optional_blank_value}",
57
- ". Notwithstanding the covenants set forth in this Section 2, no Investor that is a Foreign Person shall be permitted to obtain greater than 9.9% of the outstanding voting shares of the Company.]": "{optional_blank_value}",
58
- "[Entity Transfers. No Key Holder that is a trust, corporation, partnership, limited liability company or other entity shall engage or permit any Entity Transfer without complying with this Agreement mutatis mutandis as if such Entity Transfer were a direct Transfer of Transfer Stock by the Key Holder.]": "{optional_blank_value}",
59
- "[; (d) to a pledge of Transfer Stock that creates a mere security interest in the pledged Transfer Stock, provided that the pledgee thereof agrees in writing in advance to be bound by and comply with all applicable provisions of this Agreement to the same extent as if it were the Key Holder making such pledge;]": "{optional_blank_value}",
60
- "[or (e) to the sale by the Key Holder of up to [__]": "{optional_blank_value}",
61
- "[(d) Foreign Person that pursuant to any such transfer would acquire any DPA Triggering Rights, unless otherwise approved by the majority of the disinterested members of the]": "{optional_blank_value}",
62
- "[or Qualified Direct Listing, as applicable]": "{optional_blank_value}",
63
- "[in which the consideration received by the Investors in such Deemed Liquidation Event is in the form of cash and/or publicly traded securities, or if the Investors receive substantially similar rights]": "{optional_blank_value}",
64
- "[The parties (i) hereby irrevocably and unconditionally submit to the jurisdiction of the state courts of [state]": "{optional_blank_value}",
65
- "[Upon the effectiveness of this Agreement, the Prior Agreement shall be deemed amended and restated and superseded and replaced in its entirety by this Agreement, and shall be of no further force or effect.]": "{optional_blank_value}",
66
- "[Qualified]": "{optional_blank_value}",
67
- "[provided that such consent shall not be required if the Key Holders do not then own shares of Capital Stock representing at least [__]": "{optional_blank_value}",
68
- "[Notwithstanding Section 6.8(a) above, (i) this Agreement may not be amended, modified or terminated and the observance of any term hereunder may not be waived with respect to any Investor or Key Holder without the written consent of such Investor or Key Holder unless such amendment, modification, termination or waiver applies to all Investors and Key Holders, respectively, in the same fashion [(it being agreed that a waiver of the provisions of Section 2 with respect to a particular transaction shall be deemed to apply to all Investors in the same fashion if such waiver does so by its terms, notwithstanding the fact that certain Investors may nonetheless, by agreement with the Company, purchase or sell securities in such transaction; [provided, however, if, after giving effect to any waiver of Section 2 with respect to a particular transaction, a waiving Investor in fact purchases or sells securities in such transaction (a “Participating Investor”), the aforementioned waiver shall be deemed to apply to any Investor only if that Investor has been provided the opportunity to purchase or sell a proportional number of the securities in such transaction based on relative participation of all Participating Investors)]": "{optional_blank_value}",
69
- "[__________]": "{optional_blank_value}",
70
- "[Each party will bear its own costs in respect of any disputes arising under this Agreement.]": "{optional_blank_value}",
71
- "[The prevailing party shall be entitled to reasonable attorney’s fees, costs, and necessary disbursements in addition to any other relief to which such party may be entitled.]": "{optional_blank_value}",
72
- "[Key Holder Name": "{optional_blank_value}",
73
- "Personal Address": "{optional_blank_value}",
74
- "Personal Email]": "{optional_blank_value}",
75
- "[Signature Page to [Amended and Restated]": "{optional_blank_value}"
19
+ "U.S. District Court for the District of [_____]": "U.S. District Court for the {judicial_district}"
76
20
  }
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "max_passes": 4,
4
+ "defaults": {
5
+ "initial_word_lower": "",
6
+ "initial_word_title": "",
7
+ "closing_heading": "Closing.",
8
+ "optional_plural_suffix": "",
9
+ "purchaser_scope": "all"
10
+ },
4
11
  "rules": [
5
12
  {
6
13
  "id": "derive-dispute-resolution-track-arbitration",
@@ -70,6 +77,29 @@
70
77
  "judicial_district": "District of Delaware"
71
78
  }
72
79
  },
80
+ {
81
+ "id": "derive-purchaser-scope-narrow",
82
+ "description": "Narrow consent: each purchaser binds only their own convertible securities.",
83
+ "when_all": [
84
+ { "field": "bind_all_convertible_holders_to_convert", "op": "eq", "value": "false" }
85
+ ],
86
+ "set_fill": {
87
+ "purchaser_scope": "such"
88
+ }
89
+ },
90
+ {
91
+ "id": "derive-closing-type-additional",
92
+ "description": "When closing_type is additional, populate Initial qualifier fields.",
93
+ "when_all": [
94
+ { "field": "closing_type", "op": "eq", "value": "additional" }
95
+ ],
96
+ "set_fill": {
97
+ "initial_word_lower": "initial ",
98
+ "initial_word_title": "Initial ",
99
+ "closing_heading": "Initial Closing.",
100
+ "optional_plural_suffix": "s"
101
+ }
102
+ },
73
103
  {
74
104
  "id": "derive-governing-law-baseline",
75
105
  "description": "NVCA SPA governing law clause is fixed to Delaware.",