numpy.fv(rate, nper, pmt, pv, when='end') [source]
Compute the future value. Given:
a present value, pv
an interest rate compounded once per period, of which there are
nper total a (fixed) payment, pmt, paid either at the beginning (when = {?begin?, 1}) or the end (when = {?end?, 0}) of each period Return: the value at the end of the nper periods Parameters:
rate : scalar or array_like of shape(M, ) Rate of interest as decimal (not per cent) per period nper : scalar or array_like of