chris1610 / pbpython

Code, Notebooks and Examples from Practical Business Python
https://pbpython.com
BSD 3-Clause "New" or "Revised" License
1.99k stars 987 forks source link

The Reverse of a Loan Payment Schedule Calculator #31

Open flowerbug opened 5 months ago

flowerbug commented 5 months ago

I'm looking at the code you have and see it might be adapted, but I'm not sure how easy that will be done. :)

When taking out a Certificate of Deposit the term can be specified in years or months, but also the date when it is taken out may be any day of the month when that happens. At the end of the term you may have a partial payment of interest.

What I need is basically a generator that will give elements that allow partial fractions for the months (starting and finish) along with those full months in between. I think I can get this figured out eventually... :)

Thanks for what you have posted so far!