Loan Agreement Generator
Create a simple loan agreement for personal or business use.
No agreement generated
Complete the details on the first tab to generate the agreement.
This Loan Agreement (the "Agreement") is entered into as of ${data.loanDate} (the "Effective Date"), by and between:
Lender: ${data.lenderName}, with a mailing address of ${data.lenderAddress} (the "Lender"), and
Borrower: ${data.borrowerName}, with a mailing address of ${data.borrowerAddress} (the "Borrower").
1. LOAN AMOUNT
The Lender agrees to loan the Borrower the principal sum of ${currencyFormatter.format(data.loanAmount)} (the "Loan").
2. INTEREST
The Loan will bear interest at a rate of ${data.interestRate}% per annum, calculated on the unpaid principal balance.
3. REPAYMENT
The Borrower will repay the Loan in ${data.numberOfPayments} ${data.paymentFrequency} installments of ${currencyFormatter.format(data.installment)}. The first payment will be due on ${data.repaymentStartDate}, and subsequent payments will be due on the same day of each following ${data.paymentFrequency.slice(0, -2)}. The total amount to be repaid, including principal and interest, is ${currencyFormatter.format(data.totalPayment)}.
4. GOVERNING LAW
This Agreement shall be governed by and construed in accordance with the laws of the State of Delaware, without regard to its conflict of laws principles.
5. ENTIRE AGREEMENT
This document constitutes the entire agreement between the parties. All prior discussions, negotiations, and understandings have been merged into this Agreement.
LENDER SIGNATURE
${data.lenderName}
BORROWER SIGNATURE
${data.borrowerName}
Disclaimer: This is a sample document for informational purposes only. It is not a substitute for professional legal advice. Consult with a qualified attorney for any legal matters.
