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
package/{templates → content/templates}/common-paper-data-processing-agreement/metadata.yaml
RENAMED
|
@@ -1,149 +1,130 @@
|
|
|
1
1
|
name: Common Paper Data Processing Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A data processing agreement cover page and standard terms, based on Common
|
|
4
|
-
|
|
5
|
-
processor/controller roles, data transfers, subprocessors, and security
|
|
6
|
-
measures.
|
|
3
|
+
A data processing agreement cover page and standard terms, based on Common Paper's standard form. Covers GDPR and data
|
|
4
|
+
protection compliance, including processor/controller roles, data transfers, subprocessors, and security measures.
|
|
7
5
|
source_url: https://commonpaper.com/standards/data-processing-agreement/1.1
|
|
8
|
-
version:
|
|
6
|
+
version: '1.1'
|
|
9
7
|
license: CC-BY-4.0
|
|
10
8
|
allow_derivatives: true
|
|
11
9
|
attribution_text: >-
|
|
12
|
-
Based on the Common Paper Data Processing Agreement, available at
|
|
13
|
-
|
|
10
|
+
Based on the Common Paper Data Processing Agreement, available at https://commonpaper.com. Licensed under CC BY 4.0.
|
|
11
|
+
Copyright Common Paper, Inc.
|
|
14
12
|
fields:
|
|
15
13
|
- name: company_name
|
|
16
14
|
type: string
|
|
17
15
|
description: Official company name
|
|
18
|
-
required: true
|
|
19
16
|
section: Parties
|
|
20
17
|
- name: product_name
|
|
21
18
|
type: string
|
|
22
19
|
description: Name of product or service
|
|
23
|
-
required: true
|
|
24
20
|
section: Service
|
|
25
21
|
- name: underlying_agreement
|
|
26
22
|
type: string
|
|
27
23
|
description: Name and date of the underlying agreement
|
|
28
|
-
required: true
|
|
29
24
|
section: Terms
|
|
30
25
|
- name: customer_contact_name
|
|
31
26
|
type: string
|
|
32
27
|
description: Customer contact name
|
|
33
|
-
required: true
|
|
34
28
|
section: Parties
|
|
35
29
|
- name: customer_contact_title
|
|
36
30
|
type: string
|
|
37
31
|
description: Customer contact title
|
|
38
|
-
required: false
|
|
39
32
|
section: Parties
|
|
40
33
|
- name: customer_address
|
|
41
34
|
type: string
|
|
42
35
|
description: Customer's physical address
|
|
43
|
-
required: true
|
|
44
36
|
section: Parties
|
|
45
37
|
- name: provider_contact_name
|
|
46
38
|
type: string
|
|
47
39
|
description: Provider contact name
|
|
48
|
-
required: true
|
|
49
40
|
section: Parties
|
|
50
41
|
- name: provider_contact_title
|
|
51
42
|
type: string
|
|
52
43
|
description: Provider contact title
|
|
53
|
-
required: false
|
|
54
44
|
section: Parties
|
|
55
45
|
- name: provider_address
|
|
56
46
|
type: string
|
|
57
47
|
description: Provider's physical address
|
|
58
|
-
required: true
|
|
59
48
|
section: Parties
|
|
60
49
|
- name: physical_address
|
|
61
50
|
type: string
|
|
62
51
|
description: Physical address for notifications
|
|
63
|
-
required: false
|
|
64
52
|
section: Parties
|
|
65
53
|
- name: contact_address
|
|
66
54
|
type: string
|
|
67
55
|
description: Email and/or physical address
|
|
68
|
-
required: false
|
|
69
56
|
section: Parties
|
|
70
57
|
- name: provider_role
|
|
71
58
|
type: string
|
|
72
59
|
description: Provider's role (Controller or Processor)
|
|
73
|
-
required: true
|
|
74
60
|
section: Terms
|
|
75
61
|
- name: governing_law
|
|
76
62
|
type: string
|
|
77
63
|
description: Governing law state/province/country
|
|
78
|
-
required: true
|
|
79
64
|
section: Legal
|
|
80
65
|
- name: eu_member_state
|
|
81
66
|
type: string
|
|
82
67
|
description: EU Member State for disputes
|
|
83
|
-
required: false
|
|
84
68
|
section: Legal
|
|
85
69
|
- name: uk_governing_law
|
|
86
70
|
type: string
|
|
87
71
|
description: UK governing law selection
|
|
88
|
-
required: false
|
|
89
72
|
section: Legal
|
|
90
73
|
- name: subprocessor_name
|
|
91
74
|
type: string
|
|
92
75
|
description: Subprocessor name
|
|
93
|
-
required: false
|
|
94
76
|
section: Privacy
|
|
95
77
|
- name: custom_option
|
|
96
78
|
type: string
|
|
97
79
|
description: Custom option for selections
|
|
98
|
-
required: false
|
|
99
80
|
section: Terms
|
|
100
81
|
- name: custom_options
|
|
101
82
|
type: string
|
|
102
83
|
description: Multiple custom options
|
|
103
|
-
required: false
|
|
104
84
|
section: Terms
|
|
105
85
|
- name: url
|
|
106
86
|
type: string
|
|
107
87
|
description: URL for references
|
|
108
|
-
required: false
|
|
109
88
|
section: Terms
|
|
110
89
|
- name: countries_list
|
|
111
90
|
type: string
|
|
112
91
|
description: List of all countries for data transfers
|
|
113
|
-
required: false
|
|
114
92
|
section: Privacy
|
|
115
93
|
- name: csa_reference
|
|
116
94
|
type: string
|
|
117
95
|
description: Common Paper CSA reference
|
|
118
|
-
required: false
|
|
119
96
|
section: Terms
|
|
120
97
|
- name: non_csa_reference
|
|
121
98
|
type: string
|
|
122
99
|
description: Non-CSA agreement reference
|
|
123
|
-
required: false
|
|
124
100
|
section: Terms
|
|
125
101
|
- name: security_measures
|
|
126
102
|
type: string
|
|
127
103
|
description: Description of security measures
|
|
128
|
-
required: false
|
|
129
104
|
section: Privacy
|
|
130
105
|
- name: text_box
|
|
131
106
|
type: string
|
|
132
107
|
description: General text box entry
|
|
133
|
-
required: false
|
|
134
108
|
section: Terms
|
|
135
109
|
- name: fill_in_value
|
|
136
110
|
type: string
|
|
137
111
|
description: General fill-in value
|
|
138
|
-
required: false
|
|
139
112
|
section: Terms
|
|
140
113
|
- name: cap_multiplier
|
|
141
114
|
type: string
|
|
142
115
|
description: Liability cap multiplier
|
|
143
|
-
required: false
|
|
144
116
|
section: Liability
|
|
145
117
|
- name: policy_url
|
|
146
118
|
type: string
|
|
147
119
|
description: URL of where to find policies
|
|
148
|
-
required: false
|
|
149
120
|
section: Privacy
|
|
121
|
+
required_fields:
|
|
122
|
+
- company_name
|
|
123
|
+
- product_name
|
|
124
|
+
- underlying_agreement
|
|
125
|
+
- customer_contact_name
|
|
126
|
+
- customer_address
|
|
127
|
+
- provider_contact_name
|
|
128
|
+
- provider_address
|
|
129
|
+
- provider_role
|
|
130
|
+
- governing_law
|
|
@@ -1,65 +1,59 @@
|
|
|
1
1
|
name: Common Paper Design Partner Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A design partner agreement cover page and standard terms, based on Common
|
|
4
|
-
|
|
5
|
-
access to a product in development in exchange for feedback and collaboration.
|
|
3
|
+
A design partner agreement cover page and standard terms, based on Common Paper's standard form. Covers partnerships
|
|
4
|
+
where a company provides early access to a product in development in exchange for feedback and collaboration.
|
|
6
5
|
source_url: https://commonpaper.com/standards/design-partner-agreement/1.3
|
|
7
|
-
version:
|
|
6
|
+
version: '1.3'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Design Partner Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Design Partner Agreement, available at https://commonpaper.com. Licensed under CC BY 4.0.
|
|
11
|
+
Copyright Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Official company name (shown in header)
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: product_description
|
|
20
18
|
type: string
|
|
21
19
|
description: Description of the product being developed
|
|
22
|
-
required: true
|
|
23
20
|
section: Service
|
|
24
21
|
- name: billing_period
|
|
25
22
|
type: string
|
|
26
23
|
description: Billing period (e.g. "month", "quarter", "year", "term")
|
|
27
|
-
required: false
|
|
28
24
|
section: Payment
|
|
29
25
|
- name: term_length_unit
|
|
30
26
|
type: string
|
|
31
27
|
description: Unit for term length (e.g. "months", "quarters", "years")
|
|
32
|
-
required: false
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: discount_amount
|
|
35
30
|
type: string
|
|
36
31
|
description: Discount amount (flat amount or percentage)
|
|
37
|
-
required: false
|
|
38
32
|
section: Payment
|
|
39
33
|
- name: free_text
|
|
40
34
|
type: string
|
|
41
35
|
description: Free text entry for customizable sections
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: open_text
|
|
45
38
|
type: string
|
|
46
39
|
description: Open text entry for additional details
|
|
47
|
-
required: false
|
|
48
40
|
section: Terms
|
|
49
41
|
- name: other_details
|
|
50
42
|
type: string
|
|
51
43
|
description: Other details to fill in
|
|
52
|
-
required: false
|
|
53
44
|
section: Terms
|
|
54
45
|
- name: governing_law
|
|
55
46
|
type: string
|
|
56
47
|
description: State whose laws govern the agreement
|
|
57
|
-
required: true
|
|
58
48
|
default: Delaware
|
|
59
49
|
section: Legal
|
|
60
50
|
- name: jurisdiction
|
|
61
51
|
type: string
|
|
62
52
|
description: Courts with jurisdiction over disputes
|
|
63
|
-
required: true
|
|
64
53
|
default: courts located in New Castle County, Delaware
|
|
65
54
|
section: Legal
|
|
55
|
+
required_fields:
|
|
56
|
+
- company_name
|
|
57
|
+
- product_description
|
|
58
|
+
- governing_law
|
|
59
|
+
- jurisdiction
|
package/{templates → content/templates}/common-paper-independent-contractor-agreement/metadata.yaml
RENAMED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
name: Common Paper Independent Contractor Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
An independent contractor agreement based on Common Paper's standard form.
|
|
4
|
-
|
|
5
|
-
services, rates, payment, timeline, and governing law.
|
|
3
|
+
An independent contractor agreement based on Common Paper's standard form. Covers the engagement of an independent
|
|
4
|
+
contractor, including scope of services, rates, payment, timeline, and governing law.
|
|
6
5
|
source_url: https://commonpaper.com/standards/independent-contractor-agreement
|
|
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 Independent Contractor Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Independent Contractor 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_and_address
|
|
15
14
|
type: string
|
|
16
15
|
description: Name and address of the company engaging the contractor
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: contractor_name_and_address
|
|
20
18
|
type: string
|
|
21
19
|
description: Name, legal business name (if any), and address of the contractor
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: services_description
|
|
25
22
|
type: string
|
|
26
23
|
description: Description of services to be provided
|
|
27
|
-
required: true
|
|
28
24
|
section: Service
|
|
29
25
|
- name: rates_and_fees
|
|
30
26
|
type: string
|
|
31
27
|
description: Applicable rates and maximum fees or hours
|
|
32
|
-
required: true
|
|
33
28
|
section: Payment
|
|
34
29
|
- name: payment_terms
|
|
35
30
|
type: string
|
|
36
31
|
description: How and when contractor will submit invoices and be paid
|
|
37
|
-
required: true
|
|
38
32
|
section: Payment
|
|
39
33
|
- name: timeline
|
|
40
34
|
type: string
|
|
41
35
|
description: Start date, end date, timeline, milestones, etc.
|
|
42
|
-
required: true
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: governing_law
|
|
45
38
|
type: string
|
|
46
39
|
description: State whose laws govern the agreement
|
|
47
|
-
required: true
|
|
48
40
|
default: the State of California
|
|
49
41
|
section: Legal
|
|
50
42
|
- name: jurisdiction
|
|
51
43
|
type: string
|
|
52
44
|
description: Courts with jurisdiction over disputes
|
|
53
|
-
required: true
|
|
54
45
|
default: San Francisco County, California
|
|
55
46
|
section: Legal
|
|
47
|
+
required_fields:
|
|
48
|
+
- company_name_and_address
|
|
49
|
+
- contractor_name_and_address
|
|
50
|
+
- services_description
|
|
51
|
+
- rates_and_fees
|
|
52
|
+
- payment_terms
|
|
53
|
+
- timeline
|
|
54
|
+
- governing_law
|
|
55
|
+
- jurisdiction
|
|
@@ -1,43 +1,42 @@
|
|
|
1
1
|
name: Common Paper Letter of Intent
|
|
2
2
|
description: >-
|
|
3
|
-
A letter of intent template for SaaS and technology deals, based on Common
|
|
4
|
-
|
|
5
|
-
existing NDA.
|
|
3
|
+
A letter of intent template for SaaS and technology deals, based on Common Paper's standard form. Outlines product,
|
|
4
|
+
timeline, fees, and references an existing NDA.
|
|
6
5
|
source_url: https://commonpaper.com/standards/letter-of-intent
|
|
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 Letter of Intent, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Letter of Intent, 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 name of the company sending the letter
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: product_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Name of the product or service
|
|
22
|
-
required: true
|
|
23
20
|
section: Service
|
|
24
21
|
- name: product_description
|
|
25
22
|
type: string
|
|
26
23
|
description: Description of what the product will do
|
|
27
|
-
required: true
|
|
28
24
|
section: Service
|
|
29
25
|
- name: launch_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Anticipated access or launch date
|
|
32
|
-
required: true
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: fees_description
|
|
35
30
|
type: string
|
|
36
31
|
description: Description of fees and pricing
|
|
37
|
-
required: true
|
|
38
32
|
section: Payment
|
|
39
33
|
- name: nda_date
|
|
40
34
|
type: string
|
|
41
35
|
description: Date of the existing NDA between the parties
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
37
|
+
required_fields:
|
|
38
|
+
- company_name
|
|
39
|
+
- product_name
|
|
40
|
+
- product_description
|
|
41
|
+
- launch_date
|
|
42
|
+
- fees_description
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
name: Common Paper Mutual NDA
|
|
2
2
|
description: >-
|
|
3
|
-
A mutual non-disclosure agreement cover page based on Common Paper's standard
|
|
4
|
-
|
|
3
|
+
A mutual non-disclosure agreement cover page based on Common Paper's standard terms. The cover page references the
|
|
4
|
+
Standard Terms posted at commonpaper.com.
|
|
5
5
|
source_url: https://commonpaper.com/standards/mutual-nda/1.0
|
|
6
|
-
version:
|
|
6
|
+
version: '1.0'
|
|
7
7
|
license: CC-BY-4.0
|
|
8
8
|
allow_derivatives: true
|
|
9
9
|
attribution_text: >-
|
|
10
|
-
Based on the Common Paper Mutual NDA, available at https://commonpaper.com.
|
|
11
|
-
|
|
10
|
+
Based on the Common Paper Mutual NDA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common
|
|
11
|
+
Paper, Inc.
|
|
12
12
|
fields:
|
|
13
13
|
- name: purpose
|
|
14
14
|
type: string
|
|
15
15
|
description: How Confidential Information may be used
|
|
16
|
-
required: true
|
|
17
16
|
default: Evaluating whether to enter into a business relationship with the other party
|
|
18
17
|
section: Terms
|
|
19
18
|
- name: effective_date
|
|
20
19
|
type: date
|
|
21
20
|
description: Date the NDA takes effect
|
|
22
|
-
required: true
|
|
23
21
|
section: Terms
|
|
24
22
|
- name: mnda_term
|
|
25
23
|
type: string
|
|
26
24
|
description: Period for sharing Confidential Information (e.g. "1 year", "2 years")
|
|
27
|
-
required: true
|
|
28
25
|
default: 1 year(s)
|
|
29
26
|
section: Terms
|
|
30
27
|
- name: confidentiality_term
|
|
31
28
|
type: string
|
|
32
29
|
description: How long Confidential Information remains protected (e.g. "1 year", "2 years")
|
|
33
|
-
required: true
|
|
34
30
|
default: 1 year(s)
|
|
35
31
|
section: Terms
|
|
36
32
|
- name: confidentiality_term_start
|
|
37
33
|
type: string
|
|
38
34
|
description: When the confidentiality term begins counting
|
|
39
|
-
required: true
|
|
40
35
|
default: Effective Date
|
|
41
36
|
section: Terms
|
|
42
37
|
- name: governing_law
|
|
43
38
|
type: string
|
|
44
39
|
description: State whose laws govern the agreement
|
|
45
|
-
required: true
|
|
46
40
|
default: Delaware
|
|
47
41
|
section: Legal
|
|
48
42
|
- name: jurisdiction
|
|
49
43
|
type: string
|
|
50
44
|
description: Courts with jurisdiction over disputes
|
|
51
|
-
required: true
|
|
52
45
|
default: courts located in New Castle County, Delaware
|
|
53
46
|
section: Legal
|
|
54
47
|
- name: changes_to_standard_terms
|
|
55
48
|
type: string
|
|
56
49
|
description: Any modifications to the Common Paper Standard Terms
|
|
57
|
-
required: false
|
|
58
50
|
default: None.
|
|
59
51
|
section: Legal
|
|
52
|
+
required_fields:
|
|
53
|
+
- purpose
|
|
54
|
+
- effective_date
|
|
55
|
+
- mnda_term
|
|
56
|
+
- confidentiality_term
|
|
57
|
+
- confidentiality_term_start
|
|
58
|
+
- governing_law
|
|
59
|
+
- jurisdiction
|
|
@@ -1,60 +1,59 @@
|
|
|
1
1
|
name: Common Paper One-Way NDA
|
|
2
2
|
description: >-
|
|
3
|
-
A one-way (unilateral) non-disclosure agreement cover page based on Common
|
|
4
|
-
|
|
5
|
-
Receiver, but not vice versa. References the Standard Terms posted at
|
|
3
|
+
A one-way (unilateral) non-disclosure agreement cover page based on Common Paper's standard terms. The Discloser
|
|
4
|
+
shares confidential information with the Receiver, but not vice versa. References the Standard Terms posted at
|
|
6
5
|
commonpaper.com.
|
|
7
6
|
source_url: https://commonpaper.com/standards/one-way-nda/1.0
|
|
8
|
-
version:
|
|
7
|
+
version: '1.0'
|
|
9
8
|
license: CC-BY-4.0
|
|
10
9
|
allow_derivatives: true
|
|
11
10
|
attribution_text: >-
|
|
12
|
-
Based on the Common Paper One-Way NDA, available at https://commonpaper.com.
|
|
13
|
-
|
|
11
|
+
Based on the Common Paper One-Way NDA, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
12
|
+
Common Paper, Inc.
|
|
14
13
|
fields:
|
|
15
14
|
- name: discloser_name_and_address
|
|
16
15
|
type: string
|
|
17
16
|
description: Company name and address of the Discloser
|
|
18
|
-
required: true
|
|
19
17
|
section: Parties
|
|
20
18
|
- name: effective_date
|
|
21
19
|
type: date
|
|
22
20
|
description: Date the NDA takes effect
|
|
23
|
-
required: true
|
|
24
21
|
section: Terms
|
|
25
22
|
- name: purpose
|
|
26
23
|
type: string
|
|
27
24
|
description: How Confidential Information may be used
|
|
28
|
-
required: true
|
|
29
25
|
default: Evaluating whether to enter into a business relationship with the other party.
|
|
30
26
|
section: Terms
|
|
31
27
|
- name: nda_term
|
|
32
28
|
type: string
|
|
33
29
|
description: Period for sharing Confidential Information (e.g. "1 year", "2 years")
|
|
34
|
-
required: true
|
|
35
30
|
default: 1 year(s)
|
|
36
31
|
section: Terms
|
|
37
32
|
- name: confidentiality_term_start
|
|
38
33
|
type: string
|
|
39
34
|
description: When the confidentiality term begins counting (e.g. "Effective Date" or "date of last disclosure")
|
|
40
|
-
required: true
|
|
41
35
|
default: Effective Date
|
|
42
36
|
section: Terms
|
|
43
37
|
- name: governing_law
|
|
44
38
|
type: string
|
|
45
39
|
description: State whose laws govern the agreement
|
|
46
|
-
required: true
|
|
47
40
|
default: Delaware
|
|
48
41
|
section: Legal
|
|
49
42
|
- name: jurisdiction
|
|
50
43
|
type: string
|
|
51
44
|
description: Courts with jurisdiction over disputes
|
|
52
|
-
required: true
|
|
53
45
|
default: courts located in New Castle County, Delaware
|
|
54
46
|
section: Legal
|
|
55
47
|
- name: changes_to_standard_terms
|
|
56
48
|
type: string
|
|
57
49
|
description: Any modifications to the Common Paper Standard Terms
|
|
58
|
-
required: false
|
|
59
50
|
default: None.
|
|
60
51
|
section: Legal
|
|
52
|
+
required_fields:
|
|
53
|
+
- discloser_name_and_address
|
|
54
|
+
- effective_date
|
|
55
|
+
- purpose
|
|
56
|
+
- nda_term
|
|
57
|
+
- confidentiality_term_start
|
|
58
|
+
- governing_law
|
|
59
|
+
- jurisdiction
|
|
@@ -1,98 +1,87 @@
|
|
|
1
1
|
name: Common Paper Order Form
|
|
2
2
|
description: >-
|
|
3
|
-
An order form template for cloud service agreements, based on Common Paper's
|
|
4
|
-
|
|
5
|
-
fees, pilot period, payment, and professional services.
|
|
3
|
+
An order form template for cloud service agreements, based on Common Paper's standard form. References existing Key
|
|
4
|
+
Terms and covers subscription details, fees, pilot period, payment, and professional services.
|
|
6
5
|
source_url: https://commonpaper.com/standards/cloud-service-agreement/2.1
|
|
7
|
-
version:
|
|
6
|
+
version: '2.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Order Form, available at https://commonpaper.com.
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Order Form, 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: provider_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Name of the Provider
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: customer_name
|
|
25
22
|
type: string
|
|
26
23
|
description: Name of the Customer
|
|
27
|
-
required: true
|
|
28
24
|
section: Parties
|
|
29
25
|
- name: key_terms_effective_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Effective Date of the Key Terms agreement
|
|
32
|
-
required: true
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: cloud_service
|
|
35
30
|
type: string
|
|
36
31
|
description: Description of the cloud service / product
|
|
37
|
-
required: true
|
|
38
32
|
section: Service
|
|
39
33
|
- name: custom_start_date
|
|
40
34
|
type: string
|
|
41
35
|
description: Custom start date (if not date of last signature)
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: subscription_period
|
|
45
38
|
type: string
|
|
46
39
|
description: Length of access to the service (e.g. "12 months")
|
|
47
|
-
required: true
|
|
48
40
|
section: Service
|
|
49
41
|
- name: pilot_period
|
|
50
42
|
type: string
|
|
51
43
|
description: Length of pilot/trial period (e.g. "3 months")
|
|
52
|
-
required: false
|
|
53
44
|
section: Service
|
|
54
45
|
- name: fees
|
|
55
46
|
type: string
|
|
56
47
|
description: Subscription fee amount (e.g. "$10,000")
|
|
57
|
-
required: false
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: fee_unit
|
|
60
50
|
type: string
|
|
61
51
|
description: Fee billing unit (e.g. "year", "month", "User")
|
|
62
|
-
required: false
|
|
63
52
|
section: Payment
|
|
64
53
|
- name: fill_in_value
|
|
65
54
|
type: string
|
|
66
55
|
description: General fill-in value for customizable sections
|
|
67
|
-
required: false
|
|
68
56
|
section: Terms
|
|
69
57
|
- name: payment_frequency
|
|
70
58
|
type: string
|
|
71
59
|
description: Payment frequency (e.g. "monthly", "quarterly", "annually")
|
|
72
|
-
required: false
|
|
73
60
|
section: Payment
|
|
74
61
|
- name: payment_terms_days
|
|
75
62
|
type: string
|
|
76
63
|
description: Number of days to pay after invoice
|
|
77
|
-
required: false
|
|
78
64
|
section: Payment
|
|
79
65
|
- name: payment_due_from
|
|
80
66
|
type: string
|
|
81
67
|
description: When payment terms start (e.g. "Customer's receipt of invoice")
|
|
82
|
-
required: false
|
|
83
68
|
section: Payment
|
|
84
69
|
- name: technical_support
|
|
85
70
|
type: string
|
|
86
71
|
description: Description of included support
|
|
87
|
-
required: false
|
|
88
72
|
section: Service
|
|
89
73
|
- name: professional_services_description
|
|
90
74
|
type: string
|
|
91
75
|
description: Description of professional services
|
|
92
|
-
required: false
|
|
93
76
|
section: Service
|
|
94
77
|
- name: professional_services_reference
|
|
95
78
|
type: string
|
|
96
79
|
description: Reference to SOW or PSA for professional services
|
|
97
|
-
required: false
|
|
98
80
|
section: Service
|
|
81
|
+
required_fields:
|
|
82
|
+
- company_name
|
|
83
|
+
- provider_name
|
|
84
|
+
- customer_name
|
|
85
|
+
- key_terms_effective_date
|
|
86
|
+
- cloud_service
|
|
87
|
+
- subscription_period
|