@open-agreements/open-agreements 0.5.0 → 0.6.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 (47) hide show
  1. package/README.md +2 -0
  2. package/content/recipes/nvca-certificate-of-incorporation/computed.json +21 -0
  3. package/content/recipes/nvca-certificate-of-incorporation/metadata.yaml +18 -0
  4. package/content/recipes/nvca-certificate-of-incorporation/replacements.json +51 -6
  5. package/content/recipes/nvca-certificate-of-incorporation/selections-roadmap.md +20 -23
  6. package/content/recipes/nvca-certificate-of-incorporation/selections.json +95 -0
  7. package/content/recipes/nvca-indemnification-agreement/metadata.yaml +4 -0
  8. package/content/recipes/nvca-indemnification-agreement/replacements.json +5 -30
  9. package/content/recipes/nvca-rofr-co-sale-agreement/replacements.json +3 -59
  10. package/content/recipes/nvca-stock-purchase-agreement/computed.json +30 -0
  11. package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +19 -16
  12. package/content/recipes/nvca-stock-purchase-agreement/replacements.json +7 -7
  13. package/content/recipes/nvca-stock-purchase-agreement/selections.json +43 -0
  14. package/dist/core/recipe/computed.d.ts +1 -0
  15. package/dist/core/recipe/computed.d.ts.map +1 -1
  16. package/dist/core/recipe/computed.js +8 -0
  17. package/dist/core/recipe/computed.js.map +1 -1
  18. package/dist/core/recipe/index.d.ts.map +1 -1
  19. package/dist/core/recipe/index.js +2 -1
  20. package/dist/core/recipe/index.js.map +1 -1
  21. package/dist/core/recipe/patcher.d.ts +2 -1
  22. package/dist/core/recipe/patcher.d.ts.map +1 -1
  23. package/dist/core/recipe/patcher.js +3 -2
  24. package/dist/core/recipe/patcher.js.map +1 -1
  25. package/dist/core/recipe/replacement-keys.d.ts +7 -0
  26. package/dist/core/recipe/replacement-keys.d.ts.map +1 -1
  27. package/dist/core/recipe/replacement-keys.js +4 -0
  28. package/dist/core/recipe/replacement-keys.js.map +1 -1
  29. package/dist/core/recipe/verifier.d.ts +2 -1
  30. package/dist/core/recipe/verifier.d.ts.map +1 -1
  31. package/dist/core/recipe/verifier.js.map +1 -1
  32. package/dist/core/selector.d.ts +2 -0
  33. package/dist/core/selector.d.ts.map +1 -1
  34. package/dist/core/selector.js +194 -19
  35. package/dist/core/selector.js.map +1 -1
  36. package/dist/core/unified-pipeline.d.ts +4 -1
  37. package/dist/core/unified-pipeline.d.ts.map +1 -1
  38. package/dist/core/unified-pipeline.js +50 -0
  39. package/dist/core/unified-pipeline.js.map +1 -1
  40. package/dist/core/validation/recipe.d.ts.map +1 -1
  41. package/dist/core/validation/recipe.js +34 -4
  42. package/dist/core/validation/recipe.js.map +1 -1
  43. package/dist/core/validation/scan-metadata.d.ts +2 -1
  44. package/dist/core/validation/scan-metadata.d.ts.map +1 -1
  45. package/dist/core/validation/scan-metadata.js +3 -2
  46. package/dist/core/validation/scan-metadata.js.map +1 -1
  47. package/package.json +3 -3
package/README.md CHANGED
@@ -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) -->
@@ -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
  }
@@ -144,6 +144,24 @@ fields:
144
144
  - name: strategic_partnership_exception_shares
145
145
  type: string
146
146
  description: Max shares issuable for strategic partnerships without triggering anti-dilution
147
+ - name: dividend_type
148
+ type: string
149
+ description: 'Dividend structure: non_cumulative_as_converted (>95%), non_cumulative_fixed, or cumulative'
150
+ default: non_cumulative_as_converted
151
+ - name: liquidation_participation
152
+ type: string
153
+ description: 'Liquidation participation type: non_participating (94-96%) or participating'
154
+ default: non_participating
155
+ - name: anti_dilution_type
156
+ type: string
157
+ description: 'Anti-dilution formula: broad_based_weighted_average (>98%) or full_ratchet'
158
+ default: broad_based_weighted_average
159
+ - name: include_pay_to_play
160
+ type: boolean
161
+ description: Include Section 5A pay-to-play conversion provisions (<5% of deals)
162
+ - name: include_redemption
163
+ type: boolean
164
+ description: Include Article Sixth full redemption provisions (2-5% of deals)
147
165
  priority_fields:
148
166
  - company_name
149
167
  - original_issue_price
@@ -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
+ }
@@ -61,6 +61,10 @@ fields:
61
61
  type: string
62
62
  description: Optional additional party text or empty string
63
63
  default: ''
64
+ - name: appointing_stockholder_ipo_termination_clause
65
+ type: string
66
+ description: Optional clause text that terminates Appointing Stockholder rights at IPO closing
67
+ default: ''
64
68
  - name: indemnification_section_letter
65
69
  type: string
66
70
  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
  }
@@ -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.",
@@ -52,30 +52,33 @@ fields:
52
52
  type: string
53
53
  description: Optional word inserted before Closing in bracketed templates
54
54
  default: ""
