genedan / TmVal

Time Value of Money - a Python package for mathematical interest theory, annuity, and bond calculations.
https://genedan.com/tmval/docs
GNU General Public License v3.0
27 stars 4 forks source link

incorrect mid-period outstanding loan balance for simple loans #64

Open genedan opened 4 years ago

genedan commented 4 years ago

See ex_8_9_8_test.py in the testing suite. olb_r and olb_p should return the accumulated loan amount when t=1/12. Instead, an amount smaller than the loan amount is returned which is not correct.