Files
mortgage/_Archive_Greenfield_Lane_Refinance-1.loan

128 lines
2.3 KiB
Plaintext

{
"htmlTemplate": "statement.pdf.jinja",
"parameters": {
"monthly_payment": 831.0,
"interest_rate": 5.5,
"start_interest_date": "2021-10-13",
"payment_day_of_month": "15",
"first_payment_month": "2021-11-15",
"account_number": "21-0004",
"periods": 180,
"start_date": "2021-10-13",
"periods_per_year": 12,
"principal": 101123.26
},
"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 - 195 Greenfield Lane, Pearl MS"
},
"payments": [
[
"2021-10-14",
"803",
"0.00",
"False"
],
[
"2021-10-14",
"28",
"0.00",
"False"
],
[
"2021-10-18",
"28",
"0.00",
"False"
],
[
"2021-11-16",
"803.00",
"0.00",
"False"
],
[
"2021-11-19",
"28",
"0.00",
"False"
],
[
"2022-02-10",
"831",
"0.00",
"False"
],
[
"2022-04-04",
"1000",
"55.00",
"False"
],
[
"2022-05-15",
"0",
"0.00",
"False"
],
[
"2022-06-15",
"0",
"0.00",
"False"
],
[
"2022-07-15",
"0",
"0.00",
"False"
],
[
"2022-07-26",
"803",
"0.00",
"False"
],
[
"2022-08-12",
"0",
"0.00",
"False"
],
[
"2022-08-12",
"101508.04",
"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"
}