A compound interest factor is a precomputed multiplier that converts one type of cash flow into another at a given interest rate over periods. They turn long time-value derivations into one-line lookups.

Notation is , read ” given “. Starting from a known , the equivalent is

The six standard factors are:

FactorNameFormulaUse
Single payment compound amount
Single payment present worth
Uniform series compound amountannuity
Sinking fund → annuity
Series present worthannuity
Capital recovery → annuity

The names matter for vocabulary:

  • Sinking fund factor — the equal annual deposit needed to accumulate a future amount . “Sinking fund” is the historical term for a savings plan that builds toward a future obligation.
  • Capital recovery factor — the equal annual payment that pays back a present-day loan over periods. The basis of all amortising loan calculations.
  • Series present worth factor — the present-value lump sum equivalent to a stream of annual payments over periods.
  • Uniform series compound amount factor — the future-value lump sum an annuity of accumulates to over periods.

Two more for gradient series:

  • — arithmetic gradient to present worth.
  • — arithmetic gradient to annuity.

The arithmetic-gradient factors handle cash flows that start at zero and grow by a constant amount each period: at periods . See Arithmetic gradient series.

For geometric gradients (growth by a constant percentage each period), there’s a closed-form factor as well, but in practice geometric gradients are usually handled in spreadsheets rather than by lookup. See Geometric gradient series.

Two practical conventions:

  • Carry four decimal places in factor lookups until the final answer, then round. The factors are exponentials of small numbers, so rounding errors propagate fast.
  • The factors live in interest factor tables indexed by and . Modern practice computes them inline in spreadsheets, but tables are still handy for exams and quick sanity checks.

Applications: Present worth method and Annual worth method.