Files
mortgage/testloan.json
2019-07-10 22:57:23 -04:00

114 lines
2.0 KiB
JSON

{
"htmlTemplate": "statement.pdf.jinja",
"parameters": {
"monthly_payment": 589.0,
"interest_rate": 6.5,
"start_interest_date": "2017-12-05",
"payment_day_of_month": "15",
"first_payment_month": "2018-01-15",
"account_number": "100100",
"principal": 10020.0,
"start_date": "2017-12-05",
"periods_per_year": 12,
"periods": 18
},
"format": "html",
"txtTemplate": "statement.txt.jinja",
"lender": {
"city": "Washington",
"name": "Test Lender",
"zip": "20011",
"phone": "703.343.0782",
"state": "DC",
"address": "743 Madison St NW"
},
"header": {
"date": "Today",
"title": "Installment Loan Test Statement"
},
"payments": [
[
"2018-01-16",
"589.00"
],
[
"2018-03-30",
"589.00"
],
[
"2018-04-06",
"589.00"
],
[
"2018-04-12",
"589.00"
],
[
"2018-05-28",
"589.00"
],
[
"2018-06-12",
"589.00"
],
[
"2018-07-13",
"589.00"
],
[
"2018-08-14",
"589.00"
],
[
"2018-09-26",
"589.00"
],
[
"2018-10-15",
"0"
],
[
"2018-11-29",
"589.00"
],
[
"2018-12-31",
"589.00"
],
[
"2019-01-28",
"589.00"
],
[
"2019-03-15",
"589.00"
],
[
"2019-07-10",
"123.12"
],
[
"2019-07-10",
"120"
]
],
"borrower": {
"city": "Alexandria",
"state": "VA",
"name": "Test Borrower Houses, LLC",
"zip": "22312",
"address": "301 N Beauregard St Apt 203"
},
"email": {
"body": "Your test loan statement is attached.",
"to_address": "jkent3rd@gmail.com",
"from_address": "jkent3rd@gmail.com",
"text": "Please see your most recent test account statement.",
"server": "smtp.gmail.com",
"send_text": "true",
"template": "./template.txt",
"send_pdf": "true",
"password": "pvyrbcnzrjoizprn",
"subject": "Your test loan statement..."
}
}