This program allows a user to calculate credit parameters of two different types of loans: annuity and differentiated, given the annual interest rate. Parameters include: principal loan amount, monthly payment amount, the loan period in months and the cost of the loan (overpayment). This program is designed to be executed from the command line. See the wiki for more details.
- Using third party modules e.g argparse, math
- Using math functions and converting formulas into code
- Using and coding for the command line