Updated the payment history.

This commit is contained in:
JohnKent
2019-07-06 14:50:59 -04:00
parent 56c0f333f6
commit 8b2af86db9
5 changed files with 15 additions and 7 deletions

View File

@@ -41,7 +41,10 @@
["2018-12-31", "589.00"], ["2018-12-31", "589.00"],
["2019-01-15", "0.00"], ["2019-01-15", "0.00"],
["2019-02-13", "589.00"], ["2019-02-13", "589.00"],
["2019-03-15", "0"] ["2019-03-15", "0"],
["2019-04-15", "0"],
["2019-05-15", "589.00"],
["2019-06-21", "2985.00"]
], ],
"borrower": { "borrower": {
"name": "Bear Houses, LLC", "name": "Bear Houses, LLC",

View File

@@ -56,6 +56,7 @@
["2019-03-01", "278.15"], ["2019-03-01", "278.15"],
["2019-04-01", "278.15"], ["2019-04-01", "278.15"],
["2019-05-01", "278.15"], ["2019-05-01", "278.15"],
["2019-05-31", "278.15"] ["2019-05-31", "278.15"],
["2019-07-01", "278.15"]
] ]
} }

View File

@@ -56,6 +56,7 @@
["2019-03-01", "278.15"], ["2019-03-01", "278.15"],
["2019-04-01", "278.15"], ["2019-04-01", "278.15"],
["2019-05-01", "278.15"], ["2019-05-01", "278.15"],
["2019-05-31", "278.15"] ["2019-05-31", "278.15"],
["2019-07-01", "278.15"]
] ]
} }

View File

@@ -19,7 +19,7 @@
"principal": 97750.00, "principal": 97750.00,
"interest_rate": 5.5, "interest_rate": 5.5,
"periods_per_year": 12, "periods_per_year": 12,
"periods": 182, "periods": 185,
"start_date": "2017-11-07", "start_date": "2017-11-07",
"start_interest_date": "2017-11-11", "start_interest_date": "2017-11-11",
"first_payment_month": "2017-12-15", "first_payment_month": "2017-12-15",
@@ -42,7 +42,10 @@
["2018-12-13", "803.00"], ["2018-12-13", "803.00"],
["2019-01-14", "803.00"], ["2019-01-14", "803.00"],
["2019-02-05", "803.00"], ["2019-02-05", "803.00"],
["2019-03-05", "803.00"] ["2019-03-05", "803.00"],
["2019-04-15", "803.00"],
["2019-05-15", "0.00"],
["2019-06-13", "803.00"]
], ],
"borrower": { "borrower": {
"name": "Bear Houses, LLC", "name": "Bear Houses, LLC",

View File

@@ -292,9 +292,9 @@ def main():
test_address = 'jkent3rd@yahoo.com' test_address = 'jkent3rd@yahoo.com'
#filename = "./testloan.json" #filename = "./testloan.json"
#filename = "./10Kloan.json" filename = "./10Kloan.json"
#filename = "./dadmortgage.json" #filename = "./dadmortgage.json"
filename = "./brendamortgage.json" #filename = "./brendamortgage.json"
#filename = "./greenfield_mortgage.json" #filename = "./greenfield_mortgage.json"
template_filename = "statement.pdf.jinja" template_filename = "statement.pdf.jinja"