Josh-Voyles / affordable

Affordible is a simple financial calculator that helps you determine what you can afford.
GNU General Public License v3.0
0 stars 0 forks source link

Fix PMI calculation for issue #137 #140

Closed randy-shreeves closed 2 months ago

randy-shreeves commented 2 months ago

Removed if clause in _calculate_monthly_pmi_payment() function that returned 0 if the down payment was greater than or equal to 20% of total home value. This check will be implemented as a pop-up notification on the front end of the application instead.