Creates a CSV file of a repayment plan
View the Project on GitHub zevyirmiyahu/Loan-Repayment-Planner
This is a simple program that will create a CSV file AND print to the console a monthly repayment plan for an annuity loan. The user simply needs to alter the parameters in the App class. The program takes four parameters: duration (number of instalments), nominal interest rate, total loan amount(‘total principle amount) and date of disbursement/payout. View the source code here: source code
-use annuity repayment formula translated to java code -calculate annuity, interest and princpal -uses arraylists and methods for storing outputs -increments the date for each repayment