55
- - name: optional_closing_reference
56
- type: string
57
- description: Optional bracket fragment after Exhibit A in opening purchase clause
58
- default: ""
59
- - name: optional_clause_text
60
- type: string
61
- description: Optional alternate purchase-price clause text for conversion scenarios
62
- default: ""
55
+ - name: include_convertible_securities
56
+ type: boolean
57
+ description: Include convertible securities conversion clause in Section 1.1(b)
58
+ default: "false"
59
+ - name: include_closing_reference
60
+ type: boolean
61
+ description: Include "with respect to such Closing" bracket in purchase clause
62
+ default: "false"
63
+ - name: purchaser_scope
64
+ type: string
65
+ description: Convertible securities consent scope word — set by computed.json from bind_all_convertible_holders_to_convert
63
66
  - name: optional_plural_suffix
64
67
  type: string
65
- description: Optional plural suffix used in bracketed labels like Closing[s]
66
- default: ""
68
+ description: Optional plural suffix set by computed.json defaults
67
69
  - name: closing_heading
68
70
  type: string
69
- description: Heading text used for single-closing default
70
- default: Initial Closing.
71
+ description: Heading text set by computed.json defaults
71
72
  - name: initial_word_lower
72
73
  type: string
73
- description: Lowercase word used for single-closing phrasing
74
- default: initial
74
+ description: Lowercase qualifier set by computed.json defaults and rules
75
75
  - name: initial_word_title
76
76
  type: string
77
- description: Titlecase word used for single-closing phrasing
78
- default: Initial
77
+ description: Titlecase qualifier set by computed.json defaults and rules
78
+ - name: bind_all_convertible_holders_to_convert
79
+ type: boolean
80
+ description: Purchasers agree on behalf of all convertible security holders to convert (not just their own)
81
+ default: "true"
79
82
  - name: closing_type
80
83
  type: enum
81
84
  description: Single closing or additional closings
@@ -16,14 +16,14 @@
16
16
  "purchase price of $ > [__]": "{purchase_price_per_share}",
17
17
  "such Series > [__]": "{series_designation}",
18
18
  "[applicable]": "{applicable_word}",
19
- "[with respect to such Closing]": "{optional_closing_reference}",
20
- "[or, as applicable, a purchase price of $[___] per share with respect to the shares of Series [____] Preferred Stock being issued [in the Initial Closing] pursuant to any cancellation or conversion of Convertible Securities (as defined below) as set forth in Section 1.3 below]": "{optional_clause_text}",
19
+ "[such/all]": "{purchaser_scope}",
21
20
  "Closing > [s]": "{optional_plural_suffix}",
22
- "[Initial Closing.]": "{closing_heading}",
23
- "[initial]": "{initial_word_lower}",
24
- "[Initial]": "{initial_word_title}",
25
- "[Initial/applicable]": "{initial_word_title}",
26
- "[applicable/Initial]": "{initial_word_title}",
21
+ "[Initial Closing.]": { "value": "{closing_heading}", "format": { "underline": true } },
22
+ "[initial] ": "{initial_word_lower}",
23
+ "[Initial] ": "{initial_word_title}",
24
+ "[Initial/applicable] ": "{initial_word_title}",
25
+ "[applicable/Initial] ": "{initial_word_title}",
26
+ "[Initial][applicable] ": "{initial_word_title}",
27
27
  "[location]": "{arbitration_location}",
28
28
  "[judicial district]": "{judicial_district}",
29
29
  "[Balance Sheet Date]": "{balance_sheet_date}",
@@ -5,6 +5,7 @@
5
5
  "type": "checkbox",
6
6
  "standalone": true,
7
7
  "markerless": true,
8
+ "subClauseStopPatterns": ["^Closing Deliverables", "^Defined Terms"],
8
9
  "options": [
9
10
  {
10
11
  "marker": "Additional Closings",
@@ -12,6 +13,48 @@
12
13
  "replaceWith": "[Reserved]"
13
14
  }
14
15
  ]
16
+ },
17
+ {
18
+ "id": "tranche_closing_clause",
19
+ "type": "checkbox",
20
+ "standalone": true,
21
+ "markerless": true,
22
+ "inline": true,
23
+ "options": [
24
+ {
25
+ "marker": ", [Each Purchaser at the Initial Closing shall be obligated to purchase that number of Tranche Closing Shares (as defined below) as is set forth opposite such Purchaser's name on Exhibit A under the heading \"Tranche Closing Shares\" (as to any Purchaser, its \"Tranche Closing Shares\"), as provided in Section [1.2(c)] below.]",
26
+ "trigger": { "field": "include_tranche_closing", "equals": true },
27
+ "replaceWith": ""
28
+ }
29
+ ]
30
+ },
31
+ {
32
+ "id": "convertible_securities_clause",
33
+ "type": "checkbox",
34
+ "standalone": true,
35
+ "markerless": true,
36
+ "inline": true,
37
+ "options": [
38
+ {
39
+ "marker": "[or, as applicable, a purchase price of $[___] per share with respect to the shares of Series [____] Preferred Stock being issued [in the Initial Closing] pursuant to any cancellation or conversion of Convertible Securities (as defined below) as set forth in Section 1.3 below]",
40
+ "trigger": { "field": "include_convertible_securities", "equals": true },
41
+ "replaceWith": ""
42
+ }
43
+ ]
44
+ },
45
+ {
46
+ "id": "closing_reference_bracket",
47
+ "type": "checkbox",
48
+ "standalone": true,
49
+ "markerless": true,
50
+ "inline": true,
51
+ "options": [
52
+ {
53
+ "marker": "[with respect to such Closing]",
54
+ "trigger": { "field": "include_closing_reference", "equals": true },
55
+ "replaceWith": ""
56
+ }
57
+ ]
15
58
  }
16
59
  ]
17
60
  }