| Line 34: |
Line 34: |
| | | | |
| | ==ZOS Section== | | ==ZOS Section== |
| − | *The function to calculate PMT in ZOS is | + | *The function to calculate PMT in ZOS is PMT(Rate,NoPaymentPeriods,PresentValue,FutureValue,Type) |
| − | :
| + | *<math>rate </math> is the interest rate. |
| | + | *<math> NoPaymentPeriods </math> is the total number of payment periods. |
| | + | *<math> PresentValue </math> is the current value for the amount. |
| | + | *<math> FutureValue </math> is the future value. |
| | + | *For e.g.,PMT(0.62/12,19..22,34000) |
| | | | |
| | ==Examples== | | ==Examples== |