Alright all you math experts out there I need your help.
I have a formula for an annuity due calculation
fv = p * (((1 + i) ^ n - 1) / i) * (1 + i)
where
fv = future value
p = payments
i = interest rate
n = term
No problem there - everything is working as it should.
I now need a formula where the payements (p) change. They will change by a fixed percentage amount (ie: increase 3% a year for the term).
I need the formula ... any ideas?
cheers,
I have a formula for an annuity due calculation
fv = p * (((1 + i) ^ n - 1) / i) * (1 + i)
where
fv = future value
p = payments
i = interest rate
n = term
No problem there - everything is working as it should.
I now need a formula where the payements (p) change. They will change by a fixed percentage amount (ie: increase 3% a year for the term).
I need the formula ... any ideas?
cheers,
Comment