PVCO calculates the present value of a certain-only annuity based on the assumption for interest.
Syntax
PVCO (InterestRate, YearsCertain,
[Frequency], [COLA], [AnnTiming])
Note: |
This is the same as Excel’s native PV function: PV(rate, nper, pmt, [fv], [type]). To illustrate, in the following examples of an 𝑛-year certain only annuity at 𝑖%, EAC’s PVCO function matches Excel’s PV function:
|
Parameter Name |
Description |
||||||||||||||
InterestRate |
The interest rate(s) to discount future
payments to calculate the present value. May be a number, a percentage, a
text string, a named range, or reference to a range. ·
Rates
can be defined using these interest definitions. ·
Note:
A value that is greater than 25% (i.e. 0.25) will be divided by 100; e.g.
if you enter 2.75 it will be treated as .0275 or 2.75%. |
||||||||||||||
YearsCertain |
Number of years guaranteed payments. May
be an integer, or a factional amount (e.g. years & months). |
||||||||||||||
Frequency |
Number of payments per year:
|
||||||||||||||
COLA |
Periodic cost-of-living
adjustment applied to the benefit amount. |
||||||||||||||
AnnTiming |
Defines when the payments are
made in the period.
|
Related Topics