Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
The 5-factor Model | Factor Investing
Introduction to Portfolio Management with Python
course content

Course Content

Introduction to Portfolio Management with Python

Introduction to Portfolio Management with Python

1. Portfolio Analysis Basics
2. Portfolio Optimization Basics
3. Factor Investing

bookThe 5-factor Model

In the previous two chapters, we discovered the Capital Asset Pricing Model, which uses a single factor, and then transitioned to the Fama-French Model, which incorporates three factors.

However, there is still potential to identify additional factors that could enhance predictions.

One suggestion is to expand the standard Fama-French Model with three factors, by introducing two new factors:

  • Profitability factor (RMW or Robust Minus Weak) - which distinguishes between companies with strong profitability and those with weak profitability;
  • Investment factor (CMA or Conservative Minus Aggressive) - which highlights the relationship between investment strategies and stock returns.

RMW is computed by taking the average return of robust companies (companies with high profitability) and subtracting the average return of weak companies (companies with low profitability).

CMA is computed by taking the average return of conservative companies (companies that less tend to invest in growth opportunities and focus more on stable projects with lower risk) and subtracting the average return of aggressive companies (companies that invest heavily in growth and expansion, usually taking on more risk in hopes of higher returns).

As well as before, all necessary data could be found by the following link.

Task

  1. Define corresponding linear regression model with necessary data.
  2. Fit this model.
  3. Make forecast on the next two days.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 4
toggle bottom row

bookThe 5-factor Model

In the previous two chapters, we discovered the Capital Asset Pricing Model, which uses a single factor, and then transitioned to the Fama-French Model, which incorporates three factors.

However, there is still potential to identify additional factors that could enhance predictions.

One suggestion is to expand the standard Fama-French Model with three factors, by introducing two new factors:

  • Profitability factor (RMW or Robust Minus Weak) - which distinguishes between companies with strong profitability and those with weak profitability;
  • Investment factor (CMA or Conservative Minus Aggressive) - which highlights the relationship between investment strategies and stock returns.

RMW is computed by taking the average return of robust companies (companies with high profitability) and subtracting the average return of weak companies (companies with low profitability).

CMA is computed by taking the average return of conservative companies (companies that less tend to invest in growth opportunities and focus more on stable projects with lower risk) and subtracting the average return of aggressive companies (companies that invest heavily in growth and expansion, usually taking on more risk in hopes of higher returns).

As well as before, all necessary data could be found by the following link.

Task

  1. Define corresponding linear regression model with necessary data.
  2. Fit this model.
  3. Make forecast on the next two days.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Section 3. Chapter 4
toggle bottom row

bookThe 5-factor Model

In the previous two chapters, we discovered the Capital Asset Pricing Model, which uses a single factor, and then transitioned to the Fama-French Model, which incorporates three factors.

However, there is still potential to identify additional factors that could enhance predictions.

One suggestion is to expand the standard Fama-French Model with three factors, by introducing two new factors:

  • Profitability factor (RMW or Robust Minus Weak) - which distinguishes between companies with strong profitability and those with weak profitability;
  • Investment factor (CMA or Conservative Minus Aggressive) - which highlights the relationship between investment strategies and stock returns.

RMW is computed by taking the average return of robust companies (companies with high profitability) and subtracting the average return of weak companies (companies with low profitability).

CMA is computed by taking the average return of conservative companies (companies that less tend to invest in growth opportunities and focus more on stable projects with lower risk) and subtracting the average return of aggressive companies (companies that invest heavily in growth and expansion, usually taking on more risk in hopes of higher returns).

As well as before, all necessary data could be found by the following link.

Task

  1. Define corresponding linear regression model with necessary data.
  2. Fit this model.
  3. Make forecast on the next two days.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

In the previous two chapters, we discovered the Capital Asset Pricing Model, which uses a single factor, and then transitioned to the Fama-French Model, which incorporates three factors.

However, there is still potential to identify additional factors that could enhance predictions.

One suggestion is to expand the standard Fama-French Model with three factors, by introducing two new factors:

  • Profitability factor (RMW or Robust Minus Weak) - which distinguishes between companies with strong profitability and those with weak profitability;
  • Investment factor (CMA or Conservative Minus Aggressive) - which highlights the relationship between investment strategies and stock returns.

RMW is computed by taking the average return of robust companies (companies with high profitability) and subtracting the average return of weak companies (companies with low profitability).

CMA is computed by taking the average return of conservative companies (companies that less tend to invest in growth opportunities and focus more on stable projects with lower risk) and subtracting the average return of aggressive companies (companies that invest heavily in growth and expansion, usually taking on more risk in hopes of higher returns).

As well as before, all necessary data could be found by the following link.

Task

  1. Define corresponding linear regression model with necessary data.
  2. Fit this model.
  3. Make forecast on the next two days.

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Section 3. Chapter 4
Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
some-alt