The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Function File: pmt (r, n, a, l, method)

Return the amount of periodic payment necessary to amortize a loan of amount a with interest rate r in n periods.

The optional argument l may be used to specify a terminal lump-sum payment.

The optional argument method may be used to specify whether payments are made at the end ("e", default) or at the beginning ("b") of each period.

See also: pv, nper, rate.

Package: financial