Library/Financial Mathematics, Statistics, and Data Foundations/Financial Arithmetic, Time Value, and Returns/Holding-Period and Cumulative Return

D00-F02-A08 / Complete engineering topic

Holding-Period and Cumulative Return - a beginner's guide

Combine several period returns by multiplying their growth factors, then compare the result with the start of the whole path.

A four-step beginner lesson map for Holding-Period and Cumulative ReturnD00 / D00-F02

Domain: D00 — Financial Mathematics, Statistics, and Data Foundations
Family: D00-F02 — Financial Arithmetic, Time Value, and Returns
Audience: a curious beginner who may not have studied finance or programming
Delivery: plain-language lesson, hand-worked arithmetic, and a small interactive lab

The one-sentence idea

Combine several period returns by multiplying their growth factors, then compare the result with the start of the whole path.

Why this matters in money

A +10% period followed by -10% is not back to zero: the loss applies to a larger amount. Cumulative return makes that path effect visible.

What you will be able to do

What you need first

You do not need to program for this lesson. We use ordinary words and small numbers first. Later domains may show implementation details after the idea is comfortable.

Words to know

TermIn simple words
Holding periodThe full time between the starting and ending valuation.
Period returnThe return measured over one smaller segment.
Growth factorOne plus a decimal period return.
Cumulative returnThe total change over the path after compounding the period factors.

Scope and simple boundary

We use a value path with no external deposits or withdrawals. Cash flows between periods require a cash-flow-aware method, not a blind multiplication.

Definition contract

DecisionOur simple choiceWhat we do not claimCheck
CombinationMultiply (1 + each period return).Do not simply add percentages when the base changes.The +10%, -10% example ends at -1%.
Cash flowsAssume no deposit or withdrawal between observations.Do not confuse a contribution with investment performance.The limitation routes cash-flow cases elsewhere.
LabelState whether the result is price-only or total wealth.A cumulative number without its input definition is incomplete.The example states its value path.

Input contract

NameKindUnitEmpty?Meaning
firstrate%NoFirst period return.
secondrate%NoSecond period return.
thirdrate%NoOptional third period return.

All values in one example must use the same time period, currency, and scale unless the lesson explicitly shows a conversion. A missing or impossible input is a question to resolve, not a number to guess.

Output contract

OutputKindUnitMeaningSafety rule
growth_factorratiounitlessProduct of 1 plus each decimal period return.Every factor must be positive for a valid wealth path.
cumulative_returnpercentage%Growth factor minus 1.The path and cash-flow convention must be stated.

The rule in everyday language

cumulative return = (1+r1)(1+r2)...(1+rn) - 1

Think of the rule as a sentence. Say what each number means before you put it into the sentence.

Symbol table

NameMeaningUnit
rireturn in period idecimal
1+riperiod growth factorunitless
nnumber of periodscount
Rcumulative returndecimal or %

Four small steps

  1. Write each period return as a decimal.
  2. Add 1 to make each period a growth factor.
  3. Multiply the factors in time order.
  4. Subtract 1 and label the complete holding period.

Worked example (synthetic teaching numbers)

Synthetic example: period 1 is +10% and period 2 is -10%. Factors are 1.10 and 0.90. Product = 1.10 x 0.90 = 0.99, so cumulative return = 0.99 - 1 = -1%.

Independent check

Starting with SAR 100 gives SAR 110 after +10%, then SAR 99 after -10%. The ending SAR 99 is 1% below the original SAR 100, confirming the factor calculation.

The numbers above are synthetic and author-derived for learning. They are not an observation about a named company, market, customer, or investment.

Simple playground

Open the small guided lab. Choose a number, press Step, and read the explanation under the result. The lab is designed to show one idea at a time, not to replace the lesson.

Holding-Period and Cumulative Return lesson map

What to notice: the input, the rule, the check, and the safe interpretation are shown in that order. Open the full-size visual.

Where this is useful

  • describing a multi-period wealth path
  • checking why returns do not add naively
  • preparing for geometric averages and annualization

What this does not tell you

Deposits, withdrawals, dividends, fees, leverage, and different valuation conventions can change the path. This lesson does not allocate credit for external cash flows.

This is educational content, not investment, tax, legal, accounting, or regulatory advice. A simple calculation can be correct and still be the wrong calculation for a real decision.

Historical-example decision

Not useful for this lesson. A named company would add a story but would not teach the primitive more clearly than the small synthetic numbers above. A real case would also need a verified entity, period, unit, and publication right. The lesson therefore keeps its arithmetic transparent and synthetic.

Related lessons

Evidence boundary

The plain-language definitions and measurement cautions are supported by INVESTOR_RETURN, CFA_QM. The formula wording, examples, and lab behavior are author-derived teaching choices. See the claim ledger and references for the boundary.

