FIN301 • Chapter 6 Risk & Return

Spring 2026 • One stock → Two stocks → Beta → CAPM → SML | Back to FIN301 Hub
Theme:

Why study risk and return?

Every investment decision is a tradeoff: you want a higher return, but higher return usually comes with higher risk. This chapter gives you a structured way to measure both.

What you use this for

  • Compare investments using numbers, not guesses.
  • Estimate expected return before investing.
  • Measure volatility (risk) with standard deviation.
  • Reduce risk through diversification.
  • Use beta and CAPM for required return in a diversified portfolio.

Flow of this chapter

1) One stock: expected return + standard deviation 2) Two stocks: correlation + diversification 3) (Optional) Three stocks: see the pattern 4) Many stocks: shift to beta 5) CAPM + SML: required return for systematic risk

What is return?

Return is the gain (or loss) from an investment over a period. It can come from price change and cash income (such as dividends).

Key return formulas
Dollar Return = Ending Value − Beginning Value + Cash Income
Holding Period Return (HPR) = (P1 − P0 + D1) / P0
Expected Return = E[R] = Σ (p × R)

Notes: HPR is a realized return for one period. Expected return uses probabilities across possible outcomes.

Quick HPR example

Buy at $50, end at $54, dividend $1.

HPR = (54 − 50 + 1) / 50 = 5 / 50 = 0.10 = 10%

What is risk?

In this chapter, risk means uncertainty (variability) of returns. If returns swing a lot, risk is higher.

How we measure risk early in the chapter
Variance: Var(R) = Σ { p × [R − E(R)]² }
Standard deviation: σ = √Var(R)
  • Variance uses squared deviations from expected return.
  • Standard deviation is easier to interpret because it is in return units (%).

Notes: Convert percentages to decimals before calculations (10% = 0.10).

Topic 1: One stock (textbook Apple example) → Real data (Apple + Moderna)

First, we use a textbook probability table (Apple teaching example). Then, we show a real-data method: use 5-year monthly prices → monthly returns → mean and standard deviation in Excel.

Textbook example (Apple): states of the economy
State of the EconomyProbabilityApple Return (Example)
Recession10%-30%
Below Average20%-2%
Average40%10%
Above Average20%18%
Boom10%40%

Notes: This is a teaching probability model (not historical Apple returns).

Textbook Step 2: Compute expected return for Apple (show the math)
E[RA] = Σ (p × R)
State p R p × R
Recession0.10-0.30-0.0300
Below Average0.20-0.02-0.0040
Average0.400.100.0400
Above Average0.200.180.0360
Boom0.100.400.0400
Total = E[RA]0.0820 = 8.20%

This matches the Apple textbook expected return shown on this page: 8.20%.

Textbook Step 3: Compute Apple variance + standard deviation (show the math)
Var(RA) = Σ { p × [R − E(RA)]² }

Use E[RA] = 0.0820 (decimal).

State R R − E[RA] (R − E[RA])² p × (R − E[RA])²
Recession-0.30-0.3820.1459240.0145924
Below Average-0.02-0.1020.0104040.0020808
Average0.100.0180.0003240.0001296
Above Average0.180.0980.0096040.0019208
Boom0.400.3180.1011240.0101124
Variance = Var(RA)0.028836
σA = √0.028836 = 0.1698 = 16.98%

Apple textbook results (match check)

Expected return: 8.20%

Risk (stdev): 16.98%

What this shows

  • Expected return comes from the weighted average (p×R).
  • Risk comes from weighted squared deviations from the mean.
  • Next: compare this textbook method to the real-data method below.
Real data (from Excel): Apple (AAPL) — monthly returns → mean + stdev

If the download doesn’t start, right-click the button → “Save link as…”

Excel formulas

Monthly return (copy down): =(B3-B2)/B2 Mean monthly return: =AVERAGE(C3:C62) Monthly standard deviation (risk): =STDEV.S(C3:C62)

