In order to compare credit cards I would like to calculate the effective interest of each with the following variables:
- nominal interest = e.g. 10%
- startfee = e.g. 300
- monthly_fee = e.g. 25
- period = e.g. 36 (months, e.g. 3 years)
- credit_sum = 10000
The credit sum is paid monthly and Interest is compounded monthly
I have found thousands of pages showing the formula how to calculate the effective interest based on only nominal interest but nothing that shows the inclusion of fees.
From what I understand how this is calculated, I calculate the total fees for the loan (fees+interest) and then do a backwards calculation to calculate the interest rate?
For example, if the total cost of a loan for 3 years 100.000 is 115.000, what would then be the yearly effective rate?