Updated the payment history.
This commit is contained in:
@@ -41,7 +41,10 @@
|
||||
["2018-12-31", "589.00"],
|
||||
["2019-01-15", "0.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": {
|
||||
"name": "Bear Houses, LLC",
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
["2019-03-01", "278.15"],
|
||||
["2019-04-01", "278.15"],
|
||||
["2019-05-01", "278.15"],
|
||||
["2019-05-31", "278.15"]
|
||||
["2019-05-31", "278.15"],
|
||||
["2019-07-01", "278.15"]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
["2019-03-01", "278.15"],
|
||||
["2019-04-01", "278.15"],
|
||||
["2019-05-01", "278.15"],
|
||||
["2019-05-31", "278.15"]
|
||||
["2019-05-31", "278.15"],
|
||||
["2019-07-01", "278.15"]
|
||||
]
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"principal": 97750.00,
|
||||
"interest_rate": 5.5,
|
||||
"periods_per_year": 12,
|
||||
"periods": 182,
|
||||
"periods": 185,
|
||||
"start_date": "2017-11-07",
|
||||
"start_interest_date": "2017-11-11",
|
||||
"first_payment_month": "2017-12-15",
|
||||
@@ -42,7 +42,10 @@
|
||||
["2018-12-13", "803.00"],
|
||||
["2019-01-14", "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": {
|
||||
"name": "Bear Houses, LLC",
|
||||
|
||||
@@ -292,9 +292,9 @@ def main():
|
||||
test_address = 'jkent3rd@yahoo.com'
|
||||
|
||||
#filename = "./testloan.json"
|
||||
#filename = "./10Kloan.json"
|
||||
filename = "./10Kloan.json"
|
||||
#filename = "./dadmortgage.json"
|
||||
filename = "./brendamortgage.json"
|
||||
#filename = "./brendamortgage.json"
|
||||
#filename = "./greenfield_mortgage.json"
|
||||
template_filename = "statement.pdf.jinja"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user