Updated the payment history for April statements.

This commit is contained in:
JohnKent
2019-04-03 14:06:02 -04:00
parent 42232903c5
commit 8cb4be3248
5 changed files with 12 additions and 8 deletions

View File

@@ -279,6 +279,7 @@ def selectTemplate(loan):
return template
def main():
test_flag = True
# this program reads the json file describing a mortgage and calculate the actual and projected amortization
# the first payment in the file should be the interest paid at closing
# the interest at closing covers interest that would be incurred from the date of closing until the first day
@@ -287,14 +288,13 @@ def main():
# at closing. The first payment will incur interest from one month before the bill is due.
# read in the file
test_flag = True
#test_flag = False
test_flag = False
test_address = 'jkent3rd@yahoo.com'
filename = "./testloan.json"
#filename = "./testloan.json"
#filename = "./10Kloan.json"
#filename = "./dadmortgage.json"
#filename = "./brendamortgage.json"
filename = "./brendamortgage.json"
#filename = "./greenfield_mortgage.json"
template_filename = "statement.pdf.jinja"