numpy.ppmt()

numpy.ppmt

numpy.ppmt(rate, per, nper, pv, fv=0.0, when='end') [source]

Compute the payment against loan principal.

Parameters:

rate : array_like

Rate of interest (per period)

per : array_like, int

Amount paid against the loan changes. The per is the period of interest.

nper : array_like

Number of compounding periods

pv : array_like

Present value

fv : array_like, optional

Future value

when : {{‘begin’, 1}, {‘end’, 0}}, {string, int}

When payments are due (‘begin’ (1) or ‘end’ (0))

See also

pmt, pv, ipmt

© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.ppmt.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部