AAPL results (from embedded Excel data)

Mean (monthly):

Stdev (monthly):

One-SD range:

Interpretation

  • Mean = historical average monthly return (estimate).
  • Stdev = historical monthly volatility (risk).
DateAAPL PriceAAPL Monthly Return

First row has no return (no prior month).

Real data (from Excel): Moderna (MRNA) — monthly returns → mean + stdev

If the download doesn’t start, right-click the button → “Save link as…”

Excel formulas

Monthly return (copy down): =(E3-E2)/E2 Mean monthly return: =AVERAGE(F3:F62) Monthly standard deviation (risk): =STDEV.S(F3:F62)

MRNA results (from embedded Excel data)

Mean (monthly):

Stdev (monthly):

One-SD range:

Interpretation

  • MRNA has higher volatility than AAPL in this sample.
  • That’s why correlation + diversification matters next.
DateMRNA PriceMRNA Monthly Return

First row has no return (no prior month).

Mini-calculator (textbook: expected return + stdev from your own state table)

Paste rows as: probability, return (prob in %, return in %). Example: 10, -30

JU Return / Risk Calculator

Results

Expected return:

Variance:

Standard deviation:

Variance is shown in decimal units (for example, 0.028836).

Topic 2: Two-stock portfolio — Apple + Moderna (using Excel data)

Now we move from one stock to a two-stock portfolio. Use the same monthly return series and compute mean, stdev, and correlation in Excel, then compute portfolio risk. Correlation (AAPL, MRNA) = 0.1889.

Step 1: Excel functions (mean, stdev, correlation)
AAPL mean monthly return: =AVERAGE(C3:C62) AAPL monthly stdev: =STDEV.S(C3:C62) MRNA mean monthly return: =AVERAGE(F3:F62) MRNA monthly stdev: =STDEV.S(F3:F62) Correlation (AAPL, MRNA): =CORREL(C3:C62, F3:F62) → 0.1889
Input (monthly)AAPLMRNAExcel function
Mean return=AVERAGE(returns)
Stdev=STDEV.S(returns)
Correlation (AAPL, MRNA)0.1889=CORREL(C3:C62, F3:F62)
Step 2: Two-stock portfolio formulas
E[Rp] = wA × E[RA] + wM × E[RM]
Cov(A,M) = Corr(A,M) × σA × σM
Var(Rp) = wA²σA² + wM²σM² + 2wAwM Cov(A,M)
σp = √Var(Rp)
Example (real data): 60% Apple + 40% Moderna (monthly)

Result (computed from the embedded data)

Portfolio mean (monthly):

Portfolio stdev (monthly):

Covariance:

Interpretation

  • Weights + correlation determine how much diversification helps.
  • Even with a positive correlation (0.1889), portfolio volatility can be lower than the risky stock alone.
JU 2-Stock Portfolio Calculator
Mini-calculator (Apple + Moderna, monthly)

2-Stock Results

Weight in Moderna:

Portfolio mean:

Covariance (A,M):

Portfolio variance:

Portfolio stdev:

Topic 3: Three-stock portfolio ★ Optional

Optional, but useful: adding a third stock can reduce firm-specific risk further.

Three-stock formulas (expanded)
E[Rp] = w1E[R1] + w2E[R2] + w3E[R3]
Var(Rp) = w1²σ1² + w2²σ2² + w3²σ3² + 2w1w2Cov(1,2) + 2w1w3Cov(1,3) + 2w2w3Cov(2,3)
Cov(i,j) = Corr(i,j) × σi × σj
σp = √Var(Rp)

Bridge to CAPM: from 3 stocks to many stocks

