UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

100 lines (70 loc) 2.86 kB
--- confidentiality: true termination_notice: '30 days' governing_law: 'State of California' liability_cap: 1000000 payment_terms: 'Net 30' warranty_period: '12 months' dispute_resolution: 'arbitration' intellectual_property: ownership: 'client retains ownership' license: 'perpetual license to provider' restrictions: ['no reverse engineering', 'no redistribution'] force_majeure: true severability: true amendment_requirements: 'written consent of both parties' notices: provider_address: '123 Provider St, Tech City, CA 90210' client_address: 'to be specified in main agreement' default_penalties: late_payment_fee: 0.05 grace_period_days: 15 compound_interest: false --- ## Standard Terms and Conditions ### Confidentiality {{#if confidentiality}} All information exchanged between the parties shall remain strictly confidential and shall not be disclosed to third parties without prior written consent. {{/if}} ### Termination Either party may terminate this agreement with **{{termination_notice}}** written notice to the other party. ### Governing Law This agreement shall be governed by the laws of **{{governing_law}}** without regard to conflict of law principles. ### Liability Cap The total liability of either party under this agreement shall not exceed **${{formatCurrency liability_cap "USD"}}**. ### Payment Terms Payment shall be made according to **{{payment_terms}}** terms unless otherwise specified. ### Warranty {{#if warranty_period}} Provider warrants that services will be performed in a professional manner for a period of **{{warranty_period}}** from completion. {{/if}} ### Dispute Resolution {{#if dispute_resolution}} Any disputes arising under this agreement shall be resolved through **{{dispute_resolution}}**. {{/if}} ### Intellectual Property - **Ownership**: {{intellectual_property.ownership}} - **License**: {{intellectual_property.license}} - **Restrictions**: {{intellectual_property.restrictions}} ### Force Majeure {{#if force_majeure}} Neither party shall be liable for delays or failures in performance resulting from circumstances beyond their reasonable control. {{/if}} ### Severability {{#if severability}} If any provision of this agreement is found to be unenforceable, the remaining provisions shall remain in full force and effect. {{/if}} ### Amendments This agreement may only be amended with **{{amendment_requirements}}**. ### Notices All notices under this agreement shall be sent to: - **Provider**: {{notices.provider_address}} - **Client**: {{notices.client_address}} ### Default and Penalties {{#if default_penalties}} In the event of late payment: - Late fee: {{formatPercent default_penalties.late_payment_fee}} per month - Grace period: {{default_penalties.grace_period_days}} days - Compound interest: {{default_penalties.compound_interest}} {{/if}}