Is there a formula for calculating loan repayments where interest is compounded daily, but repayments are made only monthly, for instance?
I would like to be able to calculate the repayment amount for any combination of repayment and compounding frequencies.
Cheers!
Yes, you must first convert your daily interest rate to a monthly interest rate:
Use the following formula:
$$(1+i^{(365)})^{365}=(1+i^{(12)})^{12}=(1+i)^1$$
Where $i^{(m)}$ is your m-thly effective interest rate
Then, you can use annuity formulas to determine your m-thly payment.
You can also determine the "daily payment" that is equivalent to the monthly payment but generally the method above is better when working with numbers