legal-markdown-js
Version:
Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version
53 lines (36 loc) • 1.46 kB
Markdown
title: Services Agreement with Imports
party_a: ACME Corporation
party_b: John Smith
effective_date: 2023-07-01
payment_amount: 5000
payment_currency: USD
include_confidentiality: true
confidentiality_term: 3
jurisdiction: California
# Services Agreement
This Services Agreement (the "Agreement") is entered into as of
{{effective_date}} by and between {{party_a}} ("Client") and {{party_b}}
("Service Provider").
l. SERVICES
ll. Scope of Services Service Provider agrees to provide Client with consulting
services as described in Exhibit A attached hereto (the "Services").
ll. Performance Service Provider shall perform the Services in a professional
and workmanlike manner and in accordance with industry standards.
l. COMPENSATION
ll. Fees Client shall pay Service Provider the sum of ${{payment_amount}} as
compensation for the Services.
ll. Payment Terms Payment shall be made within 30 days of receiving an invoice
from Service Provider.
[l. CONFIDENTIALITY
@import ./clauses/confidentiality.md ]{include_confidentiality}
l. GENERAL PROVISIONS
ll. Governing Law This Agreement shall be governed by the laws of the State of
{{jurisdiction}}.
ll. Entire Agreement This Agreement constitutes the entire agreement between the
parties with respect to the subject matter hereof.
IN WITNESS WHEREOF, the parties hereto have executed this Agreement as of the
date first above written.
CLIENT: {{party_a}}
SERVICE PROVIDER: {{party_b}}