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
30 stars 4 forks source link

create generalized GrowthRate class #17

Closed genedan closed 4 years ago

genedan commented 4 years ago

I've so far counted at least 16 different types of interest-discount conversions, leading me to think that it may be difficult for the user to handle.

All these different rates can be abstracted to a general class, which can then be handled by the existing amount/accumulation classes.

I will need to make sure that the underlying mechanics work first, so it may be some time until I get to this.