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
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
{
|
|
2
|
+
"paragraph_rules": [
|
|
3
|
+
{
|
|
4
|
+
"id": "costs-of-enforcement-select-each-party",
|
|
5
|
+
"section_heading": "Costs of Enforcement",
|
|
6
|
+
"paragraph_contains": "Each party will bear its own costs in respect of any disputes arising under this Agreement.",
|
|
7
|
+
"paragraph_end_contains": "this Agreement.]",
|
|
8
|
+
"replacements": {
|
|
9
|
+
"[If any action at law or in equity (including, arbitration) is necessary to enforce or interpret the terms of any of the Transaction Agreements, the prevailing party shall be entitled to reasonable attorneys’ fees, costs and necessary disbursements in addition to any other relief to which such party may be entitled.]": "",
|
|
10
|
+
"[Each party will bear its own costs in respect of any disputes arising under this Agreement.]": "Each party will bear its own costs in respect of any disputes arising under this Agreement."
|
|
11
|
+
},
|
|
12
|
+
"trim_unmatched_trailing_bracket": true,
|
|
13
|
+
"expected_min_matches": 1
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"id": "fill-initial-closing-minimum-shares",
|
|
17
|
+
"section_heading": "Conditions of the Purchasers’ Obligations at Closing",
|
|
18
|
+
"section_heading_any": [
|
|
19
|
+
"Proceedings and Documents",
|
|
20
|
+
"Voting Agreement"
|
|
21
|
+
],
|
|
22
|
+
"paragraph_contains": "A minimum of",
|
|
23
|
+
"paragraph_end_contains": "Shares must be sold at the [Initial] Closing.]",
|
|
24
|
+
"replacements": {
|
|
25
|
+
"[_________]": "{minimum_shares_initial_closing}",
|
|
26
|
+
"[_______]": "{minimum_shares_initial_closing}"
|
|
27
|
+
},
|
|
28
|
+
"trim_unmatched_trailing_bracket": true,
|
|
29
|
+
"expected_min_matches": 1
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"id": "fill-company-counsel-name",
|
|
33
|
+
"section_heading": "Conditions of the Purchasers’ Obligations at Closing",
|
|
34
|
+
"section_heading_any": [
|
|
35
|
+
"Qualifications"
|
|
36
|
+
],
|
|
37
|
+
"paragraph_contains": "The Purchasers shall have received from",
|
|
38
|
+
"paragraph_end_contains": "counsel for the Company",
|
|
39
|
+
"replacements": {
|
|
40
|
+
"[___________]": "{company_counsel_name}"
|
|
41
|
+
},
|
|
42
|
+
"trim_unmatched_trailing_bracket": true,
|
|
43
|
+
"expected_min_matches": 1
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"id": "fill-board-composition-placeholders",
|
|
47
|
+
"section_heading": "Conditions of the Purchasers’ Obligations at Closing",
|
|
48
|
+
"section_heading_any": [
|
|
49
|
+
"Qualifications"
|
|
50
|
+
],
|
|
51
|
+
"paragraph_contains": "authorized size of the Board of Directors",
|
|
52
|
+
"paragraph_end_contains": "Board of Directors shall be comprised of",
|
|
53
|
+
"replacements": {
|
|
54
|
+
"[______]": "{board_size}",
|
|
55
|
+
"[_________________]": "{director_names}"
|
|
56
|
+
},
|
|
57
|
+
"trim_unmatched_trailing_bracket": true,
|
|
58
|
+
"expected_min_matches": 1
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "trim-purchaser-country-concern-bracket",
|
|
62
|
+
"section_heading": "Representations and Warranties of the Purchaser",
|
|
63
|
+
"section_heading_any": [
|
|
64
|
+
"Residence"
|
|
65
|
+
],
|
|
66
|
+
"paragraph_contains": "Except as otherwise disclosed in writing to the Company, the Purchaser is not a “person of a country of concern”",
|
|
67
|
+
"paragraph_end_contains": "Outbound Investment Security Program.]",
|
|
68
|
+
"trim_unmatched_trailing_bracket": true,
|
|
69
|
+
"expected_min_matches": 1
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"id": "trim-purchaser-covered-person-bracket",
|
|
73
|
+
"section_heading": "Representations and Warranties of the Purchaser",
|
|
74
|
+
"section_heading_any": [
|
|
75
|
+
"Residence"
|
|
76
|
+
],
|
|
77
|
+
"paragraph_contains": "The Purchaser is not a “covered person” as that term is defined in the DSP",
|
|
78
|
+
"paragraph_end_contains": "term is defined in the DSP.]",
|
|
79
|
+
"trim_unmatched_trailing_bracket": true,
|
|
80
|
+
"expected_min_matches": 1
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"[Insert Company Name]": "{company_name}",
|
|
3
|
+
"[Company name]": "{company_name}",
|
|
4
|
+
"[____________]": "{company_name}",
|
|
5
|
+
"[Insert Investor Name]": "{investor_name}",
|
|
6
|
+
"[Company Counsel Name and Address]": "{company_counsel}",
|
|
7
|
+
"[name of Investor\u2019s counsel]": "{investor_counsel}",
|
|
8
|
+
"[name of Investor's counsel]": "{investor_counsel}",
|
|
9
|
+
"[insert name of Company counsel]": "{company_counsel_name}",
|
|
10
|
+
"[name of lead Purchaser]": "{lead_purchaser_name}",
|
|
11
|
+
"[___]#1": "{series_designation}",
|
|
12
|
+
"[___]#2": "{series_designation}",
|
|
13
|
+
"[___]#3": "{series_designation}",
|
|
14
|
+
"[___]#4": "{series_designation}",
|
|
15
|
+
"[___]#6": "{series_designation}",
|
|
16
|
+
"[________]#1": "{agreement_date_month_day}",
|
|
17
|
+
"[__]#1": "{agreement_year_two_digits}",
|
|
18
|
+
"[__]#2": "{par_value_per_share}",
|
|
19
|
+
"[__]#3": "{purchase_price_per_share}",
|
|
20
|
+
"[__]#4": "{series_designation}",
|
|
21
|
+
"[applicable]": "{applicable_word}",
|
|
22
|
+
"[with respect to such Closing]": "{optional_closing_reference}",
|
|
23
|
+
"[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}",
|
|
24
|
+
"[s]#1": "{optional_plural_suffix}",
|
|
25
|
+
"[Initial Closing.]": "{closing_heading}",
|
|
26
|
+
"[initial]": "{initial_word_lower}",
|
|
27
|
+
"[Initial]": "{initial_word_title}",
|
|
28
|
+
"[Initial/applicable]": "{initial_word_title}",
|
|
29
|
+
"[applicable/Initial]": "{initial_word_title}",
|
|
30
|
+
"[location]": "{arbitration_location}",
|
|
31
|
+
"[judicial district]": "{judicial_district}",
|
|
32
|
+
"[Balance Sheet Date]": "{balance_sheet_date}",
|
|
33
|
+
"[the Balance Sheet Date]": "{balance_sheet_date}",
|
|
34
|
+
"[insert Plan Year and Name]": "{benefit_plan_name}",
|
|
35
|
+
"[Signature Page Follows]": "{signature_page_marker}",
|
|
36
|
+
"[state]": "{state_lower}",
|
|
37
|
+
"[specify percentage]": "{specify_percentage}",
|
|
38
|
+
"[monthly]": "{financial_reporting_period}",
|
|
39
|
+
"[list the individual director names]": "{director_names}",
|
|
40
|
+
"[name the applicable Purchasers]": "{applicable_purchasers}"
|
|
41
|
+
}
|
|
@@ -1,70 +1,66 @@
|
|
|
1
1
|
name: NVCA Model Voting Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Standard-form voting agreement for venture capital financings, covering board
|
|
4
|
-
|
|
3
|
+
Standard-form voting agreement for venture capital financings, covering board composition, drag-along rights, and
|
|
4
|
+
stockholder voting obligations.
|
|
5
5
|
source_url: https://nvca.org/wp-content/uploads/2024/10/NVCA-Model-VA-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: 3496d7ae9343d1b5b7db13239313c6512e7e0d68d13273538c4dbf06416a5f0d
|
|
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
|
|
16
|
-
required: true
|
|
17
16
|
- name: investor_name
|
|
18
17
|
type: string
|
|
19
18
|
description: Full name of the lead investor
|
|
20
|
-
required: true
|
|
21
19
|
- name: investor_2_name
|
|
22
20
|
type: string
|
|
23
21
|
description: Full name of the second investor (if applicable)
|
|
24
|
-
required: false
|
|
25
22
|
- name: key_holder_name
|
|
26
23
|
type: string
|
|
27
24
|
description: Name of the key holder (typically founder/CEO)
|
|
28
|
-
required: true
|
|
29
25
|
- name: effective_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Effective date of the agreement (e.g. January 15, 2025)
|
|
32
|
-
required: true
|
|
33
28
|
- name: company_counsel
|
|
34
29
|
type: string
|
|
35
30
|
description: Company counsel name and address
|
|
36
|
-
required: true
|
|
37
31
|
- name: counsel_cc
|
|
38
32
|
type: string
|
|
39
33
|
description: Additional counsel to CC on notices, or empty string if none
|
|
40
|
-
|
|
41
|
-
default: ""
|
|
34
|
+
default: ''
|
|
42
35
|
- name: judicial_district
|
|
43
36
|
type: string
|
|
44
37
|
description: Federal judicial district for disputes (e.g. District of Delaware)
|
|
45
|
-
required: true
|
|
46
38
|
default: District of Delaware
|
|
47
39
|
- name: state_of_incorporation_lower
|
|
48
40
|
type: string
|
|
49
41
|
description: State of incorporation in lowercase (e.g. delaware)
|
|
50
|
-
required: true
|
|
51
42
|
default: delaware
|
|
52
43
|
- name: specify_percentage
|
|
53
44
|
type: string
|
|
54
45
|
description: Percentage threshold for drag-along and amendment provisions (number only, e.g. 60)
|
|
55
|
-
required: true
|
|
56
46
|
- name: amended_restated_upper
|
|
57
47
|
type: string
|
|
58
|
-
description:
|
|
59
|
-
|
|
60
|
-
default: ""
|
|
48
|
+
description: AMENDED AND RESTATED or empty string
|
|
49
|
+
default: ''
|
|
61
50
|
- name: amended_restated
|
|
62
51
|
type: string
|
|
63
|
-
description:
|
|
64
|
-
|
|
65
|
-
default: ""
|
|
52
|
+
description: Amended and Restated or empty string
|
|
53
|
+
default: ''
|
|
66
54
|
- name: signature_page_marker
|
|
67
55
|
type: string
|
|
68
56
|
description: Signature page marker text
|
|
69
|
-
required: false
|
|
70
57
|
default: Signature Page Follows
|
|
58
|
+
required_fields:
|
|
59
|
+
- company_name
|
|
60
|
+
- investor_name
|
|
61
|
+
- key_holder_name
|
|
62
|
+
- effective_date
|
|
63
|
+
- company_counsel
|
|
64
|
+
- judicial_district
|
|
65
|
+
- state_of_incorporation_lower
|
|
66
|
+
- specify_percentage
|
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
name: Bonterms Mutual NDA
|
|
2
2
|
description: >-
|
|
3
|
-
Cover page for the Bonterms Mutual NDA (Version 1.0). The standard terms
|
|
4
|
-
|
|
3
|
+
Cover page for the Bonterms Mutual NDA (Version 1.0). The standard terms are incorporated by reference from
|
|
4
|
+
bonterms.com.
|
|
5
5
|
source_url: https://github.com/Bonterms/Mutual-NDA
|
|
6
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
7
7
|
license: CC0-1.0
|
|
8
8
|
allow_derivatives: true
|
|
9
9
|
attribution_text: >-
|
|
10
|
-
Based on the Bonterms Mutual NDA Cover Page, available at
|
|
11
|
-
|
|
12
|
-
Made available under CC0 1.0.
|
|
10
|
+
Based on the Bonterms Mutual NDA Cover Page, available at https://bonterms.com/forms/bonterms-mutual-nda-v1/. Made
|
|
11
|
+
available under CC0 1.0.
|
|
13
12
|
fields:
|
|
14
13
|
- name: party_1_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Full legal name of the first party
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: party_2_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Full legal name of the second party
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: effective_date
|
|
25
22
|
type: date
|
|
26
23
|
description: Date the NDA takes effect
|
|
27
|
-
required: true
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: purpose
|
|
30
26
|
type: string
|
|
31
27
|
description: Permitted purpose for sharing confidential information
|
|
32
|
-
required: true
|
|
33
28
|
default: Evaluating a potential business relationship
|
|
34
29
|
section: Terms
|
|
35
30
|
- name: nda_term
|
|
36
31
|
type: string
|
|
37
32
|
description: Duration of the NDA agreement and disclosure period
|
|
38
|
-
required: true
|
|
39
33
|
default: 1 year
|
|
40
34
|
section: Terms
|
|
41
35
|
- name: confidentiality_period
|
|
42
36
|
type: string
|
|
43
37
|
description: How long confidential information remains protected after NDA expires
|
|
44
|
-
required: true
|
|
45
38
|
default: 1 year
|
|
46
39
|
section: Terms
|
|
47
40
|
- name: governing_law
|
|
48
41
|
type: string
|
|
49
42
|
description: State or jurisdiction whose laws govern the agreement
|
|
50
|
-
required: true
|
|
51
43
|
default: California
|
|
52
44
|
section: Legal
|
|
53
45
|
- name: courts
|
|
54
46
|
type: string
|
|
55
47
|
description: Courts with jurisdiction over disputes
|
|
56
|
-
required: true
|
|
57
48
|
default: courts located in San Francisco, California
|
|
58
49
|
section: Legal
|
|
50
|
+
required_fields:
|
|
51
|
+
- party_1_name
|
|
52
|
+
- party_2_name
|
|
53
|
+
- effective_date
|
|
54
|
+
- purpose
|
|
55
|
+
- nda_term
|
|
56
|
+
- confidentiality_period
|
|
57
|
+
- governing_law
|
|
58
|
+
- courts
|
package/{templates → content/templates}/bonterms-professional-services-agreement/metadata.yaml
RENAMED
|
@@ -1,47 +1,45 @@
|
|
|
1
1
|
name: Bonterms Professional Services Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Cover page for the Bonterms Professional Services Agreement (Version 1.2).
|
|
4
|
-
|
|
3
|
+
Cover page for the Bonterms Professional Services Agreement (Version 1.2). The standard terms are incorporated by
|
|
4
|
+
reference from bonterms.com.
|
|
5
5
|
source_url: https://github.com/Bonterms/Professional-Services-Agreement
|
|
6
|
-
version:
|
|
6
|
+
version: '1.2'
|
|
7
7
|
license: CC0-1.0
|
|
8
8
|
allow_derivatives: true
|
|
9
9
|
attribution_text: >-
|
|
10
10
|
Based on the Bonterms Professional Services Agreement Cover Page, available at
|
|
11
|
-
https://bonterms.com/forms/professional-services-agreement-v1.2/.
|
|
12
|
-
Made available under CC0 1.0.
|
|
11
|
+
https://bonterms.com/forms/professional-services-agreement-v1.2/. Made available under CC0 1.0.
|
|
13
12
|
fields:
|
|
14
13
|
- name: customer_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Full legal name of the customer
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: provider_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Full legal name of the provider
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: effective_date
|
|
25
22
|
type: date
|
|
26
23
|
description: Date the agreement takes effect
|
|
27
|
-
required: true
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: governing_law
|
|
30
26
|
type: string
|
|
31
27
|
description: State or jurisdiction whose laws govern the agreement
|
|
32
|
-
required: true
|
|
33
28
|
default: California
|
|
34
29
|
section: Legal
|
|
35
30
|
- name: courts
|
|
36
31
|
type: string
|
|
37
32
|
description: Courts with jurisdiction over disputes
|
|
38
|
-
required: true
|
|
39
33
|
default: courts located in San Francisco, California
|
|
40
34
|
section: Legal
|
|
41
35
|
- name: deliverables_type
|
|
42
36
|
type: string
|
|
43
|
-
description:
|
|
44
|
-
Type of rights in deliverables: "licensed" or "assigned"
|
|
45
|
-
required: false
|
|
37
|
+
description: 'Type of rights in deliverables: "licensed" or "assigned"'
|
|
46
38
|
default: licensed
|
|
47
39
|
section: Terms
|
|
40
|
+
required_fields:
|
|
41
|
+
- customer_name
|
|
42
|
+
- provider_name
|
|
43
|
+
- effective_date
|
|
44
|
+
- governing_law
|
|
45
|
+
- courts
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
name: Closing Checklist
|
|
2
|
+
description: >-
|
|
3
|
+
A stage-first, document-first closing checklist that tracks canonical
|
|
4
|
+
documents, checklist entries, signatories, action items, and issues.
|
|
5
|
+
Accepts structured JSON input and renders a formatted DOCX for distribution.
|
|
6
|
+
source_url: https://github.com/open-agreements/open-agreements
|
|
7
|
+
version: '2.0'
|
|
8
|
+
license: CC0-1.0
|
|
9
|
+
allow_derivatives: true
|
|
10
|
+
attribution_text: >-
|
|
11
|
+
OpenAgreements Closing Checklist. Licensed under CC0 1.0.
|
|
12
|
+
fields:
|
|
13
|
+
- name: deal_name
|
|
14
|
+
type: string
|
|
15
|
+
description: Name of the deal or transaction
|
|
16
|
+
- name: updated_at
|
|
17
|
+
type: string
|
|
18
|
+
description: ISO date when the checklist was last updated
|
|
19
|
+
- name: documents
|
|
20
|
+
type: array
|
|
21
|
+
description: Canonical documents (document_id, title, optional primary_link, labels)
|
|
22
|
+
- name: checklist_entries
|
|
23
|
+
type: array
|
|
24
|
+
description: Stage-scoped checklist rows (entry_id, stage, sort_key, title, status, optional document_id)
|
|
25
|
+
- name: action_items
|
|
26
|
+
type: array
|
|
27
|
+
description: Action items with optional related_document_ids
|
|
28
|
+
- name: issues
|
|
29
|
+
type: array
|
|
30
|
+
description: Issues with OPEN/CLOSED status and optional related_document_ids
|
|
31
|
+
- name: working_group
|
|
32
|
+
type: array
|
|
33
|
+
description: Compatibility field for legacy template sections (always empty in v2 checklist flow)
|
|
34
|
+
- name: open_issues
|
|
35
|
+
type: array
|
|
36
|
+
description: Compatibility field for legacy template sections (derived from unlinked issues in v2 checklist flow)
|
|
37
|
+
required_fields:
|
|
38
|
+
- deal_name
|
|
39
|
+
- updated_at
|
|
Binary file
|
|
@@ -1,33 +1,31 @@
|
|
|
1
1
|
name: Common Paper AI Addendum
|
|
2
2
|
description: >-
|
|
3
|
-
An AI addendum cover page and standard terms, based on Common Paper's standard
|
|
4
|
-
|
|
5
|
-
training, input/output rights, and AI usage policies.
|
|
3
|
+
An AI addendum cover page and standard terms, based on Common Paper's standard form. Adds AI-specific provisions to an
|
|
4
|
+
existing agreement, covering model training, input/output rights, and AI usage policies.
|
|
6
5
|
source_url: https://commonpaper.com/standards/ai-addendum/1.0
|
|
7
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper AI Addendum, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper AI Addendum, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Official company name
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: agreement_description
|
|
20
18
|
type: string
|
|
21
19
|
description: Description of the underlying agreement
|
|
22
|
-
required: true
|
|
23
20
|
section: Terms
|
|
24
21
|
- name: ai_policy_reference
|
|
25
22
|
type: string
|
|
26
23
|
description: Reference to AI usage policy
|
|
27
|
-
required: false
|
|
28
24
|
section: Service
|
|
29
25
|
- name: additional_terms
|
|
30
26
|
type: string
|
|
31
27
|
description: Additional AI-specific terms
|
|
32
|
-
required: false
|
|
33
28
|
section: Legal
|
|
29
|
+
required_fields:
|
|
30
|
+
- company_name
|
|
31
|
+
- agreement_description
|
|
@@ -1,23 +1,21 @@
|
|
|
1
1
|
name: Common Paper AI Addendum In-App
|
|
2
2
|
description: >-
|
|
3
|
-
An in-app AI addendum based on Common Paper's standard form. A streamlined
|
|
4
|
-
|
|
5
|
-
application.
|
|
3
|
+
An in-app AI addendum based on Common Paper's standard form. A streamlined version of the AI addendum designed to be
|
|
4
|
+
accepted electronically within an application.
|
|
6
5
|
source_url: https://commonpaper.com/standards/ai-addendum/1.0
|
|
7
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper AI Addendum In-App, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper AI Addendum In-App, available at https://commonpaper.com. Licensed under CC BY 4.0.
|
|
11
|
+
Copyright Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: ai_policy_reference
|
|
15
14
|
type: string
|
|
16
15
|
description: Reference to AI usage policy
|
|
17
|
-
required: false
|
|
18
16
|
section: Service
|
|
19
17
|
- name: additional_terms
|
|
20
18
|
type: string
|
|
21
19
|
description: Additional AI-specific terms
|
|
22
|
-
required: false
|
|
23
20
|
section: Legal
|
|
21
|
+
required_fields: []
|
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
name: Common Paper Amendment
|
|
2
2
|
description: >-
|
|
3
|
-
An amendment template for modifying existing agreements, based on Common
|
|
4
|
-
|
|
5
|
-
specific changes being made.
|
|
3
|
+
An amendment template for modifying existing agreements, based on Common Paper's standard form. References the
|
|
4
|
+
original agreement and details the specific changes being made.
|
|
6
5
|
source_url: https://commonpaper.com/standards/amendment
|
|
7
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Amendment, available at https://commonpaper.com.
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Amendment, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common
|
|
11
|
+
Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Company name (shown in header)
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: party_1
|
|
20
18
|
type: string
|
|
21
19
|
description: Full name of the first party to the original agreement
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: party_2
|
|
25
22
|
type: string
|
|
26
23
|
description: Full name of the second party to the original agreement
|
|
27
|
-
required: true
|
|
28
24
|
section: Parties
|
|
29
25
|
- name: agreement_name
|
|
30
26
|
type: string
|
|
31
27
|
description: Name of the agreement being amended
|
|
32
|
-
required: true
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: agreement_date
|
|
35
30
|
type: string
|
|
36
31
|
description: Date of the original agreement
|
|
37
|
-
required: true
|
|
38
32
|
section: Terms
|
|
39
33
|
- name: amendment_effective_date
|
|
40
34
|
type: date
|
|
41
35
|
description: Effective date of this amendment
|
|
42
|
-
required: true
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: amendment_topic
|
|
45
38
|
type: string
|
|
46
39
|
description: Topic or variable being changed
|
|
47
|
-
required: true
|
|
48
40
|
section: Terms
|
|
49
41
|
- name: amendment_details
|
|
50
42
|
type: string
|
|
51
43
|
description: Details about what is being changed
|
|
52
|
-
required: true
|
|
53
44
|
section: Terms
|
|
45
|
+
required_fields:
|
|
46
|
+
- company_name
|
|
47
|
+
- party_1
|
|
48
|
+
- party_2
|
|
49
|
+
- agreement_name
|
|
50
|
+
- agreement_date
|
|
51
|
+
- amendment_effective_date
|
|
52
|
+
- amendment_topic
|
|
53
|
+
- amendment_details
|
package/{templates → content/templates}/common-paper-business-associate-agreement/metadata.yaml
RENAMED
|
@@ -1,63 +1,56 @@
|
|
|
1
1
|
name: Common Paper Business Associate Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A HIPAA business associate agreement cover page and standard terms, based on
|
|
4
|
-
|
|
5
|
-
health information (PHI) between a covered entity and a business associate.
|
|
3
|
+
A HIPAA business associate agreement cover page and standard terms, based on Common Paper's standard form. Covers the
|
|
4
|
+
use and protection of protected health information (PHI) between a covered entity and a business associate.
|
|
6
5
|
source_url: https://commonpaper.com/standards/business-associate-agreement/1.0
|
|
7
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Business Associate Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Business Associate Agreement, available at https://commonpaper.com. Licensed under CC BY
|
|
11
|
+
4.0. Copyright Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Official company name
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: party_role
|
|
20
18
|
type: string
|
|
21
19
|
description: Role in the agreement (Business Associate or Covered Entity)
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: principal_agreement
|
|
25
22
|
type: string
|
|
26
23
|
description: Reference to the principal agreement
|
|
27
|
-
required: true
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: subcontractor_role
|
|
30
26
|
type: string
|
|
31
27
|
description: Role of subcontractors
|
|
32
|
-
required: false
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: free_text
|
|
35
30
|
type: string
|
|
36
31
|
description: Free text entry
|
|
37
|
-
required: false
|
|
38
32
|
section: Terms
|
|
39
33
|
- name: aggregation_restrictions
|
|
40
34
|
type: string
|
|
41
35
|
description: Specific aggregation restrictions
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: offshoring_restrictions
|
|
45
38
|
type: string
|
|
46
39
|
description: Specific offshoring rights or restrictions
|
|
47
|
-
required: false
|
|
48
40
|
section: Terms
|
|
49
41
|
- name: breach_notification_unit
|
|
50
42
|
type: string
|
|
51
43
|
description: Unit for breach notification period
|
|
52
|
-
required: false
|
|
53
44
|
section: Terms
|
|
54
45
|
- name: fill_in_value
|
|
55
46
|
type: string
|
|
56
47
|
description: General fill-in value
|
|
57
|
-
required: false
|
|
58
48
|
section: Terms
|
|
59
49
|
- name: custom_effective_date
|
|
60
50
|
type: string
|
|
61
51
|
description: Custom effective date
|
|
62
|
-
required: false
|
|
63
52
|
section: Terms
|
|
53
|
+
required_fields:
|
|
54
|
+
- company_name
|
|
55
|
+
- party_role
|
|
56
|
+
- principal_agreement
|