open-agreements 0.1.1 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +148 -34
- package/bin/open-agreements.js +3 -1
- package/{external → content/external}/yc-safe-discount/metadata.yaml +17 -21
- package/{external → content/external}/yc-safe-mfn/metadata.yaml +16 -16
- package/{external → content/external}/yc-safe-pro-rata-side-letter/metadata.yaml +13 -13
- package/{external → content/external}/yc-safe-valuation-cap/metadata.yaml +16 -16
- package/{recipes → content/recipes}/nvca-certificate-of-incorporation/metadata.yaml +13 -13
- package/{recipes → content/recipes}/nvca-indemnification-agreement/metadata.yaml +17 -21
- package/{recipes → content/recipes}/nvca-investors-rights-agreement/metadata.yaml +18 -22
- package/{recipes → content/recipes}/nvca-management-rights-letter/metadata.yaml +13 -16
- package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/metadata.yaml +20 -24
- package/content/recipes/nvca-stock-purchase-agreement/clean.json +13 -0
- package/content/recipes/nvca-stock-purchase-agreement/computed.json +103 -0
- package/content/recipes/nvca-stock-purchase-agreement/metadata.yaml +138 -0
- package/content/recipes/nvca-stock-purchase-agreement/normalize.json +83 -0
- package/content/recipes/nvca-stock-purchase-agreement/replacements.json +41 -0
- package/{recipes → content/recipes}/nvca-voting-agreement/metadata.yaml +19 -23
- package/{templates → content/templates}/bonterms-mutual-nda/metadata.yaml +14 -14
- package/{templates → content/templates}/bonterms-professional-services-agreement/metadata.yaml +11 -13
- package/content/templates/closing-checklist/metadata.yaml +39 -0
- package/content/templates/closing-checklist/template.docx +0 -0
- package/{templates → content/templates}/common-paper-ai-addendum/metadata.yaml +8 -10
- package/{templates → content/templates}/common-paper-ai-addendum-in-app/metadata.yaml +6 -8
- package/{templates → content/templates}/common-paper-amendment/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-business-associate-agreement/metadata.yaml +9 -16
- package/{templates → content/templates}/common-paper-cloud-service-agreement/metadata.yaml +53 -187
- package/{templates → content/templates}/common-paper-cloud-service-agreement/template.docx +0 -0
- package/{templates → content/templates}/common-paper-csa-click-through/metadata.yaml +10 -20
- package/{templates → content/templates}/common-paper-csa-with-ai/metadata.yaml +14 -37
- package/{templates → content/templates}/common-paper-csa-with-sla/metadata.yaml +14 -40
- package/{templates → content/templates}/common-paper-csa-without-sla/metadata.yaml +14 -34
- package/{templates → content/templates}/common-paper-data-processing-agreement/metadata.yaml +15 -34
- package/{templates → content/templates}/common-paper-design-partner-agreement/metadata.yaml +10 -16
- package/{templates → content/templates}/common-paper-independent-contractor-agreement/metadata.yaml +14 -14
- package/{templates → content/templates}/common-paper-letter-of-intent/metadata.yaml +11 -12
- package/{templates → content/templates}/common-paper-mutual-nda/metadata.yaml +13 -13
- package/{templates → content/templates}/common-paper-one-way-nda/metadata.yaml +13 -14
- package/{templates → content/templates}/common-paper-order-form/metadata.yaml +12 -23
- package/{templates → content/templates}/common-paper-order-form-with-sla/metadata.yaml +12 -30
- package/{templates → content/templates}/common-paper-partnership-agreement/metadata.yaml +9 -21
- package/{templates → content/templates}/common-paper-pilot-agreement/metadata.yaml +15 -29
- package/{templates → content/templates}/common-paper-professional-services-agreement/metadata.yaml +15 -32
- package/{templates → content/templates}/common-paper-software-license-agreement/metadata.yaml +6 -6
- package/{templates → content/templates}/common-paper-statement-of-work/metadata.yaml +12 -19
- package/{templates → content/templates}/common-paper-term-sheet/metadata.yaml +9 -9
- package/content/templates/openagreements-employee-ip-inventions-assignment/README.md +31 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/metadata.yaml +71 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.docx +0 -0
- package/content/templates/openagreements-employee-ip-inventions-assignment/template.md +80 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/README.md +30 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/metadata.yaml +60 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.docx +0 -0
- package/content/templates/openagreements-employment-confidentiality-acknowledgement/template.md +51 -0
- package/content/templates/openagreements-employment-offer-letter/README.md +33 -0
- package/content/templates/openagreements-employment-offer-letter/metadata.yaml +75 -0
- package/content/templates/openagreements-employment-offer-letter/template.docx +0 -0
- package/content/templates/openagreements-employment-offer-letter/template.md +90 -0
- package/content/templates/working-group-list/metadata.yaml +22 -0
- package/content/templates/working-group-list/template.docx +0 -0
- package/dist/cli/index.d.ts +3 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +185 -89
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/checklist.d.ts +22 -0
- package/dist/commands/checklist.d.ts.map +1 -0
- package/dist/commands/checklist.js +222 -0
- package/dist/commands/checklist.js.map +1 -0
- package/dist/commands/fill.d.ts +11 -0
- package/dist/commands/fill.d.ts.map +1 -1
- package/dist/commands/fill.js +56 -1
- package/dist/commands/fill.js.map +1 -1
- package/dist/commands/list.d.ts +1 -0
- package/dist/commands/list.d.ts.map +1 -1
- package/dist/commands/list.js +147 -72
- package/dist/commands/list.js.map +1 -1
- package/dist/commands/recipe.d.ts +2 -0
- package/dist/commands/recipe.d.ts.map +1 -1
- package/dist/commands/recipe.js +5 -0
- package/dist/commands/recipe.js.map +1 -1
- package/dist/commands/scan.d.ts +16 -0
- package/dist/commands/scan.d.ts.map +1 -1
- package/dist/commands/scan.js +36 -20
- package/dist/commands/scan.js.map +1 -1
- package/dist/core/checklist/index.d.ts +38 -0
- package/dist/core/checklist/index.d.ts.map +1 -0
- package/dist/core/checklist/index.js +229 -0
- package/dist/core/checklist/index.js.map +1 -0
- package/dist/core/checklist/patch-apply.d.ts +65 -0
- package/dist/core/checklist/patch-apply.d.ts.map +1 -0
- package/dist/core/checklist/patch-apply.js +274 -0
- package/dist/core/checklist/patch-apply.js.map +1 -0
- package/dist/core/checklist/patch-schemas.d.ts +86 -0
- package/dist/core/checklist/patch-schemas.d.ts.map +1 -0
- package/dist/core/checklist/patch-schemas.js +89 -0
- package/dist/core/checklist/patch-schemas.js.map +1 -0
- package/dist/core/checklist/patch-validator.d.ts +76 -0
- package/dist/core/checklist/patch-validator.d.ts.map +1 -0
- package/dist/core/checklist/patch-validator.js +404 -0
- package/dist/core/checklist/patch-validator.js.map +1 -0
- package/dist/core/checklist/schemas.d.ts +270 -0
- package/dist/core/checklist/schemas.d.ts.map +1 -0
- package/dist/core/checklist/schemas.js +229 -0
- package/dist/core/checklist/schemas.js.map +1 -0
- package/dist/core/checklist/test-utils.d.ts +7 -0
- package/dist/core/checklist/test-utils.d.ts.map +1 -0
- package/dist/core/checklist/test-utils.js +13 -0
- package/dist/core/checklist/test-utils.js.map +1 -0
- package/dist/core/command-generation/adapters/claude.d.ts.map +1 -1
- package/dist/core/command-generation/adapters/claude.js +8 -2
- package/dist/core/command-generation/adapters/claude.js.map +1 -1
- package/dist/core/employment/jurisdiction-rules.d.ts +20 -0
- package/dist/core/employment/jurisdiction-rules.d.ts.map +1 -0
- package/dist/core/employment/jurisdiction-rules.js +57 -0
- package/dist/core/employment/jurisdiction-rules.js.map +1 -0
- package/dist/core/employment/memo.d.ts +57 -0
- package/dist/core/employment/memo.d.ts.map +1 -0
- package/dist/core/employment/memo.js +589 -0
- package/dist/core/employment/memo.js.map +1 -0
- package/dist/core/engine.d.ts +1 -1
- package/dist/core/engine.d.ts.map +1 -1
- package/dist/core/engine.js +33 -1
- package/dist/core/engine.js.map +1 -1
- package/dist/core/external/index.d.ts.map +1 -1
- package/dist/core/external/index.js +1 -0
- package/dist/core/external/index.js.map +1 -1
- package/dist/core/external/types.d.ts +1 -1
- package/dist/core/external/types.d.ts.map +1 -1
- package/dist/core/fill-pipeline.d.ts +8 -5
- package/dist/core/fill-pipeline.d.ts.map +1 -1
- package/dist/core/fill-pipeline.js +85 -14
- package/dist/core/fill-pipeline.js.map +1 -1
- package/dist/core/fill-utils.d.ts +1 -1
- package/dist/core/fill-utils.d.ts.map +1 -1
- package/dist/core/fill-utils.js.map +1 -1
- package/dist/core/metadata.d.ts +110 -409
- package/dist/core/metadata.d.ts.map +1 -1
- package/dist/core/metadata.js +56 -4
- package/dist/core/metadata.js.map +1 -1
- package/dist/core/recipe/bracket-normalizer.d.ts +46 -0
- package/dist/core/recipe/bracket-normalizer.d.ts.map +1 -0
- package/dist/core/recipe/bracket-normalizer.js +354 -0
- package/dist/core/recipe/bracket-normalizer.js.map +1 -0
- package/dist/core/recipe/cleaner.d.ts +2 -2
- package/dist/core/recipe/cleaner.d.ts.map +1 -1
- package/dist/core/recipe/cleaner.js +13 -9
- package/dist/core/recipe/cleaner.js.map +1 -1
- package/dist/core/recipe/computed.d.ts +136 -0
- package/dist/core/recipe/computed.d.ts.map +1 -0
- package/dist/core/recipe/computed.js +225 -0
- package/dist/core/recipe/computed.js.map +1 -0
- package/dist/core/recipe/index.d.ts +2 -0
- package/dist/core/recipe/index.d.ts.map +1 -1
- package/dist/core/recipe/index.js +51 -4
- package/dist/core/recipe/index.js.map +1 -1
- package/dist/core/recipe/source-drift.d.ts +33 -0
- package/dist/core/recipe/source-drift.d.ts.map +1 -0
- package/dist/core/recipe/source-drift.js +113 -0
- package/dist/core/recipe/source-drift.js.map +1 -0
- package/dist/core/recipe/types.d.ts +6 -1
- package/dist/core/recipe/types.d.ts.map +1 -1
- package/dist/core/recipe/verifier.d.ts +1 -1
- package/dist/core/recipe/verifier.d.ts.map +1 -1
- package/dist/core/recipe/verifier.js +2 -2
- package/dist/core/recipe/verifier.js.map +1 -1
- package/dist/core/selector.d.ts +12 -87
- package/dist/core/selector.d.ts.map +1 -1
- package/dist/core/selector.js +5 -7
- package/dist/core/selector.js.map +1 -1
- package/dist/core/unified-pipeline.d.ts +4 -2
- package/dist/core/unified-pipeline.d.ts.map +1 -1
- package/dist/core/unified-pipeline.js +6 -1
- package/dist/core/unified-pipeline.js.map +1 -1
- package/dist/core/validation/recipe.d.ts +1 -1
- package/dist/core/validation/recipe.d.ts.map +1 -1
- package/dist/core/validation/recipe.js +43 -40
- package/dist/core/validation/recipe.js.map +1 -1
- package/dist/core/validation/scan-metadata.d.ts +21 -0
- package/dist/core/validation/scan-metadata.d.ts.map +1 -0
- package/dist/core/validation/scan-metadata.js +70 -0
- package/dist/core/validation/scan-metadata.js.map +1 -0
- package/dist/core/validation/template.d.ts.map +1 -1
- package/dist/core/validation/template.js +19 -6
- package/dist/core/validation/template.js.map +1 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/paths.d.ts.map +1 -1
- package/dist/utils/paths.js +13 -6
- package/dist/utils/paths.js.map +1 -1
- package/package.json +60 -10
- package/skills/cloud-service-agreement/CONNECTORS.md +19 -0
- package/skills/cloud-service-agreement/SKILL.md +172 -0
- package/skills/data-privacy-agreement/CONNECTORS.md +19 -0
- package/skills/data-privacy-agreement/SKILL.md +158 -0
- package/skills/delaware-franchise-tax/CONNECTORS.md +16 -0
- package/skills/delaware-franchise-tax/SKILL.md +206 -0
- package/skills/delaware-franchise-tax/reference/ecorp-portal-playwright-notes.md +136 -0
- package/skills/delaware-franchise-tax/reference/faq.md +101 -0
- package/skills/delaware-franchise-tax/reference/filing-instructions.md +111 -0
- package/skills/delaware-franchise-tax/reference/tax-calculation.md +167 -0
- package/skills/employment-contract/CONNECTORS.md +19 -0
- package/skills/employment-contract/SKILL.md +157 -0
- package/skills/nda/CONNECTORS.md +19 -0
- package/skills/nda/SKILL.md +153 -0
- package/skills/open-agreements/CONNECTORS.md +19 -0
- package/skills/open-agreements/SKILL.md +86 -70
- package/skills/safe/CONNECTORS.md +19 -0
- package/skills/safe/SKILL.md +161 -0
- package/skills/services-agreement/CONNECTORS.md +19 -0
- package/skills/services-agreement/SKILL.md +156 -0
- package/skills/unit-test-philosophy/SKILL.md +113 -0
- package/skills/unit-test-philosophy/references/allure-test-spec-writing-guide.md +164 -0
- package/skills/venture-financing/CONNECTORS.md +19 -0
- package/skills/venture-financing/SKILL.md +169 -0
- package/recipes/nvca-certificate-of-incorporation/schema.json +0 -11
- package/recipes/nvca-indemnification-agreement/schema.json +0 -19
- package/recipes/nvca-investors-rights-agreement/schema.json +0 -18
- package/recipes/nvca-management-rights-letter/schema.json +0 -13
- package/recipes/nvca-rofr-co-sale-agreement/schema.json +0 -19
- package/recipes/nvca-stock-purchase-agreement/clean.json +0 -10
- package/recipes/nvca-stock-purchase-agreement/metadata.yaml +0 -74
- package/recipes/nvca-stock-purchase-agreement/replacements.json +0 -20
- package/recipes/nvca-stock-purchase-agreement/schema.json +0 -19
- package/recipes/nvca-voting-agreement/schema.json +0 -28
- /package/{external → content/external}/LICENSE +0 -0
- /package/{external → content/external}/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/README.md +0 -0
- /package/{external → content/external}/yc-safe-discount/clean.json +0 -0
- /package/{external → content/external}/yc-safe-discount/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-discount/template.docx +0 -0
- /package/{external → content/external}/yc-safe-mfn/README.md +0 -0
- /package/{external → content/external}/yc-safe-mfn/clean.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-mfn/template.docx +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/README.md +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/clean.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-pro-rata-side-letter/template.docx +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/README.md +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/clean.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/replacements.json +0 -0
- /package/{external → content/external}/yc-safe-valuation-cap/template.docx +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-certificate-of-incorporation/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-indemnification-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-investors-rights-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-management-rights-letter/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-rofr-co-sale-agreement/replacements.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/README.md +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/clean.json +0 -0
- /package/{recipes → content/recipes}/nvca-voting-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/source.json +0 -0
- /package/{templates → content/templates}/bonterms-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/selections.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/source.json +0 -0
- /package/{templates → content/templates}/bonterms-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/README.md +0 -0
- /package/{templates → content/templates}/common-paper-ai-addendum-in-app/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-amendment/README.md +0 -0
- /package/{templates → content/templates}/common-paper-amendment/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-business-associate-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-cloud-service-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-click-through/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-ai/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-csa-without-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-data-processing-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-design-partner-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-independent-contractor-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/README.md +0 -0
- /package/{templates → content/templates}/common-paper-letter-of-intent/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-mutual-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/README.md +0 -0
- /package/{templates → content/templates}/common-paper-one-way-nda/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/README.md +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-order-form-with-sla/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-partnership-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/selections.json +0 -0
- /package/{templates → content/templates}/common-paper-pilot-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-professional-services-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/README.md +0 -0
- /package/{templates → content/templates}/common-paper-software-license-agreement/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/README.md +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/replacements.json +0 -0
- /package/{templates → content/templates}/common-paper-statement-of-work/template.docx +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/README.md +0 -0
- /package/{templates → content/templates}/common-paper-term-sheet/template.docx +0 -0
|
@@ -1,488 +1,354 @@
|
|
|
1
1
|
name: Common Paper Cloud Service Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A cloud service agreement with order form and framework terms, based on
|
|
4
|
-
|
|
5
|
-
liability, and data processing. Includes full Standard Terms v2.1.
|
|
3
|
+
A cloud service agreement with order form and framework terms, based on Common Paper's standard terms. Covers SaaS
|
|
4
|
+
subscriptions, payment, SLAs, liability, and data processing. Includes full Standard Terms v2.1.
|
|
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 Cloud Service Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Cloud Service Agreement, available at https://commonpaper.com. Licensed under CC BY 4.0.
|
|
11
|
+
Copyright Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
|
-
# ===================================================================
|
|
15
|
-
# Order Form — Parties and Service
|
|
16
|
-
# ===================================================================
|
|
17
13
|
- name: provider_name
|
|
18
14
|
type: string
|
|
19
15
|
description: Name of the cloud service provider
|
|
20
|
-
required: true
|
|
21
16
|
section: Parties
|
|
22
17
|
- name: customer_name
|
|
23
18
|
type: string
|
|
24
19
|
description: Name of the customer
|
|
25
|
-
required: true
|
|
26
20
|
section: Parties
|
|
27
21
|
- name: provider_legal_name
|
|
28
22
|
type: string
|
|
29
23
|
description: Official legal entity name of provider (for signature block)
|
|
30
|
-
required: true
|
|
31
24
|
section: Parties
|
|
32
25
|
- name: customer_legal_name
|
|
33
26
|
type: string
|
|
34
27
|
description: Official legal entity name of customer (for signature block)
|
|
35
|
-
required: true
|
|
36
28
|
section: Parties
|
|
37
29
|
- name: effective_date
|
|
38
30
|
type: string
|
|
39
31
|
description: Effective Date of Key Terms referenced in Order Form
|
|
40
|
-
required: true
|
|
41
32
|
section: Terms
|
|
42
33
|
- name: cloud_service
|
|
43
34
|
type: string
|
|
44
35
|
description: Description of the cloud service / product
|
|
45
|
-
required: true
|
|
46
36
|
section: Service
|
|
47
|
-
|
|
48
|
-
# ===================================================================
|
|
49
|
-
# Order Form — Order Date (2-way radio)
|
|
50
|
-
# ===================================================================
|
|
51
37
|
- name: order_date_is_last_signature
|
|
52
38
|
type: boolean
|
|
53
39
|
description: If true, order date is date of last signature; if false, use custom_order_date
|
|
54
|
-
|
|
55
|
-
default: "true"
|
|
40
|
+
default: 'true'
|
|
56
41
|
section: Terms
|
|
57
42
|
- name: custom_order_date
|
|
58
43
|
type: string
|
|
59
44
|
description: Custom start date (only used when order_date_is_last_signature is false)
|
|
60
|
-
required: false
|
|
61
45
|
section: Terms
|
|
62
|
-
|
|
63
|
-
# ===================================================================
|
|
64
|
-
# Order Form — Pilot (optional section)
|
|
65
|
-
# ===================================================================
|
|
66
46
|
- name: has_pilot
|
|
67
47
|
type: boolean
|
|
68
48
|
description: Whether a pilot/trial period is included
|
|
69
|
-
|
|
70
|
-
default: "false"
|
|
49
|
+
default: 'false'
|
|
71
50
|
section: Service
|
|
72
51
|
- name: pilot_period
|
|
73
52
|
type: string
|
|
74
53
|
description: Length of pilot/trial period (e.g. "3 months")
|
|
75
|
-
required: false
|
|
76
54
|
section: Service
|
|
77
55
|
- name: pilot_is_free
|
|
78
56
|
type: boolean
|
|
79
57
|
description: If true, pilot is a free trial; if false, pilot has a fee
|
|
80
|
-
|
|
81
|
-
default: "true"
|
|
58
|
+
default: 'true'
|
|
82
59
|
section: Service
|
|
83
60
|
- name: pilot_fee
|
|
84
61
|
type: string
|
|
85
62
|
description: Fee for pilot period (e.g. "$500"). Only used when pilot_is_free is false
|
|
86
|
-
required: false
|
|
87
63
|
section: Payment
|
|
88
64
|
- name: pilot_modifications
|
|
89
65
|
type: string
|
|
90
66
|
description: Modifications to the Agreement that apply only during the Pilot Period
|
|
91
|
-
required: false
|
|
92
67
|
section: Service
|
|
93
|
-
|
|
94
|
-
# ===================================================================
|
|
95
|
-
# Order Form — Subscription
|
|
96
|
-
# ===================================================================
|
|
97
68
|
- name: subscription_period
|
|
98
69
|
type: string
|
|
99
70
|
description: Length of access to the service (e.g. "12 months", "1 year")
|
|
100
|
-
required: true
|
|
101
71
|
default: 12 months
|
|
102
72
|
section: Service
|
|
103
|
-
|
|
104
|
-
# ===================================================================
|
|
105
|
-
# Order Form — Cloud Service Fees (checkboxes)
|
|
106
|
-
# ===================================================================
|
|
107
73
|
- name: fee_is_per_unit
|
|
108
74
|
type: boolean
|
|
109
75
|
description: Whether fees are per-unit pricing (amount per fee_unit)
|
|
110
|
-
|
|
111
|
-
default: "true"
|
|
76
|
+
default: 'true'
|
|
112
77
|
section: Payment
|
|
113
78
|
- name: fees
|
|
114
79
|
type: string
|
|
115
80
|
description: Subscription fee amount (e.g. "$10,000"). Used in computed fees_display.
|
|
116
|
-
required: false
|
|
117
81
|
section: Payment
|
|
118
82
|
- name: fee_unit
|
|
119
83
|
type: string
|
|
120
84
|
description: Fee billing unit (e.g. "year", "month", "User"). Used in computed fees_display.
|
|
121
|
-
required: false
|
|
122
85
|
default: year
|
|
123
86
|
section: Payment
|
|
124
87
|
- name: fee_is_other
|
|
125
88
|
type: boolean
|
|
126
89
|
description: Whether an alternative fee structure is used
|
|
127
|
-
|
|
128
|
-
default: "false"
|
|
90
|
+
default: 'false'
|
|
129
91
|
section: Payment
|
|
130
92
|
- name: other_fee_structure
|
|
131
93
|
type: string
|
|
132
94
|
description: Description of alternative fee structure
|
|
133
|
-
required: false
|
|
134
95
|
section: Payment
|
|
135
96
|
- name: fee_may_increase
|
|
136
97
|
type: boolean
|
|
137
98
|
description: Whether fees may increase up to a cap percentage per renewal
|
|
138
|
-
|
|
139
|
-
default: "false"
|
|
99
|
+
default: 'false'
|
|
140
100
|
section: Payment
|
|
141
101
|
- name: fee_increase_cap_pct
|
|
142
102
|
type: string
|
|
143
103
|
description: Maximum percentage fees may increase per renewal (e.g. "5")
|
|
144
|
-
required: false
|
|
145
104
|
section: Payment
|
|
146
105
|
- name: fee_will_increase
|
|
147
106
|
type: boolean
|
|
148
107
|
description: Whether fees will increase by a fixed percentage per renewal
|
|
149
|
-
|
|
150
|
-
default: "false"
|
|
108
|
+
default: 'false'
|
|
151
109
|
section: Payment
|
|
152
110
|
- name: fee_increase_fixed_pct
|
|
153
111
|
type: string
|
|
154
112
|
description: Fixed percentage fees will increase per renewal (e.g. "3")
|
|
155
|
-
required: false
|
|
156
113
|
section: Payment
|
|
157
114
|
- name: fee_inclusive_of_taxes
|
|
158
115
|
type: boolean
|
|
159
116
|
description: Whether fees are inclusive of taxes (modifies Standard Terms Section 4.1)
|
|
160
|
-
|
|
161
|
-
default: "false"
|
|
117
|
+
default: 'false'
|
|
162
118
|
section: Payment
|
|
163
|
-
|
|
164
|
-
# ===================================================================
|
|
165
|
-
# Order Form — Payment Process (2-way radio)
|
|
166
|
-
# ===================================================================
|
|
167
119
|
- name: payment_by_invoice
|
|
168
120
|
type: boolean
|
|
169
121
|
description: If true, payment by invoice; if false, automatic payment
|
|
170
|
-
|
|
171
|
-
default: "true"
|
|
122
|
+
default: 'true'
|
|
172
123
|
section: Payment
|
|
173
124
|
- name: payment_frequency
|
|
174
125
|
type: string
|
|
175
126
|
description: Billing frequency (e.g. "monthly", "quarterly", "annually")
|
|
176
|
-
required: false
|
|
177
127
|
default: annually
|
|
178
128
|
section: Payment
|
|
179
129
|
- name: payment_terms_days
|
|
180
130
|
type: string
|
|
181
131
|
description: Days to pay after invoice (e.g. "30", "45"). Only for invoice payment
|
|
182
|
-
|
|
183
|
-
default: "30"
|
|
132
|
+
default: '30'
|
|
184
133
|
section: Payment
|
|
185
134
|
- name: payment_due_from
|
|
186
135
|
type: string
|
|
187
136
|
description: When payment terms start (e.g. "Customer's receipt of invoice")
|
|
188
|
-
required: false
|
|
189
137
|
default: the invoice date
|
|
190
138
|
section: Payment
|
|
191
|
-
|
|
192
|
-
# ===================================================================
|
|
193
|
-
# Order Form — Auto-renewal (2-way radio)
|
|
194
|
-
# ===================================================================
|
|
195
139
|
- name: auto_renew
|
|
196
140
|
type: boolean
|
|
197
141
|
description: If true, order auto-renews with non-renewal notice; if false, expires at end
|
|
198
|
-
|
|
199
|
-
default: "true"
|
|
142
|
+
default: 'true'
|
|
200
143
|
section: Terms
|
|
201
144
|
- name: non_renewal_notice_days
|
|
202
145
|
type: string
|
|
203
146
|
description: Days of notice required before non-renewal (e.g. "30", "60"). Used in computed auto_renewal_display.
|
|
204
|
-
|
|
205
|
-
default: "30"
|
|
147
|
+
default: '30'
|
|
206
148
|
section: Terms
|
|
207
|
-
|
|
208
|
-
# ===================================================================
|
|
209
|
-
# Order Form — Optional sections
|
|
210
|
-
# ===================================================================
|
|
211
149
|
- name: has_use_limitations
|
|
212
150
|
type: boolean
|
|
213
151
|
description: Whether use limitations are specified
|
|
214
|
-
|
|
215
|
-
default: "false"
|
|
152
|
+
default: 'false'
|
|
216
153
|
section: Service
|
|
217
154
|
- name: use_limitations
|
|
218
155
|
type: string
|
|
219
156
|
description: Geographic restrictions, system requirements, or other use limitations
|
|
220
|
-
required: false
|
|
221
157
|
section: Service
|
|
222
158
|
- name: has_technical_support
|
|
223
159
|
type: boolean
|
|
224
160
|
description: Whether technical support details are included
|
|
225
|
-
|
|
226
|
-
default: "false"
|
|
161
|
+
default: 'false'
|
|
227
162
|
section: Service
|
|
228
163
|
- name: technical_support
|
|
229
164
|
type: string
|
|
230
165
|
description: Description of included support and how to access it
|
|
231
|
-
required: false
|
|
232
166
|
section: Service
|
|
233
167
|
- name: has_sla
|
|
234
168
|
type: boolean
|
|
235
169
|
description: Whether an SLA is included
|
|
236
|
-
|
|
237
|
-
default: "false"
|
|
170
|
+
default: 'false'
|
|
238
171
|
section: Service
|
|
239
172
|
- name: sla_description
|
|
240
173
|
type: string
|
|
241
174
|
description: Service Level Agreement details
|
|
242
|
-
required: false
|
|
243
175
|
section: Service
|
|
244
176
|
- name: has_professional_services
|
|
245
177
|
type: boolean
|
|
246
178
|
description: Whether professional services are included
|
|
247
|
-
|
|
248
|
-
default: "false"
|
|
179
|
+
default: 'false'
|
|
249
180
|
section: Service
|
|
250
181
|
- name: professional_services_description
|
|
251
182
|
type: string
|
|
252
183
|
description: Professional services description or SOW reference
|
|
253
|
-
required: false
|
|
254
184
|
section: Service
|
|
255
|
-
|
|
256
|
-
# ===================================================================
|
|
257
|
-
# Key Terms — Effective Date (2-way radio)
|
|
258
|
-
# ===================================================================
|
|
259
185
|
- name: effective_date_is_last_signature
|
|
260
186
|
type: boolean
|
|
261
187
|
description: If true, effective date is date of last signature; if false, use custom date
|
|
262
|
-
|
|
263
|
-
default: "true"
|
|
188
|
+
default: 'true'
|
|
264
189
|
section: Legal
|
|
265
190
|
- name: custom_effective_date
|
|
266
191
|
type: string
|
|
267
192
|
description: Custom effective date (only used when effective_date_is_last_signature is false)
|
|
268
|
-
required: false
|
|
269
193
|
section: Legal
|
|
270
|
-
|
|
271
|
-
# ===================================================================
|
|
272
|
-
# Key Terms — Governing Law & Jurisdiction
|
|
273
|
-
# ===================================================================
|
|
274
194
|
- name: governing_law
|
|
275
195
|
type: string
|
|
276
196
|
description: State, province, or country whose laws govern the agreement
|
|
277
|
-
required: true
|
|
278
197
|
default: Delaware
|
|
279
198
|
section: Legal
|
|
280
199
|
- name: jurisdiction
|
|
281
200
|
type: string
|
|
282
201
|
description: Courts with jurisdiction over disputes
|
|
283
|
-
required: true
|
|
284
202
|
default: courts located in New Castle County, Delaware
|
|
285
203
|
section: Legal
|
|
286
|
-
|
|
287
|
-
# ===================================================================
|
|
288
|
-
# Key Terms — Covered Claims (optional section + checkboxes)
|
|
289
|
-
# ===================================================================
|
|
290
204
|
- name: has_covered_claims
|
|
291
205
|
type: boolean
|
|
292
206
|
description: Whether indemnity covered claims are included
|
|
293
|
-
|
|
294
|
-
default: "true"
|
|
207
|
+
default: 'true'
|
|
295
208
|
section: Liability
|
|
296
209
|
- name: has_provider_covered_claims
|
|
297
210
|
type: boolean
|
|
298
211
|
description: Whether provider covered claims (IP indemnity) are included
|
|
299
|
-
|
|
300
|
-
default: "true"
|
|
212
|
+
default: 'true'
|
|
301
213
|
section: Liability
|
|
302
214
|
- name: has_customer_covered_claims
|
|
303
215
|
type: boolean
|
|
304
216
|
description: Whether customer covered claims (IP + restrictions indemnity) are included
|
|
305
|
-
|
|
306
|
-
default: "true"
|
|
217
|
+
default: 'true'
|
|
307
218
|
section: Liability
|
|
308
|
-
|
|
309
|
-
# ===================================================================
|
|
310
|
-
# Key Terms — General Cap Amount (3-way radio)
|
|
311
|
-
# ===================================================================
|
|
312
219
|
- name: general_cap_is_multiplier
|
|
313
220
|
type: boolean
|
|
314
221
|
description: General cap is Nx fees paid in prior 12 months
|
|
315
|
-
|
|
316
|
-
default: "true"
|
|
222
|
+
default: 'true'
|
|
317
223
|
section: Liability
|
|
318
224
|
- name: general_cap_multiplier
|
|
319
225
|
type: string
|
|
320
226
|
description: Multiplier for fee-based general cap (e.g. "2")
|
|
321
|
-
|
|
322
|
-
default: "2"
|
|
227
|
+
default: '2'
|
|
323
228
|
section: Liability
|
|
324
229
|
- name: general_cap_is_dollar
|
|
325
230
|
type: boolean
|
|
326
231
|
description: General cap is a fixed dollar amount
|
|
327
|
-
|
|
328
|
-
default: "false"
|
|
232
|
+
default: 'false'
|
|
329
233
|
section: Liability
|
|
330
234
|
- name: general_cap_dollar
|
|
331
235
|
type: string
|
|
332
236
|
description: Fixed dollar amount for general cap (e.g. "100,000")
|
|
333
|
-
required: false
|
|
334
237
|
section: Liability
|
|
335
238
|
- name: general_cap_is_greater_of
|
|
336
239
|
type: boolean
|
|
337
240
|
description: General cap is the greater of a dollar amount or Nx fees
|
|
338
|
-
|
|
339
|
-
default: "false"
|
|
241
|
+
default: 'false'
|
|
340
242
|
section: Liability
|
|
341
243
|
- name: general_cap_greater_dollar
|
|
342
244
|
type: string
|
|
343
245
|
description: Dollar amount for greater-of general cap (e.g. "100,000")
|
|
344
|
-
required: false
|
|
345
246
|
section: Liability
|
|
346
247
|
- name: general_cap_greater_multiplier
|
|
347
248
|
type: string
|
|
348
249
|
description: Multiplier for greater-of general cap (e.g. "2")
|
|
349
|
-
required: false
|
|
350
250
|
section: Liability
|
|
351
|
-
|
|
352
|
-
# ===================================================================
|
|
353
|
-
# Key Terms — Increased Claims & Cap (optional section)
|
|
354
|
-
# ===================================================================
|
|
355
251
|
- name: has_increased_claims
|
|
356
252
|
type: boolean
|
|
357
253
|
description: Whether increased claims (supercap) provisions are included
|
|
358
|
-
|
|
359
|
-
default: "false"
|
|
254
|
+
default: 'false'
|
|
360
255
|
section: Liability
|
|
361
256
|
- name: increased_claims_description
|
|
362
257
|
type: string
|
|
363
258
|
description: Description of claims covered by the increased cap (supercap)
|
|
364
|
-
required: false
|
|
365
259
|
section: Liability
|
|
366
260
|
- name: increased_cap_description
|
|
367
261
|
type: string
|
|
368
262
|
description: Description of the increased cap amount
|
|
369
|
-
required: false
|
|
370
263
|
section: Liability
|
|
371
|
-
|
|
372
|
-
# ===================================================================
|
|
373
|
-
# Key Terms — Unlimited Claims (optional section)
|
|
374
|
-
# ===================================================================
|
|
375
264
|
- name: has_unlimited_claims
|
|
376
265
|
type: boolean
|
|
377
266
|
description: Whether unlimited claims (no liability cap) are included
|
|
378
|
-
|
|
379
|
-
default: "false"
|
|
267
|
+
default: 'false'
|
|
380
268
|
section: Liability
|
|
381
269
|
- name: unlimited_claims_description
|
|
382
270
|
type: string
|
|
383
271
|
description: Description of claims excluded from liability cap
|
|
384
|
-
required: false
|
|
385
272
|
section: Liability
|
|
386
|
-
|
|
387
|
-
# ===================================================================
|
|
388
|
-
# Key Terms — Additional Warranties (optional section)
|
|
389
|
-
# ===================================================================
|
|
390
273
|
- name: has_additional_warranties
|
|
391
274
|
type: boolean
|
|
392
275
|
description: Whether additional warranties beyond standard terms are included
|
|
393
|
-
|
|
394
|
-
default: "false"
|
|
276
|
+
default: 'false'
|
|
395
277
|
section: Legal
|
|
396
278
|
- name: provider_warranty_description
|
|
397
279
|
type: string
|
|
398
280
|
description: Additional warranties from provider
|
|
399
|
-
required: false
|
|
400
281
|
section: Legal
|
|
401
282
|
- name: customer_warranty_description
|
|
402
283
|
type: string
|
|
403
284
|
description: Additional warranties from customer
|
|
404
|
-
required: false
|
|
405
285
|
section: Legal
|
|
406
|
-
|
|
407
|
-
# ===================================================================
|
|
408
|
-
# Key Terms — DPA, Security, Insurance (optional sections)
|
|
409
|
-
# ===================================================================
|
|
410
286
|
- name: has_dpa
|
|
411
287
|
type: boolean
|
|
412
288
|
description: Whether a Data Processing Agreement is referenced
|
|
413
|
-
|
|
414
|
-
default: "false"
|
|
289
|
+
default: 'false'
|
|
415
290
|
section: Privacy
|
|
416
291
|
- name: dpa_reference
|
|
417
292
|
type: string
|
|
418
293
|
description: Reference to or description of the DPA
|
|
419
|
-
required: false
|
|
420
294
|
section: Privacy
|
|
421
295
|
- name: has_security_policy
|
|
422
296
|
type: boolean
|
|
423
297
|
description: Whether a security policy section is included
|
|
424
|
-
|
|
425
|
-
default: "false"
|
|
298
|
+
default: 'false'
|
|
426
299
|
section: Privacy
|
|
427
300
|
- name: security_policy_description
|
|
428
301
|
type: string
|
|
429
302
|
description: Security policy details or certification commitments
|
|
430
|
-
required: false
|
|
431
303
|
section: Privacy
|
|
432
304
|
- name: has_insurance
|
|
433
305
|
type: boolean
|
|
434
306
|
description: Whether insurance minimum requirements are included
|
|
435
|
-
|
|
436
|
-
default: "false"
|
|
307
|
+
default: 'false'
|
|
437
308
|
section: Legal
|
|
438
309
|
- name: insurance_description
|
|
439
310
|
type: string
|
|
440
311
|
description: Insurance coverage requirements and minimums
|
|
441
|
-
required: false
|
|
442
312
|
section: Legal
|
|
443
|
-
|
|
444
|
-
# ===================================================================
|
|
445
|
-
# Computed Display Fields (auto-generated by engine from input fields)
|
|
446
|
-
# Users should NOT set these directly — they are computed from the
|
|
447
|
-
# radio/checkbox input fields above.
|
|
448
|
-
# ===================================================================
|
|
449
313
|
- name: order_date_display
|
|
450
314
|
type: string
|
|
451
|
-
description:
|
|
452
|
-
required: false
|
|
315
|
+
description: '[Computed] Order date text, derived from order_date_is_last_signature and custom_order_date'
|
|
453
316
|
section: Terms
|
|
454
317
|
- name: pilot_fee_display
|
|
455
318
|
type: string
|
|
456
|
-
description:
|
|
457
|
-
required: false
|
|
319
|
+
description: '[Computed] Pilot fee text, derived from pilot_is_free and pilot_fee'
|
|
458
320
|
section: Service
|
|
459
321
|
- name: fees_display
|
|
460
322
|
type: string
|
|
461
|
-
description:
|
|
462
|
-
required: false
|
|
323
|
+
description: '[Computed] Fee structure text, derived from fee boolean fields and amounts'
|
|
463
324
|
section: Payment
|
|
464
325
|
- name: payment_display
|
|
465
326
|
type: string
|
|
466
|
-
description:
|
|
467
|
-
required: false
|
|
327
|
+
description: '[Computed] Payment process text, derived from payment_by_invoice and related fields'
|
|
468
328
|
section: Payment
|
|
469
329
|
- name: auto_renewal_display
|
|
470
330
|
type: string
|
|
471
|
-
description:
|
|
472
|
-
required: false
|
|
331
|
+
description: '[Computed] Auto-renewal text, derived from auto_renew and non_renewal_notice_days'
|
|
473
332
|
section: Terms
|
|
474
333
|
- name: effective_date_display
|
|
475
334
|
type: string
|
|
476
|
-
description:
|
|
477
|
-
required: false
|
|
335
|
+
description: '[Computed] Effective date text, derived from effective_date_is_last_signature and custom_effective_date'
|
|
478
336
|
section: Legal
|
|
479
337
|
- name: covered_claims_display
|
|
480
338
|
type: string
|
|
481
|
-
description:
|
|
482
|
-
required: false
|
|
339
|
+
description: '[Computed] Covered claims text, derived from provider/customer covered claims booleans'
|
|
483
340
|
section: Liability
|
|
484
341
|
- name: general_cap_display
|
|
485
342
|
type: string
|
|
486
|
-
description:
|
|
487
|
-
required: false
|
|
343
|
+
description: '[Computed] General cap amount text, derived from cap type booleans and amounts'
|
|
488
344
|
section: Liability
|
|
345
|
+
required_fields:
|
|
346
|
+
- provider_name
|
|
347
|
+
- customer_name
|
|
348
|
+
- provider_legal_name
|
|
349
|
+
- customer_legal_name
|
|
350
|
+
- effective_date
|
|
351
|
+
- cloud_service
|
|
352
|
+
- subscription_period
|
|
353
|
+
- governing_law
|
|
354
|
+
- jurisdiction
|
|
Binary file
|
|
@@ -1,83 +1,73 @@
|
|
|
1
1
|
name: Common Paper CSA Click-Through
|
|
2
2
|
description: >-
|
|
3
|
-
A click-through cloud service agreement based on Common Paper's standard
|
|
4
|
-
|
|
5
|
-
online rather than negotiating a paper agreement.
|
|
3
|
+
A click-through cloud service agreement based on Common Paper's standard terms. Designed for self-serve SaaS products
|
|
4
|
+
where the customer accepts terms online rather than negotiating a paper agreement.
|
|
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 CSA Click-Through, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper CSA Click-Through, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: provider_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Name of the cloud service provider
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: cloud_service
|
|
20
18
|
type: string
|
|
21
19
|
description: Description of the cloud service
|
|
22
|
-
required: true
|
|
23
20
|
section: Service
|
|
24
21
|
- name: custom_order_date
|
|
25
22
|
type: string
|
|
26
23
|
description: Custom order date
|
|
27
|
-
required: false
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: effective_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Effective date of the agreement
|
|
32
|
-
required: false
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: subscription_period
|
|
35
30
|
type: string
|
|
36
31
|
description: Length of access to the service
|
|
37
|
-
required: false
|
|
38
32
|
section: Terms
|
|
39
33
|
- name: payment_frequency
|
|
40
34
|
type: string
|
|
41
35
|
description: Payment frequency
|
|
42
|
-
required: false
|
|
43
36
|
section: Payment
|
|
44
37
|
- name: payment_terms_days
|
|
45
38
|
type: string
|
|
46
39
|
description: Days to pay after invoice
|
|
47
|
-
required: false
|
|
48
40
|
section: Payment
|
|
49
41
|
- name: non_renewal_notice_date
|
|
50
42
|
type: string
|
|
51
43
|
description: Non-renewal notice date requirement
|
|
52
|
-
required: false
|
|
53
44
|
section: Terms
|
|
54
45
|
- name: order_date
|
|
55
46
|
type: string
|
|
56
47
|
description: Order date description
|
|
57
|
-
required: false
|
|
58
48
|
section: Terms
|
|
59
49
|
- name: governing_law
|
|
60
50
|
type: string
|
|
61
51
|
description: Governing law jurisdiction
|
|
62
|
-
required: true
|
|
63
52
|
section: Legal
|
|
64
53
|
- name: jurisdiction
|
|
65
54
|
type: string
|
|
66
55
|
description: Courts with jurisdiction
|
|
67
|
-
required: true
|
|
68
56
|
section: Legal
|
|
69
57
|
- name: provider_email
|
|
70
58
|
type: string
|
|
71
59
|
description: Provider's email for notices
|
|
72
|
-
required: false
|
|
73
60
|
section: Parties
|
|
74
61
|
- name: unlimited_claims
|
|
75
62
|
type: string
|
|
76
63
|
description: Description of unlimited claims
|
|
77
|
-
required: false
|
|
78
64
|
section: Liability
|
|
79
65
|
- name: pricing_page
|
|
80
66
|
type: string
|
|
81
67
|
description: Reference to pricing page
|
|
82
|
-
required: false
|
|
83
68
|
section: Payment
|
|
69
|
+
required_fields:
|
|
70
|
+
- provider_name
|
|
71
|
+
- cloud_service
|
|
72
|
+
- governing_law
|
|
73
|
+
- jurisdiction
|