Skip to content

fvschedule

Future value with variable interest rates.

v = fvschedule(principal, schedule)

Returns the future value of principal after applying a series of compound interest rates given in schedule (a vector of period rates).

fvschedule(1000, [0.05 0.04 0.06]) % 3 years of varying rates
  • fv — Future value of an investment.