powered by
The rate of a loan with constant payments (french type amortization)
rate(amt, maturity, pmt, extrema = c(1e-04, 1e+09), tol = 1e-04)
The amount of the loan
The maturity of the loan
The payments of the loan
Vector of length 2 that has the minimum and maximum value to search for the rate
The tolerance to use in the root finding algorithm
The periodicity of the maturity and the payment must match, and this will be the periodicity of the rate (which is returned as an effective rate)
rate(amt = 100, maturity = 10, pmt = 15)
Run the code above in your browser using DataLab