Indexed Annuity
A Fixed Indexed Annuity (FIA) is a deferred annuity whose interest crediting is determined by a formula tied to a market index (S&P 500, NASDAQ, custom indices) with caps (maximum credit), participation rates (fraction of index return credited), and floors (typically 0% — no negative crediting). The contract combines fixed-annuity principal protection with limited equity-market upside.
Indexed annuities exist as a hybrid between fixed annuities (no upside, full downside protection) and variable annuities (full upside, full downside exposure). The customer gets some equity-linked growth without direct equity exposure; the insurer hedges the equity-linked obligation typically by purchasing call options on the underlying index.
The crediting mechanics are formulaic and product-specific. The most common is annual point-to-point: the index level on the contract anniversary is compared to the prior anniversary, the percentage change is computed, and the credit is the smaller of (a) the change × participation rate, (b) the cap, with a floor of 0%. So an FIA with 100% participation and 7.5% cap on annual point-to-point S&P 500 with 0% floor would credit:
- S&P 500 returns +12% in the year: credit is min(12% × 1.0, 7.5%) = 7.5% (capped) - S&P 500 returns +5% in the year: credit is min(5% × 1.0, 7.5%) = 5% (full participation, below cap) - S&P 500 returns -10% in the year: credit is max(-10% × 1.0, 0%) = 0% (floored)
More complex crediting strategies exist: monthly average, monthly cap, point-to-point with two-year measurement, high-water-mark, custom indices with built-in volatility caps. Cap rates and participation rates are reset annually; insurers typically lower caps in low-rate environments (because their option-purchase budgets shrink) and raise them in higher-rate environments.
For wealth-tech platforms, FIA modeling has to handle the per-anniversary crediting calculation rather than a continuous mark-to-market. The account value updates discretely on contract anniversary based on the year's index movement and the credit formula. Surrender values and death benefits are typically based on the account value plus any contract-defined minimum guaranteed surrender value (MGSV — typically 87.5% of premium accumulated at a low minimum interest rate).
FIAs have become the fastest-growing annuity category as of 2025, with approximately 40% of total annuity sales (LIMRA data). The growth reflects post-2022 high-rate environment where FIA caps became attractive (8-12% caps were common) and customer interest in equity-linked products without direct equity risk.
Credit = max(Floor, min(Cap, IndexReturn × ParticipationRate))- Cap
- = maximum percentage credit per year
- Floor
- = minimum percentage credit (typically 0%)
- IndexReturn
- = percentage change in underlying index from prior anniversary
- ParticipationRate
- = fraction of index return credited (often 100%)
Cap 7.5%, Floor 0%, Participation 100%. Index returns: +12%, -8%, +5%. Credits: 7.5% (capped), 0% (floored), 5% (full). Three-year compound credit: 1.075 × 1.000 × 1.050 - 1 = 12.9%. Same three-year unhedged S&P would have been: 1.12 × 0.92 × 1.05 - 1 = 8.2% — illustrating that the floor protection is meaningful in down-year scenarios.FIA-aware synthetic data needs the indexing-strategy parameters (cap, participation rate, floor, indexing method, underlying index), the per-anniversary crediting history, and the minimum guaranteed surrender value computation. Current account value alone is insufficient; the per-anniversary credit history is needed to validate the platform's crediting calculation and to project forward.
Common pitfalls
- Modeling the FIA as if it earned the full index return — caps materially reduce the credit in strong years.
- Forgetting the participation-rate variation — some products have <100% participation (e.g., 50-70%) which substantially reduces credits.
- Ignoring annual cap-rate resets — a contract issued at 8% cap in 2022 may have 5% cap by 2026 if rates declined.
- Treating floor as guaranteed minimum — the 0% floor protects against negative crediting in any year, but the contract's minimum guaranteed surrender value is a separate floor on the account value.
Examples
FIA issued 2015 with 100% participation, 7.5% cap, 0% floor on annual point-to-point S&P 500. Year-by-year crediting: 2016: +1.4% (S&P 500 +9.5%, capped at 7.5%? No — wait, 7.5% cap, so credit was 7.5%), 2017: +7.5% (capped), 2018: 0% (S&P -4.4%, floored), 2019: +7.5% (capped), 2020: +7.5% (S&P +18.4%, capped), 2021: +7.5% (capped), 2022: 0% (S&P -18.1%, floored), 2023: +7.5% (capped), 2024: +7.5% (capped). 10-year compound credit: ~62.9%. S&P 500 unhedged total return same period: ~204%. The cap is the major economic feature — the FIA captures a meaningful fraction of upside while protecting against downside.