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

The standard notation is , read as ” given “. It’s a multiplier: starting with a known , you compute the equivalent by

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 also 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 that’s equivalent to a stream of annual payments over periods.
  • Uniform series compound amount factor — the future-value lump sum that 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 small rounding errors propagate dramatically.
  • The factors live in interest factor tables indexed by and . Modern practice is to compute them inline in spreadsheets, but tables are still useful for exam settings and for quick sanity checks.

For each individual factor, see the dedicated notes (Sinking fund factor, Capital recovery factor, Series present worth factor, Uniform series compound amount factor). For applications, see Present worth method and Annual worth method.