Last chance! 50% off unlimited learning
Sale ends in
annuity(interestRates, periods, type = "immediate")
infinity
then it returns the value of a perpetuity.accumulatedValue
# The present value of 5 payments of 1000 at one year interval beginnin now when the interest rate is 2.5% is
1000*annuity(interestRates=0.05, periods=5, type = "due")
Run the code above in your browser using DataLab