powered by
Converts a nominal interest rate into an effective rate.
calc_effective_rate(nominal_rate, m)
Effective interest rate.
Nominal interest rate (decimal).
Number of compounding periods per year.
calc_effective_rate(nominal_rate = 0.12, m = 12) # 12% nominal monthly
Run the code above in your browser using DataLab