95 lines
1.8 KiB
JSON
95 lines
1.8 KiB
JSON
{
|
|
"htmlTemplate": "statement.pdf.jinja",
|
|
"parameters": {
|
|
"monthly_payment": 475.0,
|
|
"interest_rate": 6.5,
|
|
"start_interest_date": "2019-06-17",
|
|
"payment_day_of_month": "15",
|
|
"first_payment_month": "2019-07-15",
|
|
"account_number": "100002",
|
|
"periods": 20,
|
|
"start_date": "2019-06-15",
|
|
"periods_per_year": 12,
|
|
"principal": 9000.0
|
|
},
|
|
"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": "pvyrbcnzrjoizprn",
|
|
"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": "Installment Loan Statement"
|
|
},
|
|
"payments": [
|
|
[
|
|
"2019-07-15",
|
|
"475.00"
|
|
],
|
|
[
|
|
"2019-08-14",
|
|
"475.00"
|
|
],
|
|
[
|
|
"2019-09-17",
|
|
"475"
|
|
],
|
|
[
|
|
"2019-10-15",
|
|
"0"
|
|
],
|
|
[
|
|
"2019-11-15",
|
|
"0"
|
|
],
|
|
[
|
|
"2019-12-5",
|
|
"475"
|
|
],
|
|
[
|
|
"2020-01-15",
|
|
"0",
|
|
"0"
|
|
],
|
|
[
|
|
"2020-02-17",
|
|
"0"
|
|
],
|
|
[
|
|
"2020-03-03",
|
|
"475"
|
|
],
|
|
[
|
|
"2020-04-15",
|
|
"0"
|
|
],
|
|
[
|
|
"2020-05-19",
|
|
"475"
|
|
]
|
|
],
|
|
"borrower": {
|
|
"city": "Alexandria",
|
|
"state": "VA",
|
|
"name": "Bear Houses, LLC",
|
|
"zip": "22312",
|
|
"address": "301 N Beauregard St Apt 203"
|
|
},
|
|
"txtTemplate": "statement.txt.jinja"
|
|
} |