Optional verification implementation

You do not need code to learn this lesson. The package now includes matching Python and TypeScript verification façades, a shared worked-example fixture, and parity tests. They reproduce the lesson’s frozen rule and remain optional for nontechnical learners.

Enhancement studio: draw, compare, explain

This additive studio does not replace the beginner lesson above. It gives you two more drawings, a decision comparison, and short practice prompts so you can explain the idea without copying a formula or writing code.

Drawing 1 — name, apply, check

Three-part concept anatomy for Holding-Period and Cumulative Return

Read left to right: name what the data means, apply the narrow lesson rule, then use an independent check. Open the full-size concept anatomy.

Choose the right idea

DecisionThis lessonClosest next or comparisonWhy the difference matters
Main questionCombine several period returns by multiplying their growth factors, then compare the result with the start of the whole path.Arithmetic versus Geometric Average ReturnChoose the question before choosing the arithmetic.
Safe rulecumulative return = (1+r1)(1+r2)...(1+rn) - 1Uses its own input and boundary contract.Neighboring lessons can use the same numbers but answer different questions.
Required checkStarting with SAR 100 gives SAR 110 after +10%, then SAR 99 after -10%. The ending SAR 99 is 1% below the original SAR 100, confirming the factor calculation.Re-check its own unit, time, denominator, or schema.A correct answer to the wrong question is still wrong.
Stop conditionDo not simply add percentages when the base changes.Move only when its prerequisites are satisfied.Unknown meaning is a reason to pause, not to guess.

Drawing 2 — common-mistake clinic

Safe reading compared with a tempting mistake for Holding-Period and Cumulative Return

The left side states the safe interpretation; the right side shows the mistake that often produces a believable but misleading result. Open the full-size mistake comparison.

Explain it back without code

  1. Name it: What does the first input or observation mean?
    Answer: First period return.
  2. Choose it: Which rule belongs to this question?
    Answer: cumulative return = (1+r1)(1+r2)...(1+rn) - 1
  3. Challenge it: What check could make you stop?
    Answer: Starting with SAR 100 gives SAR 110 after +10%, then SAR 99 after -10%. The ending SAR 99 is 1% below the original SAR 100, confirming the factor calculation.

If your explanation leaves out the unit, period, denominator, grain, or availability time that the lesson needs, it is not complete yet.

Related concepts and learning handoff

Holding-Period and Cumulative Return — four-part map

This diagram shows the learner's path from a named input to a safe explanation.

Rendering system map…

Takeaway: the check is not an afterthought. It tells the learner whether the answer belongs to the question that was asked.

ReferencesPrimary sources and evidence notes

Expand the source trail, evidence role, and limitations behind the engineering choices.

Each source has a limited evidence role. The worked values, visuals, and playground controls are synthetic and author-derived.

INVESTOR_RETURN - Annual Return

  • Organization or authors: U.S. Securities and Exchange Commission
  • Source type: Official investor education glossary
  • Publication or effective date: Current web edition
  • Version: current web edition accessed for this build
  • URL: https://www.investor.gov/introduction-investing/investing-basics/glossary/annual-return
  • Accessed: 2026-08-10
  • Jurisdiction: general educational finance or measurement context
  • Supports: Why a return describes what an investment gained or lost over a stated period.
  • Limitations: It does not make a return comparable when periods, fees, taxes, or cash-flow timing differ.

CFA_QM - CFA Institute Quantitative Methods Study Session

  • Organization or authors: CFA Institute
  • Source type: Professional finance curriculum
  • Publication or effective date: 2023 Level I curriculum PDF
  • Version: current web edition accessed for this build
  • URL: https://www.cfainstitute.org/sites/default/files/-/media/documents/study-session/2023-l1-topics-combined.pdf
  • Accessed: 2026-08-10
  • Jurisdiction: general educational finance or measurement context
  • Supports: Why periodic rates need a stated period and why compounding is multiplicative rather than a simple sum.
  • Limitations: Curriculum notation is simplified for teaching and does not replace a product's legal terms.

Author-derived and synthetic boundary

The formulas are standard classroom definitions selected for this family. The examples use small synthetic SAR amounts and percentage rates so a learner can reproduce every step by hand. They do not establish a company fact, market outcome, product quote, or investment result.

algorithm.ts
import { runTopic as runD00Topic, type D00Input, type D00Output } from "../../../../shared/typescript/d00Engine.ts";

/** Run the canonical D00-F02-A08 calculation. */
export function holdingPeriodAndCumulativeReturn(input: D00Input): D00Output {
  return runD00Topic("D00-F02-A08", input);
}
Full-height lablessonOpen full screen