We can keep adding stocks to this portfolio (4 stocks, 5 stocks, ...). As the portfolio becomes broader across industries, idiosyncratic (firm-specific) risk keeps falling.

  • General rule (textbook idea): once you have a well-chosen portfolio with roughly 20–25+ stocks, most diversifiable (idiosyncratic) risk is already reduced.
  • Important: this does not eliminate systematic risk (market risk).
  • At that point, standard deviation still measures total volatility, but for pricing/required return we focus more on beta.
  • Why? CAPM says investors are compensated for systematic risk, not for firm-specific risk that can be diversified away.

Notes: This is why the chapter shifts from standard deviation (σ) to beta (β).

Topic 4: Beta, CAPM, and the Security Market Line (SML)

CAPM uses beta (β) to measure systematic risk. Here we keep Apple + Walmart + Moderna on the SML. (Given class inputs: Apple β=1.11, Walmart β=0.67, Moderna β=1.32.)

CAPM is a model
CAPM
MODEL

CAPM (circle this idea)

Use beta to estimate the required return.

Diversification graph: as number of stocks increases (why beta matters later)

As you add more stocks, idiosyncratic risk (firm-specific risk) falls. After a broad portfolio (often around 20–25+ stocks), most of that risk is reduced. What remains is mainly systematic risk (market-wide risk).

What is idiosyncratic risk?

Risk specific to one company (or a small group of companies). This can be diversified away.

  • CEO scandal at one firm
  • Factory fire at one company
  • Product recall for one brand
  • Bad earnings surprise for one stock

What is systematic risk?

Market-wide risk that affects many or most stocks. This cannot be diversified away.

  • U.S. recession risk
  • Fed rate shocks / interest-rate changes
  • Inflation surprises
  • Broad market selloff
Location analogy (U.S. → Florida → Jacksonville)

Think of risk layers like geography:

  • U.S.-wide shock (national recession, Fed policy shock) → affects most firms across states. This is like systematic risk.
  • Florida-specific shock (state policy change, hurricane season impact) → affects many Florida firms more than other states. This may be partly diversifiable if your portfolio is nationally diversified.
  • Jacksonville-specific shock (local employer issue, local disruption) → more local and narrower. This is more like idiosyncratic/local risk and is easier to diversify away in a broad portfolio.

Notes: CAPM focuses on the broad market component (systematic risk), which is why beta is used.

Diversification Risk Curve

The curve below shows total portfolio risk falling as the number of stocks increases, then leveling off at systematic risk.

Where can you find beta? (Apple / Walmart / Moderna)

Apple (AAPL) beta

Yahoo Finance: AAPL

Beta (used here): 1.11

Walmart (WMT) beta

Yahoo Finance: WMT

Beta (used here): 0.67

Moderna (MRNA) beta

Yahoo Finance: MRNA

Beta (used here): 1.32

Note: betas vary across sources and time windows. For any assignment, use the same source for all stocks.

CAPM formula
CAPM: E[Ri] = Rf + βi × (E[Rm] − Rf)

Market risk premium (MRP)

MRP = E[Rm] − Rf

MRP is the “extra return” for taking market risk. Beta tells you how much market risk a stock has.

CAPM + SML mini-calculator (Apple + Walmart + Moderna on the SML)

JUFinance.com CAPM Calculator

CAPM / SML Results

Market risk premium (MRP):

Apple CAPM return:

Walmart CAPM return:

Moderna CAPM return:

Custom stock CAPM return:

Custom stock SML message:

SML line Apple Walmart Moderna Custom exp.

Chapter 6 Homework (due with the second midterm exam)

Show your steps. Use Excel functions where appropriate: SUMPRODUCT, STDEV/STDEV.S, CORREL, SLOPE.

