Files
mortgage/2_Brenda_Mortgage.loan

292 lines
4.2 KiB
Plaintext

{
"htmlTemplate": "statement.pdf.jinja",
"parameters": {
"monthly_payment": 278.15,
"interest_rate": 5.0,
"start_interest_date": "2018-07-01",
"payment_day_of_month": "01",
"first_payment_month": "2018-08-01",
"account_number": "100001",
"periods": 180,
"start_date": "2018-06-25",
"periods_per_year": 12,
"principal": 35000.0
},
"format": "html",
"email": {
"body": "Your loan statement is attached.",
"to_address": "bck@virginia.edu",
"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": "Scottsville",
"name": "Brenda Kelly",
"zip": "24590",
"phone": "434-286-2110",
"state": "VA",
"address": "150 Confederate Street"
},
"header": {
"date": "Today",
"title": "Mortgage Loan Statement - 185 James River Rd, Scottsville VA"
},
"payments": [
[
"2018-08-01",
"278.15"
],
[
"2018-09-01",
"278.15"
],
[
"2018-10-01",
"278.15"
],
[
"2018-11-01",
"278.15"
],
[
"2018-12-01",
"278.15"
],
[
"2019-01-01",
"278.15"
],
[
"2019-02-01",
"278.15"
],
[
"2019-03-01",
"278.15"
],
[
"2019-04-01",
"278.15"
],
[
"2019-05-01",
"278.15"
],
[
"2019-05-31",
"278.15"
],
[
"2019-07-01",
"278.15"
],
[
"2019-08-01",
"278.15"
],
[
"2019-09-02",
"278.15"
],
[
"2019-10-01",
"278.15"
],
[
"2019-11-01",
"278.15"
],
[
"2019-12-02",
"278.15"
],
[
"2020-01-02",
"278.15"
],
[
"2020-02-01",
"278.15"
],
[
"2020-03-01",
"278.15"
],
[
"2020-04-01",
"278.15"
],
[
"2020-05-01",
"278.15"
],
[
"2020-06-01",
"278.15"
],
[
"2020-07-01",
"278.15"
],
[
"2020-08-01",
"278.15"
],
[
"2020-09-01",
"278.15"
],
[
"2020-10-01",
"278.15"
],
[
"2020-11-01",
"278.15",
"0.00"
],
[
"2020-12-01",
"278.15",
"0.00"
],
[
"2021-01-01",
"278.15",
"0"
],
[
"2021-02-01",
"278.15",
"0"
],
[
"2021-03-01",
"278.15",
"0.00"
],
[
"2021-04-01",
"278.15",
"0.00"
],
[
"2021-04-30",
"278.15",
"0"
],
[
"2021-06-01",
"278.15",
"0.00"
],
[
"2021-07-01",
"278.15",
"0"
],
[
"2021-07-31",
"278.15",
"0"
],
[
"2021-09-01",
"278.15",
"0.00",
"False"
],
[
"2021-10-01",
"278.15",
"0.00",
"False"
],
[
"2021-11-01",
"278.15",
"0",
"False"
],
[
"2021-12-01",
"278.15",
"0.00",
"False"
],
[
"2022-01-01",
"278.15",
"0.00",
"False"
],
[
"2022-02-01",
"278.15",
"0",
"False"
],
[
"2022-03-01",
"278.15",
"0.00",
"False"
],
[
"2022-04-01",
"278.15",
"0.00",
"False"
],
[
"2022-05-01",
"278.15",
"0.00",
"False"
],
[
"2022-06-01",
"278.15",
"0.00",
"False"
],
[
"2022-07-01",
"278.15",
"0.00",
"False"
],
[
"2022-08-01",
"278.15",
"0.00",
"False"
],
[
"2022-09-01",
"278.15",
"0.00",
"False"
],
[
"2022-10-01",
"278.15",
"0.00",
"False"
]
],
"borrower": {
"city": "Washington",
"state": "DC",
"name": "Grandma Tina's Properties, LLC",
"zip": "20001",
"address": "1720 New Jersey Ave NW Unit 401"
},
"txtTemplate": "statement.txt.jinja"
}