137 lines
2.4 KiB
Plaintext
137 lines
2.4 KiB
Plaintext
{
|
|
"htmlTemplate": "statement.pdf.jinja",
|
|
"parameters": {
|
|
"monthly_payment": 175.55,
|
|
"interest_rate": 4.5,
|
|
"start_interest_date": "2020-07-15",
|
|
"payment_day_of_month": "15",
|
|
"first_payment_month": "2020-08-15",
|
|
"account_number": "100003",
|
|
"periods": 60,
|
|
"start_date": "2020-07-15",
|
|
"periods_per_year": 12,
|
|
"principal": 16884
|
|
},
|
|
"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": "20008",
|
|
"phone": "703.343.0782",
|
|
"state": "DC",
|
|
"address": "3100 Connecticut Ave NW Apt 144"
|
|
},
|
|
"header": {
|
|
"date": "Today",
|
|
"title": "Mortgage Loan Statement - 5025 Wayneland Drive Apt D11 Jackson MS 39211"
|
|
},
|
|
"payments": [
|
|
[
|
|
"2020-08-27",
|
|
"175.55"
|
|
],
|
|
[
|
|
"2020-09-30",
|
|
"175.55"
|
|
],
|
|
[
|
|
"2020-10-19",
|
|
"175.55",
|
|
"0.00"
|
|
],
|
|
[
|
|
"2020-12-01",
|
|
"0",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2020-12-29",
|
|
"0",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2021-01-20",
|
|
"175.55",
|
|
"0"
|
|
],
|
|
[
|
|
"2021-02-15",
|
|
"0.00",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2021-03-12",
|
|
"175.55",
|
|
"0.00"
|
|
],
|
|
[
|
|
"2021-04-15",
|
|
"0",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2021-05-17",
|
|
"0",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2021-06-30",
|
|
"0",
|
|
"0.00"
|
|
],
|
|
[
|
|
"2021-07-29",
|
|
"175.55",
|
|
"17.55"
|
|
],
|
|
[
|
|
"2021-08-09",
|
|
"175.55",
|
|
"0"
|
|
],
|
|
[
|
|
"2021-08-10",
|
|
"175.55",
|
|
"0",
|
|
"extra"
|
|
],
|
|
[
|
|
"2021-09-03",
|
|
"175.55",
|
|
"0.00",
|
|
"False"
|
|
],
|
|
[
|
|
"2021-09-17",
|
|
"175.55",
|
|
"0.00",
|
|
"False"
|
|
],
|
|
[
|
|
"2021-09-18",
|
|
"0",
|
|
"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"
|
|
} |