Name

Pmt Function — Microsoft.VisualBasic.Financial

Synopsis

Pmt(rate, nper, pv[, fv[, due]])
rate required; Double

The interest rate per period.

nper required; Double

The total number of payment periods.

pv required; Double

The present value of the series of future payments.

fv optional; Double

The future value or cash balance after the final payment.

due optional; DueDate enumeration

A value indicating when payments are due. EndOfPeriod (0) indicates that payments are due at the end of the payment period; BegOfPeriod (1) indicates that payments are due at the beginning of the period. If omitted, the default value is 0.

Return Value

A Double representing the monthly payment

Description

Calculates the payment for an annuity based on periodic, fixed payments and a fixed interest rate. An annuity can be either a loan or an investment.

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.