Updated the payment history for April statements.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user