Files
mortgage/3_839_Harbor_Bend_2022.loan

62 lines
1.4 KiB
Plaintext

{
"htmlTemplate": "statement.pdf.jinja",
"parameters": {
"monthly_payment": 842.93,
"interest_rate": 5.75,
"start_interest_date": "2022-08-12",
"payment_day_of_month": "15",
"first_payment_month": "2022-09-15",
"account_number": "22-0001",
"periods": 180,
"start_date": "2022-08-12",
"periods_per_year": 12,
"principal": 101508.04
},
"format": "html",
"email": {
"body": "Your loan statement is attached.",
"to_address": "grady@gradystreet.com",
"from_address": "jkent3rd@gmail.com",
"text": "Please see your most recent account statement.",
"server": "smtp.gmail.com",
"send_text": "true",
"template": "./template.txt",
"send_pdf": "true",
"password": "builcuouzobxroow",
"subject": "Your loan statement..."
},
"lender": {
"city": "Washington",
"name": "Rivanna Graphite Investments, LLC",
"zip": "20001",
"phone": "703.343.0782",
"state": "DC",
"address": "1720 New Jersey Ave NW Unit 401"
},
"header": {
"date": "Today",
"title": "Mortgage Loan Statement - Harbor Bend Loan 1"
},
"payments": [
[
"2022-08-15",
"803",
"0",
"False"
],
[
"2022-09-09",
"803",
"0.00",
"False"
]
],
"borrower": {
"city": "Alexandria",
"state": "VA",
"name": "Bear Houses, LLC",
"zip": "22312",
"address": "301 N Beauregard St Apt 203"
},
"txtTemplate": "statement.txt.jinja"
}