{
  "id": "3feca663-f6dd-572a-993c-a723c50620de",
  "slug": "annuity",
  "term": "Annuity",
  "aliases": [],
  "category": "Financial Mathematics",
  "category_slug": "financial-mathematics",
  "difficulty": "basic",
  "definition": "An annuity is a financial contract or mathematical construct involving a series of equal, periodic cash flows paid at regular intervals over a defined period, with its present value determined by discounting those cash flows at the appropriate interest rate. Annuities are foundational instruments in insurance, pension design, structured finance, and fixed income valuation, serving both as physical financial products and as mathematical tools for pricing level-payment structures.",
  "key_takeaways": [
    "An ordinary annuity (annuity-immediate) pays at the end of each period; an annuity-due pays at the beginning, making it worth exactly one period of interest more: PV_due = PV_ordinary × (1+r).",
    "Present value of an ordinary annuity: PV = PMT × [1 - (1+r)^(-n)] / r; future value: FV = PMT × [(1+r)^n - 1] / r.",
    "A growing annuity includes a constant growth rate g in each payment: PV = PMT / (r - g) × [1 - ((1+g)/(1+r))^n], which converges to the Gordon Growth Model perpetuity formula as n approaches infinity.",
    "Annuity factors are used extensively in bond pricing, mortgage amortization, lease valuation, and pension liability calculation, making mastery of the formulas essential for any quantitative finance role.",
    "Insurance company annuity products involve longevity risk (the risk that the annuitant outlives the payment period) in addition to interest rate risk, requiring actuarial mortality tables for pricing alongside standard discount rate analysis."
  ],
  "detailed_explanation": "The annuity concept translates the time value of money into a practical calculation framework for any situation involving regular, equal cash flows. The fundamental insight is that a series of N future payments of PMT can be exchanged for a lump sum today (PV) or accumulated into a future sum (FV), with the conversion rate determined by the interest rate per period and the number of periods. This equivalence principle underlies virtually every financial contract involving periodic payments: mortgages, leases, bond coupons, insurance premiums, and pension distributions.\n\nThe ordinary annuity formula PV = PMT × [1 - (1+r)^(-n)] / r can be derived by summing a geometric series of discounted cash flows. The bracketed term is the annuity factor (also called the present value interest factor of an annuity, or PVIFA). For practical calculations, annuity factors are tabulated or computed directly; a 20-year annuity at 6% has a factor of 11.470, meaning a $1,000 annual payment stream is worth $11,470 today. Understanding the mathematical structure reveals key properties: as r increases, the annuity factor decreases (present value falls with rising discount rates, the core duration concept); as n increases, the factor approaches 1/r (the perpetuity value), but most of the present value is captured within the first 20-30 years for typical interest rate levels.\n\nIn fixed income analysis, the annuity formula prices the coupon stream component of a bond (separate from the terminal principal repayment). A 5% coupon bond with semiannual payments, $1,000 face value, 10-year maturity, priced at yield of 6%: coupon stream PV = $25 × PVIFA(3%, 20 periods) = $25 × 14.877 = $371.94; principal PV = $1,000 × (1.03)^(-20) = $553.68; total price = $925.62. This decomposition enables sensible analysis of interest rate sensitivity and the relative contribution of income versus principal to total return.\n\nFor pension actuaries and insurance companies, annuities are the fundamental liability-matching instrument. A defined benefit pension plan can model its liability as a series of annuity payments to retired participants—the present value of which must be matched by plan assets. Duration matching of asset and liability annuity streams is the theoretical foundation of liability-driven investing (LDI), the dominant strategy framework for corporate pension fund asset allocation. Small mismatches in duration create interest rate risk; the magnitude depends on the annuity factor's sensitivity to rate changes (modified duration of the annuity).",
  "example": "A retiree receives a pension of $3,000 per month for 25 years (assuming no inflation adjustment). With a discount rate of 4% per annum (0.333% per month) and 300 monthly payments: PV = $3,000 × [1 - (1.00333)^(-300)] / 0.00333 = $3,000 × 189.45 = $568,350. This is the actuarial reserve the pension plan must set aside today to fund this retiree's obligation. If interest rates rise from 4% to 5%, the annuity factor falls to 171.06, reducing the PV to $513,180—a decrease of $55,170. This interest rate sensitivity drives pension funds to match asset duration to their annuity liability duration, typically deploying long-duration bonds and interest rate swaps.",
  "formula": "PV (ordinary annuity) = PMT × [1 - (1+r)^(-n)] / r\nFV (ordinary annuity) = PMT × [(1+r)^n - 1] / r\nPV (annuity-due) = PMT × [1 - (1+r)^(-n)] / r × (1+r)\nPV (growing annuity) = PMT / (r-g) × [1 - ((1+g)/(1+r))^n]",
  "formula_latex": null,
  "interactive_type": "calculator",
  "calculator_id": null,
  "related_terms": [
    "asset-allocation",
    "bond",
    "bootstrap-method-rates",
    "convexity-adjustment",
    "discount-rate",
    "duration",
    "face-value",
    "inflation",
    "interest-rate",
    "law-of-large-numbers",
    "modified-duration",
    "perpetuity",
    "present-value",
    "time-value",
    "time-value-of-money"
  ],
  "backlinks": [
    "amortizing-bond",
    "bootstrap-method-rates",
    "central-limit-theorem",
    "collateralized-mortgage-obligation",
    "correlation-vs-causation",
    "discount-rate",
    "future-value",
    "inflation-linked-bond",
    "modified-internal-rate-of-return",
    "net-present-value",
    "normal-distribution",
    "perpetuity",
    "stable-distribution",
    "swaption",
    "volatility-swap"
  ],
  "cross_references": [
    "asset-allocation",
    "bond",
    "discount-rate",
    "duration",
    "face-value",
    "inflation",
    "interest-rate",
    "modified-duration",
    "perpetuity",
    "present-value",
    "time-value",
    "time-value-of-money",
    "yield"
  ],
  "tags": [
    "level:basic",
    "cat:financial-mathematics"
  ],
  "asset_classes": [],
  "regulators": [],
  "see_also": [],
  "sources": [],
  "wordcount": 733,
  "checksum": "2dda1119ac999f34",
  "version": "2026.05.03",
  "license": "CC-BY-4.0",
  "updated_at": "2026-09-07T02:15:24+00:00",
  "_links": {
    "self": "https://hedgefund.wiki/api/v1/terms/annuity",
    "jsonld": "https://hedgefund.wiki/api/v1/terms/annuity?format=jsonld",
    "markdown": "https://hedgefund.wiki/api/v1/terms/annuity?format=md",
    "graph": "https://hedgefund.wiki/api/v1/graph/annuity",
    "category": "https://hedgefund.wiki/api/v1/categories/financial-mathematics",
    "schema": "https://hedgefund.wiki/schema/term.schema.json",
    "html": "https://hedgefund.wiki/#/terms/annuity"
  }
}