powered by
The value of the payment of a loan with constant payments (french type amortization)
pmt(amt, maturity, rate)
The amount of the loan
The maturity of the loan
The rate of the loan
The periodicity of the maturity and the rate must match, and this will be the periodicity of the payments
pmt(amt = 100, maturity = 10, rate = 0.05)
Run the code above in your browser using DataLab