ValQ - Plan
FormulaProductChangelogStart Trial
  • Introduction to ValQ
    • Get ValQ
    • The ValQ Workflow
  • Model
    • Get Data
    • Create Model
      • Dynamic Model
      • Custom Model
      • Import a Model
    • Model Editor
      • Node Operations
      • Editor Features
    • Node Settings
    • Templates
      • Apply Template
      • Manage Template Nodes
      • Import Template
      • Export Template
    • Formula Functions
      • Logical Functions
        • IF
        • SWITCH
        • AND
        • OR
        • NOT
        • XOR
        • IFNAN
      • Math Functions
        • SUM
        • SUBTRACT
        • PRODUCT
        • DIVISION
        • AVERAGE
        • AVERAGEEXZERO
        • AVERAGEEXNEG
        • AVERAGEEXZERONEG
        • COUNT
        • ABS
        • MIN
        • MAX
        • POWER
        • SQRT
        • EXP
        • LOG
        • ROUND
        • FLOOR
        • CEILING
      • Finance Functions
        • IRR
        • NPV
        • PMT
        • IPMT
        • FV
        • PV
        • CUMIPMT
        • CUMPRINC
        • RATE
      • Range Functions
        • RANGE
        • LastNPeriods
        • Get
        • ForEach
        • findByTitle
        • GETCURRENTRANGE
        • GETROWVALUE
        • THIS_SOURCE_KEY
        • PERIOD_LOOKUP
        • PRIOR_SERIES_PERIOD_LOOKUP
      • Static Identifiers
        • THIS/ME
        • CURRENT_SERIES*
        • CURRENT_SERIES_ID*
        • CURRENT_PERIOD_INDEX
        • CURRENT_NODE_VALUES
        • DS.SERIES
      • Node Properties
        • Node Properties Explanation
    • Global Settings
  • Plan
    • Create New Plan
    • Time Series Forecasting
    • Allocation Features
      • Goal Seek
      • Distribute
      • Copy to Periods
    • Driver Based Planning
      • Enabling Driver Based Plan
      • Configuring Driver Inputs
      • Bulk Configuration of Drivers
    • Plan Interface
  • Simulate
    • Create a Scenario
    • Perform Simulations
    • Manage Scenarios
    • Simulation Interface
    • Add Notes
    • Compare Scenarios
    • Scenario Analysis by Node
    • Create Initiatives in a Scenario
      • Steps to create initiatives
    • Create your Presentation
    • Understanding the Node Components
  • Report
    • Variance Analysis Report
  • ValQ Premium FAQs
  • Glossary
  • Resources
  • Release Notes
Powered by GitBook
On this page
  • Syntax
  • Arguments
  • Example
  • Result
  1. Model
  2. Formula Functions
  3. Finance Functions

PMT

The PMT function calculates the payments for a loan based on constant payments and a constant interest rate.

Syntax

PMT(Rate,Nper,PV,FV?,Type?) - > Number

Arguments

Arguments
Datatype
Description

Rate

Number, Node reference

The interest rate per period.

Nper

Number, Node reference

The total number of periods.

PV

Node reference

The present value or initial investment. Cash outflows are considered as negative and cash inflows as positive.

FV?

Node reference

The future or residual value. This is an optional argument and if omitted, it is considered to be zero.

Type?

Number

Indicates when the payments are made. Type is zero if payments are made at the end of the period and non-zero if payments are made at the start of the period. This is an optional argument and when omitted, it is considered to be zero.

Example

Consider a $10,000 loan at an annual rate of 10% that is to be paid off in 1.5 years. All payments are made at the beginning of the month.

Periods
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

Periodic Rate

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

0.83%

Number of periods

18

18

18

18

18

18

18

18

18

18

18

18

18

18

18

18

18

18

Loan Amount

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

10000

Type

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

1

To calculate the monthly payments that are to be made, the formula should be written in the [PMT] node:

PMT( 0.83% ,[Number of periods],[Loan Amount],0,1)

We are dividing the annual rate by 12 to get the period rate.

Result

Monthly Payments

PMT

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

₹ -595.61

PreviousNPVNextIPMT

Last updated 1 year ago