open-agreements 0.1.1 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +148 -34
- package/bin/open-agreements.js +3 -1
- package/{external → content/external}/yc-safe-discount/metadata.yaml +17 -21
- package/{external → content/external}/yc-safe-mfn/metadata.yaml +16 -16
- package/{external → content/external}/yc-safe-pro-rata-side-letter/metadata.yaml +13 -13
- package/{external → content/external}/yc-safe-valuation-cap/metadata.yaml +16 -16
- package/{recipes → content/recipes}/nvca-certificate-of-incorporation/metadata.yaml +13 -13
- package/{recipes → content/recipes}/nvca-indemnification-agreement/metadata.yaml +17 -21
- package/{recipes → content/recipes}/nvca-investors-rights-agreement/metadata.yaml +18 -22
- package/{recipes → content/recipes}/nvca-management-rights-letter/metadata.yaml +13 -16
- package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/metadata.yaml +20 -24
- package/content/recipes/nvca-stock-purchase-agreement/clean.json +13 -0
- package/content/recipes/nvca-stock-purchase-agreement/computed.json +103 -0
- package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +138 -0
- package/content/recipes/nvca-stock-purchase-agreement/normalize.json +83 -0
- package/content/recipes/nvca-stock-purchase-agreement/replacements.json +41 -0
- package/{recipes → content/recipes}/nvca-voting-agreement/metadata.yaml +19 -23
- package/{templates → content/templates}/bonterms-mutual-nda/metadata.yaml +14 -14
- package/{templates → content/templates}/bonterms-professional-services-agreement/metadata.yaml +11 -13
- package/content/templates/closing-checklist/metadata.yaml +39 -0
- package/content/templates/closing-checklist/template.docx +0 -0
- package/{templates → content/templates}/common-paper-ai-addendum/metadata.yaml +8 -10
- package/{templates → content/templates}/common-paper-ai-addendum-in-app/metadata.yaml +6 -8
- package/{templates → content/templates}/common-paper-amendment/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-business-associate-agreement/metadata.yaml +9 -16
- package/{templates → content/templates}/common-paper-cloud-service-agreement/metadata.yaml +53 -187
- package/{templates → content/templates}/common-paper-cloud-service-agreement/template.docx +0 -0
- package/{templates → content/templates}/common-paper-csa-click-through/metadata.yaml +10 -20
- package/{templates → content/templates}/common-paper-csa-with-ai/metadata.yaml +14 -37
- package/{templates → content/templates}/common-paper-csa-with-sla/metadata.yaml +14 -40
- package/{templates → content/templates}/common-paper-csa-without-sla/metadata.yaml +14 -34
- package/{templates → content/templates}/common-paper-data-processing-agreement/metadata.yaml +15 -34
- package/{templates → content/templates}/common-paper-design-partner-agreement/metadata.yaml +10 -16
- package/{templates → content/templates}/common-paper-independent-contractor-agreement/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-letter-of-intent/metadata.yaml +11 -12
- package/{templates → content/templates}/common-paper-mutual-nda/metadata.yaml +13 -13
- package/{templates → content/templates}/common-paper-one-way-nda/metadata.yaml +13 -14
- package/{templates → content/templates}/common-paper-order-form/metadata.yaml +12 -23
- package/{templates → content/templates}/common-paper-order-form-with-sla/metadata.yaml +12 -30
- package/{templates → content/templates}/common-paper-partnership-agreement/metadata.yaml +9 -21
- package/{templates → content/templates}/common-paper-pilot-agreement/metadata.yaml +15 -29
- package/{templates → content/templates}/common-paper-professional-services-agreement/metadata.yaml +15 -32
- package/{templates → content/templates}/common-paper-software-license-agreement/metadata.yaml +6 -6
- package/{templates → content/templates}/common-paper-statement-of-work/metadata.yaml +12 -19
- package/{templates → content/templates}/common-paper-term-sheet/metadata.yaml +9 -9
- package/content/templates/openagreements-employee-ip-inventions-assignment/README.md +31 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +71 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +80 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +30 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +60 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +51 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +33 -0
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +75 -0
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +90 -0
- package/content/templates/working-group-list/metadata.yaml +22 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/dist/cli/index.d.ts +3 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +185 -89
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/checklist.d.ts +22 -0
- package/dist/commands/checklist.d.ts.map +1 -0
- package/dist/commands/checklist.js +222 -0
- package/dist/commands/checklist.js.map +1 -0
- package/dist/commands/fill.d.ts +11 -0
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +56 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.d.ts +1 -0
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +147 -72
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.d.ts +2 -0
- package/dist/commands/recipe.d.ts.map +1 -1
- package/dist/commands/recipe.js +5 -0
- package/dist/commands/recipe.js.map +1 -1
- package/dist/commands/scan.d.ts +16 -0
- package/dist/commands/scan.d.ts.map +1 -1
- package/dist/commands/scan.js +36 -20
- package/dist/commands/scan.js.map +1 -1
- package/dist/core/checklist/index.d.ts +38 -0
- package/dist/core/checklist/index.d.ts.map +1 -0
- package/dist/core/checklist/index.js +229 -0
- package/dist/core/checklist/index.js.map +1 -0
- package/dist/core/checklist/patch-apply.d.ts +65 -0
- package/dist/core/checklist/patch-apply.d.ts.map +1 -0
- package/dist/core/checklist/patch-apply.js +274 -0
- package/dist/core/checklist/patch-apply.js.map +1 -0
- package/dist/core/checklist/patch-schemas.d.ts +86 -0
- package/dist/core/checklist/patch-schemas.d.ts.map +1 -0
- package/dist/core/checklist/patch-schemas.js +89 -0
- package/dist/core/checklist/patch-schemas.js.map +1 -0
- package/dist/core/checklist/patch-validator.d.ts +76 -0
- package/dist/core/checklist/patch-validator.d.ts.map +1 -0
- package/dist/core/checklist/patch-validator.js +404 -0
- package/dist/core/checklist/patch-validator.js.map +1 -0
- package/dist/core/checklist/schemas.d.ts +270 -0
- package/dist/core/checklist/schemas.d.ts.map +1 -0
- package/dist/core/checklist/schemas.js +229 -0
- package/dist/core/checklist/schemas.js.map +1 -0
- package/dist/core/checklist/test-utils.d.ts +7 -0
- package/dist/core/checklist/test-utils.d.ts.map +1 -0
- package/dist/core/checklist/test-utils.js +13 -0
- package/dist/core/checklist/test-utils.js.map +1 -0
- package/dist/core/command-generation/adapters/claude.d.ts.map +1 -1
- package/dist/core/command-generation/adapters/claude.js +8 -2
- package/dist/core/command-generation/adapters/claude.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.d.ts +20 -0
- package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -0
- package/dist/core/employment/jurisdiction-rules.js +57 -0
- package/dist/core/employment/jurisdiction-rules.js.map +1 -0
- package/dist/core/employment/memo.d.ts +57 -0
- package/dist/core/employment/memo.d.ts.map +1 -0
- package/dist/core/employment/memo.js +589 -0
- package/dist/core/employment/memo.js.map +1 -0
- package/dist/core/engine.d.ts +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +33 -1
- package/dist/core/engine.js.map +1 -1
- package/dist/core/external/index.d.ts.map +1 -1
- package/dist/core/external/index.js +1 -0
- package/dist/core/external/index.js.map +1 -1
- package/dist/core/external/types.d.ts +1 -1
- package/dist/core/external/types.d.ts.map +1 -1
- package/dist/core/fill-pipeline.d.ts +8 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +85 -14
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/fill-utils.d.ts +1 -1
- package/dist/core/fill-utils.d.ts.map +1 -1
- package/dist/core/fill-utils.js.map +1 -1
- package/dist/core/metadata.d.ts +110 -409
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +56 -4
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +46 -0
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -0
- package/dist/core/recipe/bracket-normalizer.js +354 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -0
- package/dist/core/recipe/cleaner.d.ts +2 -2
- package/dist/core/recipe/cleaner.d.ts.map +1 -1
- package/dist/core/recipe/cleaner.js +13 -9
- package/dist/core/recipe/cleaner.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +136 -0
- package/dist/core/recipe/computed.d.ts.map +1 -0
- package/dist/core/recipe/computed.js +225 -0
- package/dist/core/recipe/computed.js.map +1 -0
- package/dist/core/recipe/index.d.ts +2 -0
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +51 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/source-drift.d.ts +33 -0
- package/dist/core/recipe/source-drift.d.ts.map +1 -0
- package/dist/core/recipe/source-drift.js +113 -0
- package/dist/core/recipe/source-drift.js.map +1 -0
- package/dist/core/recipe/types.d.ts +6 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/recipe/verifier.d.ts +1 -1
- package/dist/core/recipe/verifier.d.ts.map +1 -1
- package/dist/core/recipe/verifier.js +2 -2
- package/dist/core/recipe/verifier.js.map +1 -1
- package/dist/core/selector.d.ts +12 -87
- package/dist/core/selector.d.ts.map +1 -1
- package/dist/core/selector.js +5 -7
- package/dist/core/selector.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +4 -2
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +6 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/recipe.d.ts +1 -1
- package/dist/core/validation/recipe.d.ts.map +1 -1
- package/dist/core/validation/recipe.js +43 -40
- package/dist/core/validation/recipe.js.map +1 -1
- package/dist/core/validation/scan-metadata.d.ts +21 -0
- package/dist/core/validation/scan-metadata.d.ts.map +1 -0
- package/dist/core/validation/scan-metadata.js +70 -0
- package/dist/core/validation/scan-metadata.js.map +1 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +19 -6
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +13 -6
- package/dist/utils/paths.js.map +1 -1
- package/package.json +60 -10
- package/skills/cloud-service-agreement/CONNECTORS.md +19 -0
- package/skills/cloud-service-agreement/SKILL.md +172 -0
- package/skills/data-privacy-agreement/CONNECTORS.md +19 -0
- package/skills/data-privacy-agreement/SKILL.md +158 -0
- package/skills/delaware-franchise-tax/CONNECTORS.md +16 -0
- package/skills/delaware-franchise-tax/SKILL.md +206 -0
- package/skills/delaware-franchise-tax/reference/ecorp-portal-playwright-notes.md +136 -0
- package/skills/delaware-franchise-tax/reference/faq.md +101 -0
- package/skills/delaware-franchise-tax/reference/filing-instructions.md +111 -0
- package/skills/delaware-franchise-tax/reference/tax-calculation.md +167 -0
- package/skills/employment-contract/CONNECTORS.md +19 -0
- package/skills/employment-contract/SKILL.md +157 -0
- package/skills/nda/CONNECTORS.md +19 -0
- package/skills/nda/SKILL.md +153 -0
- package/skills/open-agreements/CONNECTORS.md +19 -0
- package/skills/open-agreements/SKILL.md +86 -70
- package/skills/safe/CONNECTORS.md +19 -0
- package/skills/safe/SKILL.md +161 -0
- package/skills/services-agreement/CONNECTORS.md +19 -0
- package/skills/services-agreement/SKILL.md +156 -0
- package/skills/unit-test-philosophy/SKILL.md +113 -0
- package/skills/unit-test-philosophy/references/allure-test-spec-writing-guide.md +164 -0
- package/skills/venture-financing/CONNECTORS.md +19 -0
- package/skills/venture-financing/SKILL.md +169 -0
- package/recipes/nvca-certificate-of-incorporation/schema.json +0 -11
- package/recipes/nvca-indemnification-agreement/schema.json +0 -19
- package/recipes/nvca-investors-rights-agreement/schema.json +0 -18
- package/recipes/nvca-management-rights-letter/schema.json +0 -13
- package/recipes/nvca-rofr-co-sale-agreement/schema.json +0 -19
- package/recipes/nvca-stock-purchase-agreement/clean.json +0 -10
- package/recipes/nvca-stock-purchase-agreement/metadata.yaml +0 -74
- package/recipes/nvca-stock-purchase-agreement/replacements.json +0 -20
- package/recipes/nvca-stock-purchase-agreement/schema.json +0 -19
- package/recipes/nvca-voting-agreement/schema.json +0 -28
- /package/{external → content/external}/LICENSE +0 -0
- /package/{external → content/external}/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/clean.json +0 -0
- /package/{external → content/external}/yc-safe-discount/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-discount/template.docx +0 -0
- /package/{external → content/external}/yc-safe-mfn/README.md +0 -0
- /package/{external → content/external}/yc-safe-mfn/clean.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/template.docx +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/README.md +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/clean.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/template.docx +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/README.md +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/clean.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/template.docx +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/README.md +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/source.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/selections.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/source.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-amendment/README.md +0 -0
- /package/{templates → content/templates}/common-paper-amendment/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-cloud-service-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/README.md +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/README.md +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/README.md +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/template.docx +0 -0
|
@@ -1,83 +1,79 @@
|
|
|
1
1
|
name: NVCA Model Indemnification Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Director and officer indemnification agreement for venture-backed companies,
|
|
4
|
-
|
|
3
|
+
Director and officer indemnification agreement for venture-backed companies, providing indemnification and advancement
|
|
4
|
+
of expenses.
|
|
5
5
|
source_url: https://nvca.org/wp-content/uploads/2021/12/NVCA-2020-Indemnification-Agreement.docx
|
|
6
|
-
source_version:
|
|
6
|
+
source_version: '2020'
|
|
7
7
|
license_note: >-
|
|
8
|
-
NVCA model documents are freely downloadable but not redistributable.
|
|
9
|
-
|
|
8
|
+
NVCA model documents are freely downloadable but not redistributable. This recipe contains only transformation
|
|
9
|
+
instructions, not the source document.
|
|
10
10
|
source_sha256: f9b61b4d99e245573de41d9469925b4332f871ec0e6ac6593055cdfe17825300
|
|
11
11
|
optional: false
|
|
12
12
|
fields:
|
|
13
13
|
- name: indemnitee_name
|
|
14
14
|
type: string
|
|
15
15
|
description: Full legal name of the indemnitee (director or officer)
|
|
16
|
-
required: true
|
|
17
16
|
- name: indemnitee_address
|
|
18
17
|
type: string
|
|
19
18
|
description: Address of the indemnitee
|
|
20
|
-
required: true
|
|
21
19
|
- name: company_name
|
|
22
20
|
type: string
|
|
23
21
|
description: Name of the corporation providing indemnification
|
|
24
|
-
required: true
|
|
25
22
|
- name: fund_sponsor_name
|
|
26
23
|
type: string
|
|
27
24
|
description: Name of the sponsoring fund or entity appointing the indemnitee
|
|
28
|
-
required: false
|
|
29
25
|
- name: indemnitee_role
|
|
30
26
|
type: string
|
|
31
27
|
description: Primary role being indemnified (e.g. director)
|
|
32
|
-
required: true
|
|
33
28
|
default: director
|
|
34
29
|
- name: indemnitee_role_plural
|
|
35
30
|
type: string
|
|
36
31
|
description: Plural form of the primary role (e.g. directors)
|
|
37
|
-
required: true
|
|
38
32
|
default: directors
|
|
39
33
|
- name: indemnitee_role_secondary
|
|
40
34
|
type: string
|
|
41
35
|
description: Secondary role being indemnified (e.g. officer)
|
|
42
|
-
required: false
|
|
43
36
|
default: officer
|
|
44
37
|
- name: indemnitee_role_secondary_plural
|
|
45
38
|
type: string
|
|
46
39
|
description: Plural form of the secondary role (e.g. officers)
|
|
47
|
-
required: false
|
|
48
40
|
default: officers
|
|
49
41
|
- name: indemnitee_pronoun_possessive
|
|
50
42
|
type: string
|
|
51
43
|
description: Possessive pronoun for the indemnitee entity (e.g. its)
|
|
52
|
-
required: true
|
|
53
44
|
default: its
|
|
54
45
|
- name: indemnitee_pronoun_possessive_plural
|
|
55
46
|
type: string
|
|
56
47
|
description: Plural possessive pronoun for the indemnitee (e.g. their)
|
|
57
|
-
required: true
|
|
58
48
|
default: their
|
|
59
49
|
- name: bylaws_name
|
|
60
50
|
type: string
|
|
61
51
|
description: Name of the company's bylaws document
|
|
62
|
-
required: true
|
|
63
52
|
default: Bylaws
|
|
64
53
|
- name: certificate_name
|
|
65
54
|
type: string
|
|
66
55
|
description: Name of the company's certificate of incorporation
|
|
67
|
-
required: true
|
|
68
56
|
default: Certificate of Incorporation
|
|
69
57
|
- name: and_appointing_stockholder
|
|
70
58
|
type: string
|
|
71
59
|
description: Optional additional party text or empty string
|
|
72
|
-
|
|
73
|
-
default: ""
|
|
60
|
+
default: ''
|
|
74
61
|
- name: indemnification_section_letter
|
|
75
62
|
type: string
|
|
76
63
|
description: Section reference letter for indemnification provisions in the certificate
|
|
77
|
-
required: true
|
|
78
64
|
default: E
|
|
79
65
|
- name: signature_page_marker
|
|
80
66
|
type: string
|
|
81
67
|
description: Signature page marker text
|
|
82
|
-
required: false
|
|
83
68
|
default: Signature Page Follows
|
|
69
|
+
required_fields:
|
|
70
|
+
- indemnitee_name
|
|
71
|
+
- indemnitee_address
|
|
72
|
+
- company_name
|
|
73
|
+
- indemnitee_role
|
|
74
|
+
- indemnitee_role_plural
|
|
75
|
+
- indemnitee_pronoun_possessive
|
|
76
|
+
- indemnitee_pronoun_possessive_plural
|
|
77
|
+
- bylaws_name
|
|
78
|
+
- certificate_name
|
|
79
|
+
- indemnification_section_letter
|
|
@@ -1,75 +1,71 @@
|
|
|
1
1
|
name: NVCA Model Investors' Rights Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Investors' rights agreement for venture financings, covering registration rights,
|
|
4
|
-
|
|
3
|
+
Investors' rights agreement for venture financings, covering registration rights, information rights, board observer
|
|
4
|
+
rights, and protective provisions.
|
|
5
5
|
source_url: https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-IRA-10-1-2025-2-1.docx
|
|
6
|
-
source_version:
|
|
6
|
+
source_version: 10-1-2025
|
|
7
7
|
license_note: >-
|
|
8
|
-
NVCA model documents are freely downloadable but not redistributable.
|
|
9
|
-
|
|
8
|
+
NVCA model documents are freely downloadable but not redistributable. This recipe contains only transformation
|
|
9
|
+
instructions, not the source document.
|
|
10
10
|
source_sha256: be8ad13f171a343bdb53716b1d318689ae3477cdf7f1986b2e3985e1cabbd08a
|
|
11
11
|
optional: false
|
|
12
12
|
fields:
|
|
13
13
|
- name: company_name
|
|
14
14
|
type: string
|
|
15
15
|
description: Full legal name of the company (e.g. Acme Corp, Inc.)
|
|
16
|
-
required: true
|
|
17
16
|
- name: company_name_short
|
|
18
17
|
type: string
|
|
19
18
|
description: Short name of the company used in running text (e.g. Acme or the Company)
|
|
20
|
-
required: true
|
|
21
19
|
- name: investor_name
|
|
22
20
|
type: string
|
|
23
21
|
description: Full legal name of the lead investor
|
|
24
|
-
required: true
|
|
25
22
|
- name: company_counsel
|
|
26
23
|
type: string
|
|
27
24
|
description: Name and address of company's legal counsel
|
|
28
|
-
required: true
|
|
29
25
|
- name: counsel_cc
|
|
30
26
|
type: string
|
|
31
27
|
description: Additional counsel to CC on notices, or empty string if none
|
|
32
|
-
|
|
33
|
-
default: ""
|
|
28
|
+
default: ''
|
|
34
29
|
- name: state_of_incorporation
|
|
35
30
|
type: string
|
|
36
31
|
description: State of incorporation (e.g. Delaware)
|
|
37
|
-
required: true
|
|
38
32
|
default: Delaware
|
|
39
33
|
- name: state_lower
|
|
40
34
|
type: string
|
|
41
35
|
description: State of incorporation in lowercase (e.g. delaware)
|
|
42
|
-
required: true
|
|
43
36
|
default: delaware
|
|
44
37
|
- name: judicial_district
|
|
45
38
|
type: string
|
|
46
39
|
description: Federal judicial district for dispute resolution (e.g. District of Delaware)
|
|
47
|
-
required: true
|
|
48
40
|
default: District of Delaware
|
|
49
41
|
- name: amended_restated_upper
|
|
50
42
|
type: string
|
|
51
43
|
description: Uppercase prefix if amending a prior agreement (e.g. AMENDED AND RESTATED) or empty string
|
|
52
|
-
|
|
53
|
-
default: ""
|
|
44
|
+
default: ''
|
|
54
45
|
- name: amended_restated
|
|
55
46
|
type: string
|
|
56
47
|
description: Title-case prefix if amending a prior agreement (e.g. Amended and Restated) or empty string
|
|
57
|
-
|
|
58
|
-
default: ""
|
|
48
|
+
default: ''
|
|
59
49
|
- name: business_description
|
|
60
50
|
type: string
|
|
61
51
|
description: Brief description of the company's business
|
|
62
|
-
required: true
|
|
63
52
|
- name: signature_page_marker
|
|
64
53
|
type: string
|
|
65
54
|
description: Signature page marker text
|
|
66
|
-
required: false
|
|
67
55
|
default: Signature Page Follows
|
|
68
56
|
- name: effective_date
|
|
69
57
|
type: string
|
|
70
58
|
description: Effective date of the agreement (e.g. January 15, 2025)
|
|
71
|
-
required: true
|
|
72
59
|
- name: checklist_delivery_date
|
|
73
60
|
type: string
|
|
74
61
|
description: Date the compliance checklist is being delivered
|
|
75
|
-
|
|
62
|
+
required_fields:
|
|
63
|
+
- company_name
|
|
64
|
+
- company_name_short
|
|
65
|
+
- investor_name
|
|
66
|
+
- company_counsel
|
|
67
|
+
- state_of_incorporation
|
|
68
|
+
- state_lower
|
|
69
|
+
- judicial_district
|
|
70
|
+
- business_description
|
|
71
|
+
- effective_date
|
|
@@ -1,50 +1,47 @@
|
|
|
1
1
|
name: NVCA Model Management Rights Letter
|
|
2
|
-
description:
|
|
3
|
-
Management rights letter granting ERISA-qualifying management rights to
|
|
4
|
-
venture capital fund investors.
|
|
2
|
+
description: Management rights letter granting ERISA-qualifying management rights to venture capital fund investors.
|
|
5
3
|
source_url: https://nvca.org/wp-content/uploads/2025/12/NVCA-2020-Management-Rights-Letter-1-1.docx
|
|
6
|
-
source_version:
|
|
4
|
+
source_version: '2020'
|
|
7
5
|
license_note: >-
|
|
8
|
-
NVCA model documents are freely downloadable but not redistributable.
|
|
9
|
-
|
|
6
|
+
NVCA model documents are freely downloadable but not redistributable. This recipe contains only transformation
|
|
7
|
+
instructions, not the source document.
|
|
10
8
|
source_sha256: 9661d2a68ca20ee77cf553f1ec5804f08147e7e4c35f5a03938e76a778083e8b
|
|
11
9
|
optional: false
|
|
12
10
|
fields:
|
|
13
11
|
- name: company_name_upper
|
|
14
12
|
type: string
|
|
15
13
|
description: Company name in uppercase
|
|
16
|
-
required: true
|
|
17
14
|
- name: investor_name
|
|
18
15
|
type: string
|
|
19
16
|
description: Full name of the investor
|
|
20
|
-
required: true
|
|
21
17
|
- name: investor_name_upper
|
|
22
18
|
type: string
|
|
23
19
|
description: Investor name in uppercase
|
|
24
|
-
required: true
|
|
25
20
|
- name: city
|
|
26
21
|
type: string
|
|
27
22
|
description: City for the company address
|
|
28
|
-
required: true
|
|
29
23
|
- name: state
|
|
30
24
|
type: string
|
|
31
25
|
description: State for the company address
|
|
32
|
-
required: true
|
|
33
26
|
- name: street_address
|
|
34
27
|
type: string
|
|
35
28
|
description: Street address for the company
|
|
36
|
-
required: true
|
|
37
29
|
- name: zip_code
|
|
38
30
|
type: string
|
|
39
31
|
description: ZIP code for the company address
|
|
40
|
-
required: true
|
|
41
32
|
- name: company_letterhead
|
|
42
33
|
type: string
|
|
43
34
|
description: Portfolio company letterhead text
|
|
44
|
-
|
|
45
|
-
default: ""
|
|
35
|
+
default: ''
|
|
46
36
|
- name: signature_page_marker
|
|
47
37
|
type: string
|
|
48
38
|
description: Signature page marker text
|
|
49
|
-
required: false
|
|
50
39
|
default: Signature Page Follows
|
|
40
|
+
required_fields:
|
|
41
|
+
- company_name_upper
|
|
42
|
+
- investor_name
|
|
43
|
+
- investor_name_upper
|
|
44
|
+
- city
|
|
45
|
+
- state
|
|
46
|
+
- street_address
|
|
47
|
+
- zip_code
|
|
@@ -1,80 +1,76 @@
|
|
|
1
1
|
name: NVCA Model Right of First Refusal and Co-Sale Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Right of first refusal and co-sale agreement for venture financings,
|
|
4
|
-
|
|
3
|
+
Right of first refusal and co-sale agreement for venture financings, restricting transfer of founder shares and
|
|
4
|
+
providing investor co-sale rights.
|
|
5
5
|
source_url: https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-ROFRA-10-1-2025.docx
|
|
6
|
-
source_version:
|
|
6
|
+
source_version: 10-1-2025
|
|
7
7
|
license_note: >-
|
|
8
|
-
NVCA model documents are freely downloadable but not redistributable.
|
|
9
|
-
|
|
8
|
+
NVCA model documents are freely downloadable but not redistributable. This recipe contains only transformation
|
|
9
|
+
instructions, not the source document.
|
|
10
10
|
source_sha256: 126b4a402d41b768ff0c9aebf593792159c31ca7a930c440dd5ae0516ef4c4ad
|
|
11
11
|
optional: false
|
|
12
12
|
fields:
|
|
13
13
|
- name: company_name
|
|
14
14
|
type: string
|
|
15
15
|
description: Full legal name of the company (e.g. Acme Corp, Inc.)
|
|
16
|
-
required: true
|
|
17
16
|
- name: investor_name
|
|
18
17
|
type: string
|
|
19
18
|
description: Full legal name of the lead investor
|
|
20
|
-
required: true
|
|
21
19
|
- name: key_holder_name
|
|
22
20
|
type: string
|
|
23
21
|
description: Full name of the key holder (founder or executive)
|
|
24
|
-
required: true
|
|
25
22
|
- name: company_counsel
|
|
26
23
|
type: string
|
|
27
24
|
description: Name and address of company's legal counsel
|
|
28
|
-
required: true
|
|
29
25
|
- name: counsel_cc
|
|
30
26
|
type: string
|
|
31
27
|
description: Additional counsel to CC on notices, or empty string if none
|
|
32
|
-
|
|
33
|
-
default: ""
|
|
28
|
+
default: ''
|
|
34
29
|
- name: amended_restated_upper
|
|
35
30
|
type: string
|
|
36
31
|
description: Uppercase prefix if amending a prior agreement (e.g. AMENDED AND RESTATED) or empty string
|
|
37
|
-
|
|
38
|
-
default: ""
|
|
32
|
+
default: ''
|
|
39
33
|
- name: amended_restated
|
|
40
34
|
type: string
|
|
41
35
|
description: Title-case prefix if amending a prior agreement (e.g. Amended and Restated) or empty string
|
|
42
|
-
|
|
43
|
-
default: ""
|
|
36
|
+
default: ''
|
|
44
37
|
- name: judicial_district
|
|
45
38
|
type: string
|
|
46
39
|
description: Federal judicial district for dispute resolution (e.g. District of Delaware)
|
|
47
|
-
required: true
|
|
48
40
|
default: District of Delaware
|
|
49
41
|
- name: state_lower
|
|
50
42
|
type: string
|
|
51
43
|
description: State of incorporation in lowercase (e.g. delaware)
|
|
52
|
-
required: true
|
|
53
44
|
default: delaware
|
|
54
45
|
- name: business_description
|
|
55
46
|
type: string
|
|
56
47
|
description: Brief description of the company's business
|
|
57
|
-
required: true
|
|
58
48
|
- name: signature_page_marker
|
|
59
49
|
type: string
|
|
60
50
|
description: Signature page marker text
|
|
61
|
-
required: false
|
|
62
51
|
default: Signature Page Follows
|
|
63
52
|
- name: effective_date
|
|
64
53
|
type: string
|
|
65
54
|
description: Effective date of the agreement (e.g. January 15, 2025)
|
|
66
|
-
required: true
|
|
67
55
|
- name: specify_percentage
|
|
68
56
|
type: string
|
|
69
57
|
description: Specified percentage threshold for key holder transfers
|
|
70
|
-
required: true
|
|
71
58
|
- name: rofr_response_days
|
|
72
59
|
type: string
|
|
73
60
|
description: Number of days for the company and investors to respond to a ROFR notice (default 45)
|
|
74
|
-
|
|
75
|
-
default: "45"
|
|
61
|
+
default: '45'
|
|
76
62
|
- name: key_holders_label
|
|
77
63
|
type: string
|
|
78
64
|
description: Label for the key holders group (e.g. Key Holders or Founders)
|
|
79
|
-
required: false
|
|
80
65
|
default: Key Holders
|
|
66
|
+
required_fields:
|
|
67
|
+
- company_name
|
|
68
|
+
- investor_name
|
|
69
|
+
- key_holder_name
|
|
70
|
+
- company_counsel
|
|
71
|
+
- judicial_district
|
|
72
|
+
- state_lower
|
|
73
|
+
- business_description
|
|
74
|
+
- effective_date
|
|
75
|
+
- specify_percentage
|
|
76
|
+
- rofr_response_days
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"removeFootnotes": true,
|
|
3
|
+
"removeParagraphPatterns": [
|
|
4
|
+
"^This sample document is the work product of a national coalition of attorneys",
|
|
5
|
+
"^For those who will redline this against prior NVCA versions",
|
|
6
|
+
"^The Stock Purchase Agreement sets forth the basic terms of the purchase and sale of the preferred stock",
|
|
7
|
+
"^Note to Drafter:",
|
|
8
|
+
"^Preliminary Note\\b",
|
|
9
|
+
"^Alternative 1:",
|
|
10
|
+
"^Alternative 2:",
|
|
11
|
+
"^\\[Alternative"
|
|
12
|
+
]
|
|
13
|
+
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0",
|
|
3
|
+
"max_passes": 4,
|
|
4
|
+
"rules": [
|
|
5
|
+
{
|
|
6
|
+
"id": "derive-dispute-resolution-track-arbitration",
|
|
7
|
+
"description": "Alternative 1 in the SPA uses arbitration.",
|
|
8
|
+
"when_all": [
|
|
9
|
+
{ "field": "dispute_resolution_mode", "op": "eq", "value": "arbitration" }
|
|
10
|
+
],
|
|
11
|
+
"set_audit": {
|
|
12
|
+
"dispute_resolution_track": "arbitration",
|
|
13
|
+
"forum_governing_law_alignment": "n/a-arbitration"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"id": "derive-dispute-resolution-track-courts",
|
|
18
|
+
"description": "Alternative 2 in the SPA uses state/federal courts.",
|
|
19
|
+
"when_all": [
|
|
20
|
+
{ "field": "dispute_resolution_mode", "op": "eq", "value": "courts" }
|
|
21
|
+
],
|
|
22
|
+
"set_audit": {
|
|
23
|
+
"dispute_resolution_track": "courts"
|
|
24
|
+
}
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "derive-arbitration-location-default",
|
|
28
|
+
"description": "Alternative 1 contains a [location] placeholder for arbitration venue.",
|
|
29
|
+
"when_all": [
|
|
30
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "arbitration" },
|
|
31
|
+
{ "field": "arbitration_location", "op": "falsy" }
|
|
32
|
+
],
|
|
33
|
+
"set_fill": {
|
|
34
|
+
"arbitration_location": "San Francisco, California"
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": "derive-judicial-district-default-california",
|
|
39
|
+
"description": "Alternative 2 courts path: derive district if omitted.",
|
|
40
|
+
"when_all": [
|
|
41
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "courts" },
|
|
42
|
+
{ "field": "state_lower", "op": "eq", "value": "california" },
|
|
43
|
+
{ "field": "judicial_district", "op": "falsy" }
|
|
44
|
+
],
|
|
45
|
+
"set_fill": {
|
|
46
|
+
"judicial_district": "Northern District of California"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "derive-judicial-district-default-new-york",
|
|
51
|
+
"description": "Alternative 2 courts path: derive district if omitted.",
|
|
52
|
+
"when_all": [
|
|
53
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "courts" },
|
|
54
|
+
{ "field": "state_lower", "op": "eq", "value": "new york" },
|
|
55
|
+
{ "field": "judicial_district", "op": "falsy" }
|
|
56
|
+
],
|
|
57
|
+
"set_fill": {
|
|
58
|
+
"judicial_district": "Southern District of New York"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"id": "derive-judicial-district-default-delaware",
|
|
63
|
+
"description": "Alternative 2 courts path: derive district if omitted.",
|
|
64
|
+
"when_all": [
|
|
65
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "courts" },
|
|
66
|
+
{ "field": "state_lower", "op": "eq", "value": "delaware" },
|
|
67
|
+
{ "field": "judicial_district", "op": "falsy" }
|
|
68
|
+
],
|
|
69
|
+
"set_fill": {
|
|
70
|
+
"judicial_district": "District of Delaware"
|
|
71
|
+
}
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"id": "derive-governing-law-baseline",
|
|
75
|
+
"description": "NVCA SPA governing law clause is fixed to Delaware.",
|
|
76
|
+
"set_audit": {
|
|
77
|
+
"governing_law_state": "delaware"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"id": "derive-forum-governing-alignment",
|
|
82
|
+
"description": "Forum aligns with governing law when courts mode also uses Delaware.",
|
|
83
|
+
"when_all": [
|
|
84
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "courts" },
|
|
85
|
+
{ "field": "state_lower", "op": "eq", "value": "delaware" }
|
|
86
|
+
],
|
|
87
|
+
"set_audit": {
|
|
88
|
+
"forum_governing_law_alignment": "aligned"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "derive-forum-governing-mismatch",
|
|
93
|
+
"description": "Forum diverges from governing law when non-Delaware courts are selected.",
|
|
94
|
+
"when_all": [
|
|
95
|
+
{ "field": "dispute_resolution_track", "op": "eq", "value": "courts" },
|
|
96
|
+
{ "field": "state_lower", "op": "neq", "value": "delaware" }
|
|
97
|
+
],
|
|
98
|
+
"set_audit": {
|
|
99
|
+
"forum_governing_law_alignment": "mismatch"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
}
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
name: NVCA Model Stock Purchase Agreement
|
|
2
|
+
description: >-
|
|
3
|
+
Series preferred stock purchase agreement for venture capital financings, covering purchase terms, representations,
|
|
4
|
+
and closing conditions.
|
|
5
|
+
source_url: https://nvca.org/wp-content/uploads/2025/10/NVCA-Model-SPA-10-28-2025-1.docx
|
|
6
|
+
source_version: 10-28-2025
|
|
7
|
+
license_note: >-
|
|
8
|
+
NVCA model documents are freely downloadable but not redistributable. This recipe contains only transformation
|
|
9
|
+
instructions, not the source document.
|
|
10
|
+
source_sha256: b2c76452fa82dcda72f1fa9f82ba0ce28ea9445441c897f9cb7ac6663930dcab
|
|
11
|
+
optional: false
|
|
12
|
+
fields:
|
|
13
|
+
- name: company_name
|
|
14
|
+
type: string
|
|
15
|
+
description: Full legal name of the company
|
|
16
|
+
- name: investor_name
|
|
17
|
+
type: string
|
|
18
|
+
description: Full name of the investor
|
|
19
|
+
- name: company_counsel
|
|
20
|
+
type: string
|
|
21
|
+
description: Company counsel name and address
|
|
22
|
+
- name: investor_counsel
|
|
23
|
+
type: string
|
|
24
|
+
description: Investor counsel name and address
|
|
25
|
+
- name: company_counsel_name
|
|
26
|
+
type: string
|
|
27
|
+
description: Name of the company's counsel
|
|
28
|
+
- name: lead_purchaser_name
|
|
29
|
+
type: string
|
|
30
|
+
description: Name of the lead purchaser
|
|
31
|
+
- name: series_designation
|
|
32
|
+
type: string
|
|
33
|
+
description: Series designation shown in the agreement title and share definitions
|
|
34
|
+
default: A
|
|
35
|
+
- name: agreement_date_month_day
|
|
36
|
+
type: string
|
|
37
|
+
description: Month/day portion of the agreement date in the opening paragraph
|
|
38
|
+
default: January 15
|
|
39
|
+
- name: agreement_year_two_digits
|
|
40
|
+
type: string
|
|
41
|
+
description: Two-digit year suffix used in opening date format 20[__]
|
|
42
|
+
default: "26"
|
|
43
|
+
- name: par_value_per_share
|
|
44
|
+
type: string
|
|
45
|
+
description: Par value per share inserted in the opening purchase clause
|
|
46
|
+
default: "0.0001"
|
|
47
|
+
- name: purchase_price_per_share
|
|
48
|
+
type: string
|
|
49
|
+
description: Purchase price per share inserted in the opening purchase clause
|
|
50
|
+
default: "1.00"
|
|
51
|
+
- name: applicable_word
|
|
52
|
+
type: string
|
|
53
|
+
description: Optional word inserted before Closing in bracketed templates
|
|
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: ""
|
|
63
|
+
- name: optional_plural_suffix
|
|
64
|
+
type: string
|
|
65
|
+
description: Optional plural suffix used in bracketed labels like Closing[s]
|
|
66
|
+
default: ""
|
|
67
|
+
- name: closing_heading
|
|
68
|
+
type: string
|
|
69
|
+
description: Heading text used for single-closing default
|
|
70
|
+
default: Initial Closing.
|
|
71
|
+
- name: initial_word_lower
|
|
72
|
+
type: string
|
|
73
|
+
description: Lowercase word used for single-closing phrasing
|
|
74
|
+
default: initial
|
|
75
|
+
- name: initial_word_title
|
|
76
|
+
type: string
|
|
77
|
+
description: Titlecase word used for single-closing phrasing
|
|
78
|
+
default: Initial
|
|
79
|
+
- name: dispute_resolution_mode
|
|
80
|
+
type: enum
|
|
81
|
+
description: Dispute resolution alternative in SPA (Alternative 1 arbitration or Alternative 2 courts)
|
|
82
|
+
options:
|
|
83
|
+
- arbitration
|
|
84
|
+
- courts
|
|
85
|
+
default: courts
|
|
86
|
+
- name: arbitration_location
|
|
87
|
+
type: string
|
|
88
|
+
description: Arbitration venue for Dispute Resolution Alternative 1
|
|
89
|
+
- name: judicial_district
|
|
90
|
+
type: string
|
|
91
|
+
description: Federal judicial district for disputes
|
|
92
|
+
- name: balance_sheet_date
|
|
93
|
+
type: string
|
|
94
|
+
description: Date of the company's most recent balance sheet
|
|
95
|
+
- name: benefit_plan_name
|
|
96
|
+
type: string
|
|
97
|
+
description: Plan year and name of the employee benefit plan
|
|
98
|
+
- name: signature_page_marker
|
|
99
|
+
type: string
|
|
100
|
+
description: Signature page marker text
|
|
101
|
+
default: Signature Page Follows
|
|
102
|
+
- name: state_lower
|
|
103
|
+
type: string
|
|
104
|
+
description: State name (lowercase)
|
|
105
|
+
- name: specify_percentage
|
|
106
|
+
type: string
|
|
107
|
+
description: Specified percentage threshold
|
|
108
|
+
- name: financial_reporting_period
|
|
109
|
+
type: string
|
|
110
|
+
description: Financial reporting period (e.g., monthly, quarterly)
|
|
111
|
+
default: monthly
|
|
112
|
+
- name: director_names
|
|
113
|
+
type: string
|
|
114
|
+
description: List of individual director names
|
|
115
|
+
- name: board_size
|
|
116
|
+
type: string
|
|
117
|
+
description: Authorized number of board seats at the Initial Closing
|
|
118
|
+
- name: minimum_shares_initial_closing
|
|
119
|
+
type: string
|
|
120
|
+
description: Minimum number of shares required to be sold at the Initial Closing
|
|
121
|
+
- name: applicable_purchasers
|
|
122
|
+
type: string
|
|
123
|
+
description: Names of the applicable purchasers
|
|
124
|
+
required_fields:
|
|
125
|
+
- company_name
|
|
126
|
+
- investor_name
|
|
127
|
+
- company_counsel
|
|
128
|
+
- investor_counsel
|
|
129
|
+
- company_counsel_name
|
|
130
|
+
- lead_purchaser_name
|
|
131
|
+
- judicial_district
|
|
132
|
+
- balance_sheet_date
|
|
133
|
+
- state_lower
|
|
134
|
+
- specify_percentage
|
|
135
|
+
- financial_reporting_period
|
|
136
|
+
- director_names
|
|
137
|
+
- board_size
|
|
138
|
+
- minimum_shares_initial_closing
|