Returns the NPV (Net Present Value) of a cash flow series.
rate : scalar
The discount rate.
values : array_like, shape(M, )
The values of the time series of cash flows. Must be the same increment as the rate.
out : float
The NPV of the input cash flow series values at the discount rate.
Notes
Returns the result of:
numpy.pv
numpy.pmt