# Pmt (FV)

| **Name**    | ***Pmt (FV)***                                                                                                                                    |
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| Syntax      | Pmt (Real Rate, Real Periods, Real numPeriods, Real PV, Real FV)                                                                                  |
| Purpose     | To return the payment for an annuity based on periodic, fixed payments and a fixed interest rate.                                                 |
| Description | Returns the payment for an annuity based on periodic, fixed payments and a fixed interest rate. Takes into account Future Value too.              |
| Return Type | Double                                                                                                                                            |
| Parameters  | <p>Rate \[System.Double]</p><p>periods \[System.Double]</p><p>numPeriods \[System.Double]</p><p>PV \[System.Double]</p><p>FV \[System.Double]</p> |

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FWJ7pjf0aaOcGoUQY47RQ%2F0.png?alt=media)

### **Example**

In this example, we will be passing the required parameters to the function transformation object using a *Variables* object.

Where,

*rate* = 1.0123

*periods* = 0

*numPeriods* = 1000

*PV* = 25000

*FV* = 10000

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2Fc9W6Z19hBhuP2FZiuExG%2F1.png?alt=media)

Right-click on the function transformation object and select *Preview Output.* You can see that Astera Data Stack has applied the Pmt function, and returned the payment value, taking into account the specified future value.

![](https://3083465318-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsR50Wa7EwZGlmPSAMkkf%2Fuploads%2FvZsHPqcxL5inRB9q4c8N%2F2.png?alt=media)