Homework questions (official list with provided answers)
  1. Stock A has the following returns for various states of the economy. What is Stock A’s expected return?
    State of the EconomyProbabilityStock A’s Return
    Recession10%-30%
    Below Average20%-2%
    Average40%10%
    Above Average20%18%
    Boom10%40%

    Answer: 8.2%

  2. Joe purchased 800 shares of Robotics Stock at $3 per share on 1/1/19 and sold the shares on 12/31/19 for $3.45. Robotics stock has a beta of 1.9, the risk-free rate of return is 4%, and the market risk premium is 9%. What is Joe’s holding period return?

    Answer: 15%

  3. You own a portfolio with the following expected returns given various states of the economy. What is the overall portfolio expected return?
    State of EconomyProbability of StateRate of Return if State Occurs
    Boom27%14%
    Normal70%8%
    Recession3%-11%

    Answer: 9.05%

  4. The prices for Electric Circuit Corporation for the first quarter of 2019 are given below. The price on January 1, 2019 was $130. Find the holding period return for an investor who purchased the stock on January 1, 2019 and sold it on the last day of March 2019.
    Month EndPrice
    January$125.00
    February$138.50
    March$132.75

    Answer: 2.12%

  5. Collectibles Corp. has a beta of 2.5 and a standard deviation of returns of 20%. The return on the market portfolio is 15% and the risk-free rate is 4%. What is the risk premium on the market?

    Answer: 11%

  6. An investor currently holds the following portfolio. What is the beta for the portfolio?
    HoldingAmount InvestedBeta
    Stock A (8,000 shares)$16,0001.3
    Stock B (15,000 shares)$48,0001.8
    Stock C (25,000 shares)$96,0002.2

    Answer: 1.99

  7. Assume that you have $165,000 invested in a stock returning 11.50%, $85,000 invested in a stock returning 22.75%, and $235,000 invested in a stock returning 10.25%. What is the expected return of your portfolio?

    Answer: 13%

  8. If you hold a portfolio made up of the following stocks, what is the beta of the portfolio?
    StockInvestment ValueBeta
    Stock A$8,0001.5
    Stock B$10,0001.0
    Stock C$2,0000.5

    Answer: 1.15

  9. The risk-free rate of return is 3.9% and the market risk premium (Rm − Rf) is 6.2%. What is the expected rate of return on a stock with a beta of 1.21?

    Answer: 11.4%

  10. You own a portfolio consisting of the stocks below.
    StockPercentage of PortfolioBeta
    120%1.0
    230%0.5
    350%1.6

    The risk-free rate is 3% and the market return is 10%.

    • (a) Calculate the portfolio beta. Answer: 1.15
    • (b) Calculate the expected return of your portfolio. Answer: 11.05%
  11. Compute the holding period return for Jazman and Solomon for period 1 through 3 (bought in period 1 and sold in period 3). Show the holding period returns for each company.
    PeriodJazmanSolomon
    1$10$20
    2$12$25
    3$15$15

    Answer: 50%, -25%

  12. Calculate expected return.
    State of the EconomyProbability% Return (Cash Flow / Investment Cost)
    Economic Recession30%5%
    Strong and Moderate Economic Growth70%15%

    Answer: 12%

  13. Calculate the expected returns of the following cases, respectively.
    1. Invest $10,000 in Treasury bill with guaranteed return of 4%. Answer: 4%
    2. Invest $10,000 in Apple. 50% possibility to earn 20% return and 50% possibility to lose 10% of investment. Answer: 5%
    3. Invest $10,000 in Wal-Mart. 50% possibility to earn 5% return and 50% possibility to earn 0% return. Answer: 2.5%
  14. Rank the risk of the following cases from the least risky to the most risky.
    1. Invest $10,000 in Treasury bill with guaranteed return of 4%.
    2. Invest $10,000 in Apple. 50% possibility to earn 20% return and 50% possibility to lose 10% of investment.
    3. Invest $10,000 in Wal-Mart. 50% possibility to earn 5% return and 50% possibility to earn 0% return.

    Answer: 1, 3, 2

  15. An investor currently holds the following portfolio. Calculate the beta for the portfolio.
    HoldingAmount InvestedBeta
    Stock A (8,000 shares)$10,0001.5
    Stock B (15,000 shares)$20,0000.8
    Stock C (25,000 shares)$20,0001.2

    Answer: 1.1