name: Common Paper Amendment
category: deals-partnerships
description: >-
  An amendment template for modifying existing agreements, based on Common Paper's standard form. References the
  original agreement and details the specific changes being made.
source_url: https://commonpaper.com/standards/amendment
version: '1.0'
license: CC-BY-4.0
allow_derivatives: true
attribution_text: >-
  Based on the Common Paper Amendment, available at https://commonpaper.com. Licensed under CC BY 4.0. Copyright Common
  Paper, Inc.
fields:
  - name: company_name
    type: string
    description: Company name (shown in header)
    section: Parties
  - name: party_1
    type: string
    description: Full name of the first party to the original agreement
    section: Parties
  - name: party_2
    type: string
    description: Full name of the second party to the original agreement
    section: Parties
  - name: agreement_name
    type: string
    description: Name of the agreement being amended
    section: Terms
  - name: agreement_date
    type: string
    description: Date of the original agreement
    section: Terms
  - name: amendment_effective_date
    type: date
    description: Effective date of this amendment
    section: Terms
  - name: amendment_topic
    type: string
    description: Topic or variable being changed
    section: Terms
  - name: amendment_details
    type: string
    description: Details about what is being changed
    section: Terms
  - name: party_1_signatory_type
    type: enum
    description: Whether the first party signatory is an entity or individual
    options:
      - entity
      - individual
    default: entity
    section: Signature Block
  - name: party_1_signatory_name
    type: string
    description: Full legal name of the first party's signatory
    section: Signature Block
  - name: party_1_signatory_title
    type: string
    description: Title/role of the first party's signatory (entity only)
    section: Signature Block
  - name: party_1_signatory_company
    type: string
    description: Company name for the first party signatory (entity only)
    section: Signature Block
  - name: party_1_signatory_email
    type: string
    description: Notice email address for the first party
    section: Signature Block
  - name: party_2_signatory_type
    type: enum
    description: Whether the second party signatory is an entity or individual
    options:
      - entity
      - individual
    default: entity
    section: Signature Block
  - name: party_2_signatory_name
    type: string
    description: Full legal name of the second party's signatory
    section: Signature Block
  - name: party_2_signatory_title
    type: string
    description: Title/role of the second party's signatory (entity only)
    section: Signature Block
  - name: party_2_signatory_company
    type: string
    description: Company name for the second party signatory (entity only)
    section: Signature Block
  - name: party_2_signatory_email
    type: string
    description: Notice email address for the second party
    section: Signature Block
priority_fields:
  - company_name
  - party_1
  - party_2
  - agreement_name
  - agreement_date
  - amendment_effective_date
  - amendment_topic
  - amendment_details
