Skip to content

PV of Ordinary Annuity

Calculates the present value of an ordinary annuity (discrete annual end-of-period payments) discounted at a continuously-compounded rate k.

When to use: Use when payments arrive annually at year-end but you want to discount them with continuous compounding — the standard convention in continuous-time finance and actuarial models.

Calculator

Formula

PVA=PMT×1e(k×n)ek1PVA = PMT \times \frac{1 - e^{-(k \times n)}}{e^{k} - 1}

Variables

SymbolNameDescriptionUnit
PVAPresent Value of AnnuityTotal present value of all payments$
PMTPaymentPeriodic payment amount$
kInterest RateNominal annual interest rate as a decimal%
nNumber of YearsTime period in yearsyears

Real-Life Examples

Example 1: Continuous Discount

$10,000/year for 15 years at 5% continuous discounting.

Given

PMT = 10,000k = 0.05n = 15

Step-by-Step

1.PVA = $10,000 × [1 - e^(-0.75)] / [e^(0.05) - 1]
2.PVA = $10,000 × 0.5276 / 0.0513
3.PVA = $10,000 × 10.2911 = $102,910.51
Result:102,910.51

The annuity is worth $102,910.51 in present value terms with continuous discounting.

Example 2: Academic Problem

$2,000/year for 10 years at 8% continuous discounting.

Given

PMT = 2,000k = 0.08n = 10

Step-by-Step

1.PVA = $2,000 × [1 - e^(-0.8)] / [e^(0.08) - 1]
2.PVA = $2,000 × 0.5507 / 0.0833
3.PVA = $2,000 × 6.6117 = $13,223.45
Result:13,223.45

The present value is $13,223.45 with continuous discounting.

Frequently Asked Questions

It is used in theoretical finance, academic research, and advanced models where the discount rate is naturally expressed in continuously-compounded form (e.g., from option-pricing or yield-curve models). For practical day-to-day calculations, the m-times version with m matching real-world compounding is more common.

Continuous discounting produces a slightly lower present value than annual discounting at the same nominal rate. This is because continuous compounding implies a higher effective annual rate, meaning future cash flows are worth less today.

The discount factor (1+k)^-t in the discrete formula is replaced by e^(-kt) in the continuous form. The denominator changes from k to e^k - 1 because the annuity factor must reflect the per-year discount factor implied by continuous compounding.