Financial Toolbox | ![]() ![]() |
Syntax
Payment = payadv(Rate, NumPeriods,PresentValue
,FutureValue
, Advance)
Description
Payment = payadv(Rate, NumPeriods,
returns the periodic payment given a number of advance payments.PresentValue
, FutureValue
,
Advance)
Examples
The present value of a loan is $1000.00 and it will be paid in full in 12 months. The annual interest rate is 10% and three payments are made at closing time. Using this data
Payment = payadv(0.1/12, 12, 1000, 0, 3)returns
Payment = 85.94for the periodic payment.
See Also
amortize
, payodd
, payper
![]() | opprofit | payodd | ![]() |