## TVM Techniques
There are broadly two TVM techniques, which are mirror images of each other:
| Technique | Also Called | Direction in Time | Question it Answers |
|---|---|---|---|
| Future Value (FV) | Compounding | Today → Future | What is today's money worth later? |
| Present Value (PV) | Discounting | Future → Today | What is tomorrow's money worth now? |
### 1. Future Value (Compounding Technique)
Future Value is the cash value of an investment at some point in the future. It is tomorrow's value of today's money, compounded at the rate of interest.
$$FV = PV \times (1 + r)^n$$
Where:
- PV = present (today's) amount invested
- r = rate of interest (per period, as a decimal)
- n = number of periods
### 2. Present Value (Discounting Technique)
Present Value is today's value of tomorrow's money, discounted at the interest rate. It is simply the FV formula rearranged.
$$PV = \frac{FV}{(1 + r)^n}$$
### The Relationship
Compounding and discounting are inverse operations:
- Compounding pushes money forward in time (multiply by $(1+r)^n$).
- Discounting pulls money backward in time (divide by $(1+r)^n$).
The term $(1+r)^n$ is the compounding factor; its reciprocal $\frac{1}{(1+r)^n}$ is the discounting factor (PVF).