142 lines
2.4 KiB
JSON
142 lines
2.4 KiB
JSON
{
|
|
"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": "johnkent49@gmail.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": "pvyrbcnzrjoizprn",
|
|
"subject": "Your loan statement..."
|
|
},
|
|
"lender": {
|
|
"city": "Palmyra",
|
|
"name": "John Kent",
|
|
"zip": "22963",
|
|
"phone": "434-510-7272",
|
|
"state": "VA",
|
|
"address": "109 Shores Rd"
|
|
},
|
|
"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-02",
|
|
"278.15"
|
|
],
|
|
[
|
|
"2020-04-01",
|
|
"278.15"
|
|
],
|
|
[
|
|
"2020-05-01",
|
|
"278.15"
|
|
],
|
|
[
|
|
"2020-06-01",
|
|
"278.15"
|
|
]
|
|
],
|
|
"borrower": {
|
|
"city": "Washington",
|
|
"state": "DC",
|
|
"name": "Grandma Tina's Properties, LLC",
|
|
"zip": "20008",
|
|
"address": "3100 Connecticut Ave NW Apt 144"
|
|
},
|
|
"txtTemplate": "statement.txt.jinja"
|
|
} |