Financial Toolbox | ![]() ![]() |
Syntax
Payment = payodd(Rate, NumPeriods, PresentValue, FutureValue, Days)
Description
Payment = payodd(Rate, NumPeriods, PresentValue, FutureValue, Days)
returns the payment for a loan or annuity with an odd first period.
Examples
A two-year loan for $4000 has an annual interest rate of 11%. The first payment will be made in 36 days. To find the monthly payment
Payment = payodd(0.11/12, 24, 4000, 0, 36)returns
Payment=
186.77
See Also
amortize
, payadv
, payper
![]() | payadv | payper | ![]() |