Added options for the new 9K loan from Rivanna Graphite Investments, LLC. Removed the personal 10K loan I made to Bear Houses, LLC
This commit is contained in:
51
9Kloan.json
Normal file
51
9Kloan.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"htmlTemplate": "statement.pdf.jinja",
|
||||
"txtTemplate": "statement.txt.jinja",
|
||||
"format": "html",
|
||||
"email": {
|
||||
"from_address": "jkent3rd@gmail.com",
|
||||
"to_address": "grady@gradystreet.com",
|
||||
"server": "smtp.gmail.com",
|
||||
"password": "pvyrbcnzrjoizprn",
|
||||
"template": "./template.txt",
|
||||
"send_pdf": "true",
|
||||
"send_text": "true",
|
||||
"subject": "Your loan statement...",
|
||||
"body": "Your loan statement is attached.",
|
||||
"text": "Please see your most recent account statement."
|
||||
},
|
||||
"parameters": {
|
||||
"account_number": "100002",
|
||||
"principal": 9000.00,
|
||||
"interest_rate": 6.5,
|
||||
"periods_per_year": 12,
|
||||
"periods": 20,
|
||||
"start_date": "2019-06-15",
|
||||
"start_interest_date": "2019-06-17",
|
||||
"first_payment_month": "2019-07-15",
|
||||
"monthly_payment": 475.00,
|
||||
"payment_day_of_month": "15"
|
||||
},
|
||||
"payments": [
|
||||
],
|
||||
"borrower": {
|
||||
"name": "Bear Houses, LLC",
|
||||
"address": "301 N Beauregard St Apt 203",
|
||||
"city": "Alexandria",
|
||||
"state": "VA",
|
||||
"zip": "22312"
|
||||
},
|
||||
"lender": {
|
||||
"name": "Rivanna Graphite Investments, LLC",
|
||||
"phone": "703.343.0782",
|
||||
"address": "743 Madison St NW",
|
||||
"city": "Washington",
|
||||
"state": "DC",
|
||||
"zip": "20011"
|
||||
},
|
||||
"header": {
|
||||
"title": "Installment Loan Statement",
|
||||
"date": "Today"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -292,7 +292,7 @@ def main():
|
||||
test_address = 'jkent3rd@yahoo.com'
|
||||
|
||||
#filename = "./testloan.json"
|
||||
filename = "./10Kloan.json"
|
||||
filename = "./9Kloan.json"
|
||||
#filename = "./dadmortgage.json"
|
||||
#filename = "./brendamortgage.json"
|
||||
#filename = "./greenfield_mortgage.json"
|
||||
|
||||
Reference in New Issue
Block a user