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,129 +1,111 @@
|
|
|
1
1
|
name: Common Paper Order Form with SLA
|
|
2
2
|
description: >-
|
|
3
|
-
An order form template with service level agreement (SLA) provisions, based on
|
|
4
|
-
|
|
5
|
-
targets, response times, and support schedules.
|
|
3
|
+
An order form template with service level agreement (SLA) provisions, based on Common Paper's standard form. Extends
|
|
4
|
+
the standard order form with uptime targets, response times, and support schedules.
|
|
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 with SLA, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Order Form with SLA, 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: 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
|
|
99
|
-
# SLA-specific fields
|
|
100
81
|
- name: support_start_time
|
|
101
82
|
type: string
|
|
102
83
|
description: Start time for support availability
|
|
103
|
-
required: false
|
|
104
84
|
section: Service
|
|
105
85
|
- name: support_end_time
|
|
106
86
|
type: string
|
|
107
87
|
description: End time for support availability
|
|
108
|
-
required: false
|
|
109
88
|
section: Service
|
|
110
89
|
- name: support_days
|
|
111
90
|
type: string
|
|
112
91
|
description: Days of the week support is available
|
|
113
|
-
required: false
|
|
114
92
|
section: Service
|
|
115
93
|
- name: support_timezone
|
|
116
94
|
type: string
|
|
117
95
|
description: Timezone for support hours
|
|
118
|
-
required: false
|
|
119
96
|
section: Service
|
|
120
97
|
- name: response_time_unit
|
|
121
98
|
type: string
|
|
122
99
|
description: Unit for response time targets (e.g. "minutes", "hours", "days")
|
|
123
|
-
required: false
|
|
124
100
|
section: Service
|
|
125
101
|
- name: resolution_time_unit
|
|
126
102
|
type: string
|
|
127
103
|
description: Unit for resolution time targets (e.g. "hours", "days")
|
|
128
|
-
required: false
|
|
129
104
|
section: Service
|
|
105
|
+
required_fields:
|
|
106
|
+
- company_name
|
|
107
|
+
- provider_name
|
|
108
|
+
- customer_name
|
|
109
|
+
- key_terms_effective_date
|
|
110
|
+
- cloud_service
|
|
111
|
+
- subscription_period
|
|
@@ -1,90 +1,78 @@
|
|
|
1
1
|
name: Common Paper Partnership Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A partnership agreement cover page and standard terms, based on Common Paper's
|
|
4
|
-
|
|
5
|
-
territory, liability, and data processing.
|
|
3
|
+
A partnership agreement cover page and standard terms, based on Common Paper's standard form. Covers business
|
|
4
|
+
partnerships including obligations, fees, territory, liability, and data processing.
|
|
6
5
|
source_url: https://commonpaper.com/standards/partnership-agreement/1.1
|
|
7
|
-
version:
|
|
6
|
+
version: '1.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Partnership Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Partnership 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: custom_effective_date
|
|
20
18
|
type: string
|
|
21
19
|
description: Custom effective date for the agreement
|
|
22
|
-
required: false
|
|
23
20
|
section: Terms
|
|
24
21
|
- name: term_duration_unit
|
|
25
22
|
type: string
|
|
26
23
|
description: Duration unit for agreement term (e.g. "days", "weeks", "months", "year")
|
|
27
|
-
required: false
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: custom_end_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Custom end date for the agreement
|
|
32
|
-
required: false
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: non_renewal_notice_days
|
|
35
30
|
type: string
|
|
36
31
|
description: Days of notice required before non-renewal
|
|
37
|
-
required: false
|
|
38
32
|
section: Terms
|
|
39
33
|
- name: territory
|
|
40
34
|
type: string
|
|
41
35
|
description: Specific geographic areas for the partnership
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: fill_in_value
|
|
45
38
|
type: string
|
|
46
39
|
description: General fill-in value for customizable sections
|
|
47
|
-
required: false
|
|
48
40
|
section: Terms
|
|
49
41
|
- name: fill_in_detail
|
|
50
42
|
type: string
|
|
51
43
|
description: Additional detail for customizable sections
|
|
52
|
-
required: false
|
|
53
44
|
section: Terms
|
|
54
45
|
- name: payment_terms_days
|
|
55
46
|
type: string
|
|
56
47
|
description: Number of days to pay after invoice
|
|
57
|
-
required: false
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: general_cap_amount
|
|
60
50
|
type: string
|
|
61
51
|
description: General liability cap dollar amount
|
|
62
|
-
required: false
|
|
63
52
|
section: Liability
|
|
64
53
|
- name: cap_multiplier
|
|
65
54
|
type: string
|
|
66
55
|
description: Liability cap multiplier (e.g. "2")
|
|
67
|
-
required: false
|
|
68
56
|
section: Liability
|
|
69
57
|
- name: increased_cap_amount
|
|
70
58
|
type: string
|
|
71
59
|
description: Increased liability cap dollar amount
|
|
72
|
-
required: false
|
|
73
60
|
section: Liability
|
|
74
61
|
- name: dpa_reference
|
|
75
62
|
type: string
|
|
76
63
|
description: Reference to or location of Data Processing Agreement
|
|
77
|
-
required: false
|
|
78
64
|
section: Privacy
|
|
79
65
|
- name: governing_law
|
|
80
66
|
type: string
|
|
81
67
|
description: State and/or country whose laws govern the agreement
|
|
82
|
-
required: true
|
|
83
68
|
default: Delaware
|
|
84
69
|
section: Legal
|
|
85
70
|
- name: jurisdiction
|
|
86
71
|
type: string
|
|
87
72
|
description: Courts with jurisdiction over disputes
|
|
88
|
-
required: true
|
|
89
73
|
default: courts located in New Castle County, Delaware
|
|
90
74
|
section: Legal
|
|
75
|
+
required_fields:
|
|
76
|
+
- company_name
|
|
77
|
+
- governing_law
|
|
78
|
+
- jurisdiction
|
|
@@ -1,114 +1,100 @@
|
|
|
1
1
|
name: Common Paper Pilot Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A pilot agreement cover page and standard terms, based on Common Paper's
|
|
4
|
-
|
|
5
|
-
fees, support, and liability provisions.
|
|
3
|
+
A pilot agreement cover page and standard terms, based on Common Paper's standard form. Covers trial or pilot periods
|
|
4
|
+
for cloud services, including fees, support, and liability provisions.
|
|
6
5
|
source_url: https://commonpaper.com/standards/pilot-agreement/1.1
|
|
7
|
-
version:
|
|
6
|
+
version: '1.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Pilot Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Pilot Agreement, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright
|
|
11
|
+
Common Paper, Inc.
|
|
13
12
|
fields:
|
|
14
13
|
- name: company_name
|
|
15
14
|
type: string
|
|
16
15
|
description: Official company name (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 piloted
|
|
22
|
-
required: true
|
|
23
20
|
section: Service
|
|
24
21
|
- name: pilot_period
|
|
25
22
|
type: string
|
|
26
23
|
description: Length of the pilot period (e.g. "3 months")
|
|
27
|
-
required: true
|
|
28
24
|
section: Terms
|
|
29
25
|
- name: custom_start_date
|
|
30
26
|
type: string
|
|
31
27
|
description: Custom start date for the pilot
|
|
32
|
-
required: false
|
|
33
28
|
section: Terms
|
|
34
29
|
- name: pilot_fee
|
|
35
30
|
type: string
|
|
36
31
|
description: Fee for the pilot period (dollar amount)
|
|
37
|
-
required: false
|
|
38
32
|
section: Payment
|
|
39
33
|
- name: fees_description
|
|
40
34
|
type: string
|
|
41
35
|
description: Description of fees
|
|
42
|
-
required: false
|
|
43
36
|
section: Payment
|
|
44
37
|
- name: payment_frequency
|
|
45
38
|
type: string
|
|
46
39
|
description: Payment frequency (e.g. "monthly", "quarterly", "annually")
|
|
47
|
-
required: false
|
|
48
40
|
section: Payment
|
|
49
41
|
- name: payment_terms_days
|
|
50
42
|
type: string
|
|
51
43
|
description: Number of days to pay after invoice
|
|
52
|
-
required: false
|
|
53
44
|
section: Payment
|
|
54
45
|
- name: payment_due_from
|
|
55
46
|
type: string
|
|
56
47
|
description: When payment terms start (e.g. "Customer's receipt of invoice")
|
|
57
|
-
required: false
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: technical_support
|
|
60
50
|
type: string
|
|
61
51
|
description: Description of included support and how to access it
|
|
62
|
-
required: false
|
|
63
52
|
section: Service
|
|
64
53
|
- name: support_policy_reference
|
|
65
54
|
type: string
|
|
66
55
|
description: Reference to or location of support policy
|
|
67
|
-
required: false
|
|
68
56
|
section: Service
|
|
69
57
|
- name: general_cap_amount
|
|
70
58
|
type: string
|
|
71
59
|
description: General liability cap dollar amount
|
|
72
|
-
required: false
|
|
73
60
|
section: Liability
|
|
74
61
|
- name: cap_multiplier
|
|
75
62
|
type: string
|
|
76
63
|
description: Liability cap multiplier (e.g. "2")
|
|
77
|
-
required: false
|
|
78
64
|
section: Liability
|
|
79
65
|
- name: pilot_is_free
|
|
80
66
|
type: boolean
|
|
81
67
|
description: Whether the pilot is free (true) or paid (false)
|
|
82
|
-
|
|
83
|
-
default: "false"
|
|
68
|
+
default: 'false'
|
|
84
69
|
section: Payment
|
|
85
70
|
- name: payment_by_invoice
|
|
86
71
|
type: boolean
|
|
87
72
|
description: Whether customer pays by invoice
|
|
88
|
-
|
|
89
|
-
default: "true"
|
|
73
|
+
default: 'true'
|
|
90
74
|
section: Payment
|
|
91
75
|
- name: payment_automatic
|
|
92
76
|
type: boolean
|
|
93
77
|
description: Whether customer pays automatically
|
|
94
|
-
|
|
95
|
-
default: "false"
|
|
78
|
+
default: 'false'
|
|
96
79
|
section: Payment
|
|
97
80
|
- name: cap_type
|
|
98
81
|
type: string
|
|
99
|
-
description:
|
|
100
|
-
required: false
|
|
82
|
+
description: 'Liability cap type: multiplier, dollar, or greater_of'
|
|
101
83
|
default: multiplier
|
|
102
84
|
section: Liability
|
|
103
85
|
- name: governing_law
|
|
104
86
|
type: string
|
|
105
87
|
description: State, province, and/or country whose laws govern the agreement
|
|
106
|
-
required: true
|
|
107
88
|
default: Delaware
|
|
108
89
|
section: Legal
|
|
109
90
|
- name: jurisdiction
|
|
110
91
|
type: string
|
|
111
92
|
description: Courts with jurisdiction over disputes
|
|
112
|
-
required: true
|
|
113
93
|
default: courts located in New Castle County, Delaware
|
|
114
94
|
section: Legal
|
|
95
|
+
required_fields:
|
|
96
|
+
- company_name
|
|
97
|
+
- product_description
|
|
98
|
+
- pilot_period
|
|
99
|
+
- governing_law
|
|
100
|
+
- jurisdiction
|
package/{templates → content/templates}/common-paper-professional-services-agreement/metadata.yaml
RENAMED
|
@@ -1,141 +1,124 @@
|
|
|
1
1
|
name: Common Paper Professional Services Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
A professional services agreement with key terms, statement of work, and
|
|
4
|
-
standard
|
|
5
|
-
|
|
6
|
-
and liability.
|
|
3
|
+
A professional services agreement with key terms, statement of work, and standard terms, based on Common Paper's
|
|
4
|
+
standard form. Covers consulting and professional services engagements including deliverables, IP ownership, fees, and
|
|
5
|
+
liability.
|
|
7
6
|
source_url: https://commonpaper.com/standards/professional-services-agreement/1.1
|
|
8
|
-
version:
|
|
7
|
+
version: '1.1'
|
|
9
8
|
license: CC-BY-4.0
|
|
10
9
|
allow_derivatives: true
|
|
11
10
|
attribution_text: >-
|
|
12
|
-
Based on the Common Paper Professional Services Agreement, available at
|
|
13
|
-
|
|
11
|
+
Based on the Common Paper Professional Services Agreement, available at https://commonpaper.com. Licensed under CC BY
|
|
12
|
+
4.0. Copyright Common Paper, Inc.
|
|
14
13
|
fields:
|
|
15
14
|
- name: company_name
|
|
16
15
|
type: string
|
|
17
16
|
description: Official company name
|
|
18
|
-
required: true
|
|
19
17
|
section: Parties
|
|
20
18
|
- name: provider_name
|
|
21
19
|
type: string
|
|
22
20
|
description: Official name of the Provider
|
|
23
|
-
required: true
|
|
24
21
|
section: Parties
|
|
25
22
|
- name: customer_name
|
|
26
23
|
type: string
|
|
27
24
|
description: Official name of the Customer
|
|
28
|
-
required: true
|
|
29
25
|
section: Parties
|
|
30
26
|
- name: key_terms_effective_date
|
|
31
27
|
type: string
|
|
32
28
|
description: Effective Date of Key Terms
|
|
33
|
-
required: true
|
|
34
29
|
section: Terms
|
|
35
30
|
- name: custom_effective_date
|
|
36
31
|
type: string
|
|
37
32
|
description: Custom effective date
|
|
38
|
-
required: false
|
|
39
33
|
section: Terms
|
|
40
34
|
- name: custom_sow_date
|
|
41
35
|
type: string
|
|
42
36
|
description: Custom SOW date
|
|
43
|
-
required: false
|
|
44
37
|
section: Terms
|
|
45
38
|
- name: sow_number
|
|
46
39
|
type: string
|
|
47
40
|
description: Statement of Work number
|
|
48
|
-
required: true
|
|
49
41
|
section: Terms
|
|
50
42
|
- name: term_duration_unit
|
|
51
43
|
type: string
|
|
52
44
|
description: Duration unit for term
|
|
53
|
-
required: false
|
|
54
45
|
section: Terms
|
|
55
46
|
- name: custom_end_date
|
|
56
47
|
type: string
|
|
57
48
|
description: Custom end date
|
|
58
|
-
required: false
|
|
59
49
|
section: Terms
|
|
60
50
|
- name: payment_terms
|
|
61
51
|
type: string
|
|
62
52
|
description: Payment terms
|
|
63
|
-
required: true
|
|
64
53
|
section: Payment
|
|
65
54
|
- name: invoice_frequency_unit
|
|
66
55
|
type: string
|
|
67
56
|
description: Invoice frequency unit
|
|
68
|
-
required: false
|
|
69
57
|
section: Payment
|
|
70
58
|
- name: fill_in_value
|
|
71
59
|
type: string
|
|
72
60
|
description: General fill-in value
|
|
73
|
-
required: false
|
|
74
61
|
section: Terms
|
|
75
62
|
- name: fill_in_detail
|
|
76
63
|
type: string
|
|
77
64
|
description: Additional detail
|
|
78
|
-
required: false
|
|
79
65
|
section: Terms
|
|
80
66
|
- name: payment_terms_days
|
|
81
67
|
type: string
|
|
82
68
|
description: Days to pay after invoice
|
|
83
|
-
required: false
|
|
84
69
|
section: Payment
|
|
85
70
|
- name: non_renewal_notice_days
|
|
86
71
|
type: string
|
|
87
72
|
description: Non-renewal notice days
|
|
88
|
-
required: false
|
|
89
73
|
section: Terms
|
|
90
74
|
- name: general_cap_amount
|
|
91
75
|
type: string
|
|
92
76
|
description: General liability cap
|
|
93
|
-
required: false
|
|
94
77
|
section: Liability
|
|
95
78
|
- name: cap_multiplier
|
|
96
79
|
type: string
|
|
97
80
|
description: Cap multiplier
|
|
98
|
-
required: false
|
|
99
81
|
section: Liability
|
|
100
82
|
- name: increased_cap_amount
|
|
101
83
|
type: string
|
|
102
84
|
description: Increased cap amount
|
|
103
|
-
required: false
|
|
104
85
|
section: Liability
|
|
105
86
|
- name: greater_of_dollar
|
|
106
87
|
type: string
|
|
107
88
|
description: Greater-of dollar amount
|
|
108
|
-
required: false
|
|
109
89
|
section: Liability
|
|
110
90
|
- name: governing_law
|
|
111
91
|
type: string
|
|
112
92
|
description: Governing law
|
|
113
|
-
required: true
|
|
114
93
|
default: Delaware
|
|
115
94
|
section: Legal
|
|
116
95
|
- name: jurisdiction
|
|
117
96
|
type: string
|
|
118
97
|
description: Jurisdiction
|
|
119
|
-
required: true
|
|
120
98
|
default: courts in New Castle County, Delaware
|
|
121
99
|
section: Legal
|
|
122
100
|
- name: travel_expense_policy
|
|
123
101
|
type: string
|
|
124
102
|
description: Travel and expense policy
|
|
125
|
-
required: false
|
|
126
103
|
section: Payment
|
|
127
104
|
- name: customer_owned_deliverables
|
|
128
105
|
type: string
|
|
129
106
|
description: Customer-owned deliverables
|
|
130
|
-
required: false
|
|
131
107
|
section: Terms
|
|
132
108
|
- name: support_policy_reference
|
|
133
109
|
type: string
|
|
134
110
|
description: Support policy reference
|
|
135
|
-
required: false
|
|
136
111
|
section: Service
|
|
137
112
|
- name: dpa_reference
|
|
138
113
|
type: string
|
|
139
114
|
description: DPA reference
|
|
140
|
-
required: false
|
|
141
115
|
section: Privacy
|
|
116
|
+
required_fields:
|
|
117
|
+
- company_name
|
|
118
|
+
- provider_name
|
|
119
|
+
- customer_name
|
|
120
|
+
- key_terms_effective_date
|
|
121
|
+
- sow_number
|
|
122
|
+
- payment_terms
|
|
123
|
+
- governing_law
|
|
124
|
+
- jurisdiction
|
package/{templates → content/templates}/common-paper-software-license-agreement/metadata.yaml
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
name: Common Paper Software License Agreement
|
|
2
2
|
description: >-
|
|
3
|
-
Standard terms for a software license agreement, based on Common Paper's
|
|
4
|
-
|
|
5
|
-
to be used with a separate cover page and order form.
|
|
3
|
+
Standard terms for a software license agreement, based on Common Paper's standard form. Provides the framework terms
|
|
4
|
+
for on-premise software licensing, to be used with a separate cover page and order form.
|
|
6
5
|
source_url: https://commonpaper.com/standards/software-license-agreement/1.1
|
|
7
|
-
version:
|
|
6
|
+
version: '1.1'
|
|
8
7
|
license: CC-BY-4.0
|
|
9
8
|
allow_derivatives: true
|
|
10
9
|
attribution_text: >-
|
|
11
|
-
Based on the Common Paper Software License Agreement, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Software License Agreement, available at https://commonpaper.com. Licensed under CC BY 4.0.
|
|
11
|
+
Copyright Common Paper, Inc.
|
|
13
12
|
fields: []
|
|
13
|
+
required_fields: []
|
|
@@ -1,78 +1,71 @@
|
|
|
1
1
|
name: Common Paper Statement of Work
|
|
2
2
|
description: >-
|
|
3
|
-
A statement of work template for professional services engagements, based on
|
|
4
|
-
|
|
5
|
-
scope, deliverables, timeline, fees, and expenses.
|
|
3
|
+
A statement of work template for professional services engagements, based on Common Paper's standard form. References
|
|
4
|
+
a PSA or CSA Key Terms and covers scope, deliverables, timeline, fees, and expenses.
|
|
6
5
|
source_url: https://commonpaper.com/standards/statement-of-work
|
|
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 Statement of Work, available at
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Statement of Work, 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: Company name (shown in header)
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: provider_name
|
|
20
18
|
type: string
|
|
21
19
|
description: Official name of the Provider on Key Terms
|
|
22
|
-
required: true
|
|
23
20
|
section: Parties
|
|
24
21
|
- name: customer_name
|
|
25
22
|
type: string
|
|
26
23
|
description: Official name of the Customer on Key Terms
|
|
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: sow_number
|
|
35
30
|
type: string
|
|
36
31
|
description: Statement of Work number (e.g. "1", "2")
|
|
37
|
-
required: true
|
|
38
32
|
section: Terms
|
|
39
33
|
- name: custom_sow_date
|
|
40
34
|
type: string
|
|
41
35
|
description: Custom SOW date (if not date of last signature)
|
|
42
|
-
required: false
|
|
43
36
|
section: Terms
|
|
44
37
|
- name: custom_end_date
|
|
45
38
|
type: string
|
|
46
39
|
description: Custom end date for the SOW term
|
|
47
|
-
required: false
|
|
48
40
|
section: Terms
|
|
49
41
|
- name: term_duration_unit
|
|
50
42
|
type: string
|
|
51
43
|
description: Duration unit for SOW term (e.g. "days", "weeks", "months", "year")
|
|
52
|
-
required: false
|
|
53
44
|
section: Terms
|
|
54
45
|
- name: payment_terms
|
|
55
46
|
type: string
|
|
56
47
|
description: Payment terms (e.g. "30 days from Customer's receipt of invoice")
|
|
57
|
-
required: true
|
|
58
48
|
section: Payment
|
|
59
49
|
- name: fill_in_value
|
|
60
50
|
type: string
|
|
61
51
|
description: General fill-in value for customizable sections
|
|
62
|
-
required: false
|
|
63
52
|
section: Terms
|
|
64
53
|
- name: invoice_frequency_unit
|
|
65
54
|
type: string
|
|
66
55
|
description: Invoice frequency unit (e.g. "days", "weeks", "months")
|
|
67
|
-
required: false
|
|
68
56
|
section: Payment
|
|
69
57
|
- name: travel_expense_policy
|
|
70
58
|
type: string
|
|
71
59
|
description: Description of or reference to travel and expense policy
|
|
72
|
-
required: false
|
|
73
60
|
section: Payment
|
|
74
61
|
- name: customer_owned_deliverables
|
|
75
62
|
type: string
|
|
76
63
|
description: Deliverables that will be owned by Customer under this SOW
|
|
77
|
-
required: false
|
|
78
64
|
section: Terms
|
|
65
|
+
required_fields:
|
|
66
|
+
- company_name
|
|
67
|
+
- provider_name
|
|
68
|
+
- customer_name
|
|
69
|
+
- key_terms_effective_date
|
|
70
|
+
- sow_number
|
|
71
|
+
- payment_terms
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
name: Common Paper Term Sheet
|
|
2
2
|
description: >-
|
|
3
|
-
A term sheet template for outlining key business terms, based on Common
|
|
4
|
-
|
|
5
|
-
deal discussions.
|
|
3
|
+
A term sheet template for outlining key business terms, based on Common Paper's standard form. A simple
|
|
4
|
+
topic-and-details format for early-stage deal discussions.
|
|
6
5
|
source_url: https://commonpaper.com/standards/term-sheet
|
|
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 Term Sheet, available at https://commonpaper.com.
|
|
12
|
-
|
|
10
|
+
Based on the Common Paper Term Sheet, 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: Official name of the company
|
|
17
|
-
required: true
|
|
18
16
|
section: Parties
|
|
19
17
|
- name: topic
|
|
20
18
|
type: string
|
|
21
19
|
description: Topic or subject area of the term
|
|
22
|
-
required: true
|
|
23
20
|
section: Terms
|
|
24
21
|
- name: topic_details
|
|
25
22
|
type: string
|
|
26
23
|
description: Details about the topic
|
|
27
|
-
required: true
|
|
28
24
|
section: Terms
|
|
25
|
+
required_fields:
|
|
26
|
+
- company_name
|
|
27
|
+
- topic
|
|
28
|
+
- topic_details
|