SlideShare a Scribd company logo
Capital Asset Pricing
Model: Introduction
D Keck
October 3, 2016
CAPM
The most common model for the rate cost of
equity, , for a publicly traded companykE
2/30
Value of Company
The fair value for a company is the fair value of
company's debt plus the fair value of the equity
capital
DCF for the value of a company
FCF is the cash flow to the debt and
equity capital providers
is the (weighted average) cost of capital
But what is ?
V = D + E
V = ∑n
i=1
FCFi
(1+k)i
k
k = ⋅ (1 − τ) ⋅ + ⋅kD
D
V kE
E
V
kE
3/30
Free Cash Flow
Operating cash flow minus capital expenditures
More later
4/30
Equity Value of Company
Dividend discount method
FCFE is the cash flow available to the equity
capital providers
FCFE Method
But what is ?
E = ∑n
i=1
DIVi
(1+kE)i
p = ∑n
i=1
di
(1+kE)i
=di
DIVi
ns
E = ∑n
i=1
FCFEi
(1+kE)i
kE
5/30
Equity Return Rates
Return rate on a firm's book value of equity, EB
Expected total return rate on a firm's market
value of equity, E
roe = NP
EB
=rE
E[NP]
E
6/30
Equity Return Rates
The total return rate on an asset, E, is a function
of the risk free and risky (excess) rates of return
One simple and very typical model is as follows
= f( , , . . . )rE rrisk free rrisky
= f( , , . . . )rE rF rexcess
= +rE rF rexcess
= −rexcess rE rF
7/30
Equity Return Rates
excess mean rate of return
= ⋅ ( − )rexcess
1
n
∑n
i=1 rEi
rFi
8/30
Market Risk Premium
The market or equity risk premium is the excess
return rate on the total stock market, denoted M
(the "market")
Sampling frequency (per year), m ?
Number of samples, n ?
is equity or market risk premium (ERP or
MRP)
= ⋅ ( − )rMexcess
1
n
∑n
i=1 rMi
rFi
rMexcess
9/30
Expected Return on Equity
Simple linear regression
( − ) = α + β ⋅ ( − ) +rEi
rFi
rMi
rFi
ϵi
10/30
Expected Return on Equity
Simple linear regression
is a measure of risk for pubicly traded equity
is the excess or risky return rate for taking
market risk
( − ) = α + β ⋅ ( − ) +rEi
rFi
rMi
rFi
ϵi
β
α
11/30
CAPM Model
E[ ] = + β ⋅ ( − )rE rF rM rF
= + β ⋅ ( − )rE rF rM rF
= + β ⋅ MRPrE rF
12/30
CAPM Model
Model calibration
Levered
Historical data:
Current data:
·
MRP
- β
-
·
- rF
β
= ⋅ (1 + (1 − τ)) ⋅βL βU
D
E
13/30
More on regression
First column of are 1's, second column is
excess market rates
simple: has 2 columns and has 2 rows
linear: is linear
regression: is numeric
ordinary: linear
least squares: scalar measure of
( − ) = α + β ⋅ ( − ) +rEi
rFi
rMi
rFi
ϵi
y = X ⋅ β + ϵ
y = ( − )rE rF
β = (β0 β1 )T
X
X β
β
y
ϵ
14/30
Regression Fit
Linear regresssion hypothesis
p-value =
Reject with 95% confidence if p-value < .05
coefficient of determination
is the fraction of variance in explained by the
fitted line
: β = 0H0
: β ≠ 0HA
P( | data)H0
H0
R2
y
15/30
Cost of Equity
CAPM Model
To this point assume that the sampling frequency
is one year so that the expected rate of return
and the cost of capital are annual
≡ E[ ]kE rE
16/30
INTC
Intel Corp data
INTC (http://finance.yahoo.com/quote/INTC?
p=INTC)
17/30
Rates of Return
Simple rates of return
Natural log rates of return
= ⋅ (1 + )Pi Pi−1 ri
=ri
−Pi Pi−1
Pi−1
ln( ) = ln( ) +Pi Pi−1 ui
= ln( ) − ln( )ui Pi Pi−1
= ln( )ui
Pi
Pi−1
= ⋅Pi Pi−1 eui
18/30
Mean Rates of Return
Mean over n periods, e.g., n months
Arithmetic mean of simple rates
Arithmetic mean of natural log rates
Geometric mean of simple rates
r = ⋅1
n
∑n
i=1
−Pi P1−1
Pi−1
u = ⋅ ln( )1
n
∑n
i=1
Pi
Pi−1
g = [ (1 + ) − 1∏n
i=1 ri ]
1
n
g = [ − 1Pn
P0
]
1
n
19/30
Converting Mean Rates of
Return
Future value factors, f, over m periods, e.g., 12
months
Exact only if is normally distributed
Mean
Median
ui
= ⋅ (1 + rPm P0 )m
= ⋅Pm P0 e(u+ )⋅mσ2
2
= (1 + r =fmean )m
e(u+ )⋅mσ2
2
r = − 1e(u+ )σ2
2
= ⋅ (1 + gPm P0 )m
= ⋅Pm P0 eu⋅m
= (1 + g =fmedian )m
eu⋅m
g = − 1eu
20/30
Homework 6A, 6B
by RWJ
21/30
Homework 6C
by RWJ
22/30
Homework 6D
by RWJ
23/30
Homework 6D Solution
24/30
Homework 6D Solution
In the previous image, the expression for F
should have $15M subtracted off so that F equals
$1,639,610
25/30
Homework 6D Solution Code
d = 1 / ( 1 + 1/.4)
psp('debt / value',d,2)
## [1] "debt / value 28.57 %"
e = 1 / 1.4
psp('equity / value',e,2)
## [1] "equity / value 71.43 %"
kD = .1
psp('cost of debt capital',kD,2)
## [1] "cost of debt capital 10 %"
26/30
Homework 6D Solution Code
t = .34
kE = .2
psp('cost of capital',kE,2)
## [1] "cost of capital 20 %"
k = d * (1-t) * kD + e * kE
psp("cost of capital",k,2)
## [1] "cost of capital 16.17 %"
27/30
Homework 6D Solution Code
V = 15000000 * ( e / .88 + d / .96 )
psr('funds raised $',V,0)
## [1] "funds raised $ 16639610"
F = V - 15000000
psr('flotation cost $',F,0)
## [1] "flotation cost $ 1639610"
28/30
Homework 6D Solution Code
PV = 3000000 / k
psr('present value of future cash flows $',PV,0)
## [1] "present value of future cash flows $ 18551237"
NPV = PV - V
psr('net present value $',NPV,0)
## [1] "net present value $ 1911626"
29/30
Homework 6E
by RWJ
30/30

More Related Content

What's hot

Fcff fcfe
Fcff fcfeFcff fcfe
Fcff fcfe
Pristine Careers
 
Equity Valuation
Equity ValuationEquity Valuation
Equity Valuation
cgshah
 
Capital part 1
Capital part 1Capital part 1
Capital part 1
David Keck
 
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
mianmohsinmumtazshb
 
economy Ch4 part.1 _by louy Alhami
economy Ch4 part.1 _by louy Alhamieconomy Ch4 part.1 _by louy Alhami
economy Ch4 part.1 _by louy Alhami
Louy Alhamy
 
Chapter 17 after-tax economic analysis
Chapter 17   after-tax economic analysisChapter 17   after-tax economic analysis
Chapter 17 after-tax economic analysisBich Lien Pham
 
Chapter 2 full slides to students
Chapter 2   full slides to studentsChapter 2   full slides to students
Chapter 2 full slides to studentsSaad Ul Fataah
 
Chapter 14 effects of inflation
Chapter 14   effects of inflationChapter 14   effects of inflation
Chapter 14 effects of inflationBich Lien Pham
 
A simple example to calculate net present value and pay back period
A simple example to calculate net present value and pay back period A simple example to calculate net present value and pay back period
A simple example to calculate net present value and pay back period
Essam Lotffy, PMP®, CCP®
 
leverage chapter problem solution
leverage chapter problem solutionleverage chapter problem solution
leverage chapter problem solution
mianmohsinmumtazshb
 
Chapter 7 ror analysis for a single alternative
Chapter 7   ror analysis for a single alternativeChapter 7   ror analysis for a single alternative
Chapter 7 ror analysis for a single alternativeBich Lien Pham
 
working capital ch solution financial management ....mohsin mumtaz
working capital ch solution financial management ....mohsin mumtazworking capital ch solution financial management ....mohsin mumtaz
working capital ch solution financial management ....mohsin mumtaz
mianmohsinmumtazshb
 
Integrated planning of cash-flows and projects in a discrete-time model
Integrated planning of cash-flows and projects in a discrete-time modelIntegrated planning of cash-flows and projects in a discrete-time model
Integrated planning of cash-flows and projects in a discrete-time model
Francisco Lemos
 
Lecture # 9 taxes and eva
Lecture # 9 taxes and evaLecture # 9 taxes and eva
Lecture # 9 taxes and evaBich Lien Pham
 
Ch2 (part2)arithmetic gradient
Ch2 (part2)arithmetic gradientCh2 (part2)arithmetic gradient
Ch2 (part2)arithmetic gradient
Nour Dagher
 
COST OF CAPITAL
COST OF CAPITALCOST OF CAPITAL
COST OF CAPITAL
Dr. RICHA SINGHAL
 
Cb practice problems
Cb practice problemsCb practice problems
Cb practice problems
Bathini Hari Babu
 

What's hot (18)

Fcff fcfe
Fcff fcfeFcff fcfe
Fcff fcfe
 
Equity Valuation
Equity ValuationEquity Valuation
Equity Valuation
 
Capital part 1
Capital part 1Capital part 1
Capital part 1
 
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
cost of capital .....ch ...of financial management ..solution by MIAN MOHSIN ...
 
economy Ch4 part.1 _by louy Alhami
economy Ch4 part.1 _by louy Alhamieconomy Ch4 part.1 _by louy Alhami
economy Ch4 part.1 _by louy Alhami
 
Chapter 17 after-tax economic analysis
Chapter 17   after-tax economic analysisChapter 17   after-tax economic analysis
Chapter 17 after-tax economic analysis
 
Chapter 2 full slides to students
Chapter 2   full slides to studentsChapter 2   full slides to students
Chapter 2 full slides to students
 
Chapter 14 effects of inflation
Chapter 14   effects of inflationChapter 14   effects of inflation
Chapter 14 effects of inflation
 
Capital budgeting
Capital budgetingCapital budgeting
Capital budgeting
 
A simple example to calculate net present value and pay back period
A simple example to calculate net present value and pay back period A simple example to calculate net present value and pay back period
A simple example to calculate net present value and pay back period
 
leverage chapter problem solution
leverage chapter problem solutionleverage chapter problem solution
leverage chapter problem solution
 
Chapter 7 ror analysis for a single alternative
Chapter 7   ror analysis for a single alternativeChapter 7   ror analysis for a single alternative
Chapter 7 ror analysis for a single alternative
 
working capital ch solution financial management ....mohsin mumtaz
working capital ch solution financial management ....mohsin mumtazworking capital ch solution financial management ....mohsin mumtaz
working capital ch solution financial management ....mohsin mumtaz
 
Integrated planning of cash-flows and projects in a discrete-time model
Integrated planning of cash-flows and projects in a discrete-time modelIntegrated planning of cash-flows and projects in a discrete-time model
Integrated planning of cash-flows and projects in a discrete-time model
 
Lecture # 9 taxes and eva
Lecture # 9 taxes and evaLecture # 9 taxes and eva
Lecture # 9 taxes and eva
 
Ch2 (part2)arithmetic gradient
Ch2 (part2)arithmetic gradientCh2 (part2)arithmetic gradient
Ch2 (part2)arithmetic gradient
 
COST OF CAPITAL
COST OF CAPITALCOST OF CAPITAL
COST OF CAPITAL
 
Cb practice problems
Cb practice problemsCb practice problems
Cb practice problems
 

Viewers also liked

Thesis on CAPM application
Thesis on CAPM applicationThesis on CAPM application
Thesis on CAPM application
Thuy Tran
 
A study on empherical testing of capital asset pricing model
A  study on empherical testing of capital asset pricing modelA  study on empherical testing of capital asset pricing model
A study on empherical testing of capital asset pricing model
Projects Kart
 
Jason marks
Jason marksJason marks
Jason marks
Ayan Biswas, PMI.
 
SAP HANA Session1 JH SOFTECH
SAP HANA Session1  JH SOFTECHSAP HANA Session1  JH SOFTECH
SAP HANA Session1 JH SOFTECH
Jhsoftech
 
10 reasons God allows trials
10 reasons God allows trials10 reasons God allows trials
10 reasons God allows trials
Mathew Varni
 
Yo a fútbol, tú a ballet (1)
Yo a fútbol, tú a ballet (1)Yo a fútbol, tú a ballet (1)
Yo a fútbol, tú a ballet (1)
nipe19
 
CAPM - Assessment and Data Analysis
CAPM - Assessment and Data Analysis CAPM - Assessment and Data Analysis
CAPM - Assessment and Data Analysis
Mahad Akram
 
Introduction2016
Introduction2016Introduction2016
Introduction2016
David Keck
 
Bonds part 2
Bonds part 2Bonds part 2
Bonds part 2
David Keck
 
Bonds 2016
Bonds 2016Bonds 2016
Bonds 2016
David Keck
 
Capital asset pricing model (capm) evidence from nigeria
Capital asset pricing model (capm) evidence from nigeriaCapital asset pricing model (capm) evidence from nigeria
Capital asset pricing model (capm) evidence from nigeria
Alexander Decker
 
CAPM Fama French
CAPM Fama FrenchCAPM Fama French
CAPM Fama FrenchAhmedSaba
 

Viewers also liked (16)

Thesis on CAPM application
Thesis on CAPM applicationThesis on CAPM application
Thesis on CAPM application
 
A study on empherical testing of capital asset pricing model
A  study on empherical testing of capital asset pricing modelA  study on empherical testing of capital asset pricing model
A study on empherical testing of capital asset pricing model
 
Jason marks
Jason marksJason marks
Jason marks
 
Dio Folio
Dio FolioDio Folio
Dio Folio
 
SAP HANA Session1 JH SOFTECH
SAP HANA Session1  JH SOFTECHSAP HANA Session1  JH SOFTECH
SAP HANA Session1 JH SOFTECH
 
10
1010
10
 
10 reasons God allows trials
10 reasons God allows trials10 reasons God allows trials
10 reasons God allows trials
 
Yo a fútbol, tú a ballet (1)
Yo a fútbol, tú a ballet (1)Yo a fútbol, tú a ballet (1)
Yo a fútbol, tú a ballet (1)
 
11
1111
11
 
CAPM - Assessment and Data Analysis
CAPM - Assessment and Data Analysis CAPM - Assessment and Data Analysis
CAPM - Assessment and Data Analysis
 
Introduction2016
Introduction2016Introduction2016
Introduction2016
 
Bonds part 2
Bonds part 2Bonds part 2
Bonds part 2
 
Bonds 2016
Bonds 2016Bonds 2016
Bonds 2016
 
Capital asset pricing model (capm) evidence from nigeria
Capital asset pricing model (capm) evidence from nigeriaCapital asset pricing model (capm) evidence from nigeria
Capital asset pricing model (capm) evidence from nigeria
 
tali israeli
tali israelitali israeli
tali israeli
 
CAPM Fama French
CAPM Fama FrenchCAPM Fama French
CAPM Fama French
 

Similar to Capm pdf

MG 6863 FORMULA SHEET ENGINEERING ECONOMICS
MG 6863  FORMULA SHEET ENGINEERING ECONOMICSMG 6863  FORMULA SHEET ENGINEERING ECONOMICS
MG 6863 FORMULA SHEET ENGINEERING ECONOMICS
Asha A
 
Arithmetic mean
Arithmetic meanArithmetic mean
Arithmetic mean
mah123end456
 
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
IOSR Journals
 
STA003_WK4_L.pptx
STA003_WK4_L.pptxSTA003_WK4_L.pptx
STA003_WK4_L.pptx
MAmir23
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2
Arthur Charpentier
 
002- Factors_Effect_Time_Interest_Money.ppt
002- Factors_Effect_Time_Interest_Money.ppt002- Factors_Effect_Time_Interest_Money.ppt
002- Factors_Effect_Time_Interest_Money.ppt
tayyabahussain10
 
Eit orginal
Eit orginalEit orginal
Eit orginal
anamsini
 
Eit orginal
Eit orginalEit orginal
Eit orginal
anamsini
 
Non linear function
Non linear functionNon linear function
Non linear functionvenyclaudia
 
1.0 introduction to managerial economics
1.0 introduction to managerial economics1.0 introduction to managerial economics
1.0 introduction to managerial economics
ecogeeeeeks
 
Quantitative techniques for MBA (QDM)
Quantitative techniques for MBA (QDM)Quantitative techniques for MBA (QDM)
Quantitative techniques for MBA (QDM)
npazare
 
Docslide.us 2002 formulae-and-tables
Docslide.us 2002 formulae-and-tablesDocslide.us 2002 formulae-and-tables
Docslide.us 2002 formulae-and-tables
barasActuarial
 
Econometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions ManualEconometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions Manual
LewisSimmonss
 
Digital electronics k map comparators and their function
Digital electronics k map comparators and their functionDigital electronics k map comparators and their function
Digital electronics k map comparators and their function
kumarankit06875
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
The Statistical and Applied Mathematical Sciences Institute
 
3.pdf
3.pdf3.pdf
Arch & Garch Processes
Arch & Garch ProcessesArch & Garch Processes
Arch & Garch Processes
Francescō Bianchi
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error method
Tarun Gehlot
 

Similar to Capm pdf (20)

MG 6863 FORMULA SHEET ENGINEERING ECONOMICS
MG 6863  FORMULA SHEET ENGINEERING ECONOMICSMG 6863  FORMULA SHEET ENGINEERING ECONOMICS
MG 6863 FORMULA SHEET ENGINEERING ECONOMICS
 
Arithmetic mean
Arithmetic meanArithmetic mean
Arithmetic mean
 
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
An Application Jeevan – Kushalaiah Method to Find Lagrangian Multiplier in Ec...
 
STA003_WK4_L.pptx
STA003_WK4_L.pptxSTA003_WK4_L.pptx
STA003_WK4_L.pptx
 
Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2Slides econometrics-2018-graduate-2
Slides econometrics-2018-graduate-2
 
002- Factors_Effect_Time_Interest_Money.ppt
002- Factors_Effect_Time_Interest_Money.ppt002- Factors_Effect_Time_Interest_Money.ppt
002- Factors_Effect_Time_Interest_Money.ppt
 
Eit orginal
Eit orginalEit orginal
Eit orginal
 
Eit orginal
Eit orginalEit orginal
Eit orginal
 
Non linear function
Non linear functionNon linear function
Non linear function
 
1.0 introduction to managerial economics
1.0 introduction to managerial economics1.0 introduction to managerial economics
1.0 introduction to managerial economics
 
Quantitative techniques for MBA (QDM)
Quantitative techniques for MBA (QDM)Quantitative techniques for MBA (QDM)
Quantitative techniques for MBA (QDM)
 
Docslide.us 2002 formulae-and-tables
Docslide.us 2002 formulae-and-tablesDocslide.us 2002 formulae-and-tables
Docslide.us 2002 formulae-and-tables
 
Econometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions ManualEconometric Analysis 8th Edition Greene Solutions Manual
Econometric Analysis 8th Edition Greene Solutions Manual
 
Chapter 6
Chapter 6Chapter 6
Chapter 6
 
Digital electronics k map comparators and their function
Digital electronics k map comparators and their functionDigital electronics k map comparators and their function
Digital electronics k map comparators and their function
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
3.pdf
3.pdf3.pdf
3.pdf
 
Arch & Garch Processes
Arch & Garch ProcessesArch & Garch Processes
Arch & Garch Processes
 
Factoring by the trial and-error method
Factoring by the trial and-error methodFactoring by the trial and-error method
Factoring by the trial and-error method
 
F ch
F chF ch
F ch
 

More from David Keck

Topic0 g
Topic0 gTopic0 g
Topic0 g
David Keck
 
Topic0 f
Topic0 fTopic0 f
Topic0 f
David Keck
 
Topic0 e
Topic0 eTopic0 e
Topic0 e
David Keck
 
Topic0 d
Topic0 dTopic0 d
Topic0 d
David Keck
 
Topic0 c
Topic0 cTopic0 c
Topic0 c
David Keck
 
Topic0 b
Topic0 bTopic0 b
Topic0 b
David Keck
 
Topic0 a
Topic0 aTopic0 a
Topic0 a
David Keck
 
Market hypotheses 2016
Market hypotheses 2016Market hypotheses 2016
Market hypotheses 2016
David Keck
 
Presentation isc mshow
Presentation isc mshowPresentation isc mshow
Presentation isc mshow
David Keck
 
Mpt2016
Mpt2016Mpt2016
Mpt2016
David Keck
 
Mpt2016 pdf
Mpt2016 pdfMpt2016 pdf
Mpt2016 pdf
David Keck
 
Decision making criteria
Decision making criteriaDecision making criteria
Decision making criteria
David Keck
 
Equity venture capital part 1
Equity venture capital part 1Equity venture capital part 1
Equity venture capital part 1
David Keck
 
Bonds part 3
Bonds part 3Bonds part 3
Bonds part 3
David Keck
 
Bonds part 1
Bonds part 1Bonds part 1
Bonds part 1
David Keck
 
Rates part 2
Rates part 2Rates part 2
Rates part 2
David Keck
 
Rates part 1
Rates part 1 Rates part 1
Rates part 1
David Keck
 
Equity venture capital part 2
Equity venture capital part 2Equity venture capital part 2
Equity venture capital part 2
David Keck
 
Equity venture capital part 1
Equity venture capital part 1Equity venture capital part 1
Equity venture capital part 1
David Keck
 
Forwards and swaps interest rates
Forwards and swaps  interest ratesForwards and swaps  interest rates
Forwards and swaps interest rates
David Keck
 

More from David Keck (20)

Topic0 g
Topic0 gTopic0 g
Topic0 g
 
Topic0 f
Topic0 fTopic0 f
Topic0 f
 
Topic0 e
Topic0 eTopic0 e
Topic0 e
 
Topic0 d
Topic0 dTopic0 d
Topic0 d
 
Topic0 c
Topic0 cTopic0 c
Topic0 c
 
Topic0 b
Topic0 bTopic0 b
Topic0 b
 
Topic0 a
Topic0 aTopic0 a
Topic0 a
 
Market hypotheses 2016
Market hypotheses 2016Market hypotheses 2016
Market hypotheses 2016
 
Presentation isc mshow
Presentation isc mshowPresentation isc mshow
Presentation isc mshow
 
Mpt2016
Mpt2016Mpt2016
Mpt2016
 
Mpt2016 pdf
Mpt2016 pdfMpt2016 pdf
Mpt2016 pdf
 
Decision making criteria
Decision making criteriaDecision making criteria
Decision making criteria
 
Equity venture capital part 1
Equity venture capital part 1Equity venture capital part 1
Equity venture capital part 1
 
Bonds part 3
Bonds part 3Bonds part 3
Bonds part 3
 
Bonds part 1
Bonds part 1Bonds part 1
Bonds part 1
 
Rates part 2
Rates part 2Rates part 2
Rates part 2
 
Rates part 1
Rates part 1 Rates part 1
Rates part 1
 
Equity venture capital part 2
Equity venture capital part 2Equity venture capital part 2
Equity venture capital part 2
 
Equity venture capital part 1
Equity venture capital part 1Equity venture capital part 1
Equity venture capital part 1
 
Forwards and swaps interest rates
Forwards and swaps  interest ratesForwards and swaps  interest rates
Forwards and swaps interest rates
 

Recently uploaded

Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
can I really make money with pi network.
can I really make money with pi network.can I really make money with pi network.
can I really make money with pi network.
DOT TECH
 
how to sell pi coins on Bitmart crypto exchange
how to sell pi coins on Bitmart crypto exchangehow to sell pi coins on Bitmart crypto exchange
how to sell pi coins on Bitmart crypto exchange
DOT TECH
 
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
nexop1
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Kezex (KZX)
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
DOT TECH
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
beulahfernandes8
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdfUS Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
pchutichetpong
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
DOT TECH
 
BYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptxBYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptx
mikemetalprod
 
how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.
DOT TECH
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
DOT TECH
 
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
conose1
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
DOT TECH
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
Commercial Bank of Ceylon PLC
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
DOT TECH
 
PF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptxPF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptx
GunjanSharma28848
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
nickysharmasucks
 

Recently uploaded (20)

Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
can I really make money with pi network.
can I really make money with pi network.can I really make money with pi network.
can I really make money with pi network.
 
how to sell pi coins on Bitmart crypto exchange
how to sell pi coins on Bitmart crypto exchangehow to sell pi coins on Bitmart crypto exchange
how to sell pi coins on Bitmart crypto exchange
 
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
 
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdfWhich Crypto to Buy Today for Short-Term in May-June 2024.pdf
Which Crypto to Buy Today for Short-Term in May-June 2024.pdf
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.how to sell pi coins in South Korea profitably.
how to sell pi coins in South Korea profitably.
 
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
The Evolution of Non-Banking Financial Companies (NBFCs) in India: Challenges...
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdfUS Economic Outlook - Being Decided - M Capital Group August 2021.pdf
US Economic Outlook - Being Decided - M Capital Group August 2021.pdf
 
where can I find a legit pi merchant online
where can I find a legit pi merchant onlinewhere can I find a legit pi merchant online
where can I find a legit pi merchant online
 
BYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptxBYD SWOT Analysis and In-Depth Insights 2024.pptx
BYD SWOT Analysis and In-Depth Insights 2024.pptx
 
how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.how to sell pi coins in all Africa Countries.
how to sell pi coins in all Africa Countries.
 
how to sell pi coins effectively (from 50 - 100k pi)
how to sell pi coins effectively (from 50 - 100k  pi)how to sell pi coins effectively (from 50 - 100k  pi)
how to sell pi coins effectively (from 50 - 100k pi)
 
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
 
how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.how to swap pi coins to foreign currency withdrawable.
how to swap pi coins to foreign currency withdrawable.
 
Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024Commercial Bank Economic Capsule - May 2024
Commercial Bank Economic Capsule - May 2024
 
how to sell pi coins on Binance exchange
how to sell pi coins on Binance exchangehow to sell pi coins on Binance exchange
how to sell pi coins on Binance exchange
 
PF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptxPF-Wagner's Theory of Public Expenditure.pptx
PF-Wagner's Theory of Public Expenditure.pptx
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
 

Capm pdf

  • 1. Capital Asset Pricing Model: Introduction D Keck October 3, 2016
  • 2. CAPM The most common model for the rate cost of equity, , for a publicly traded companykE 2/30
  • 3. Value of Company The fair value for a company is the fair value of company's debt plus the fair value of the equity capital DCF for the value of a company FCF is the cash flow to the debt and equity capital providers is the (weighted average) cost of capital But what is ? V = D + E V = ∑n i=1 FCFi (1+k)i k k = ⋅ (1 − τ) ⋅ + ⋅kD D V kE E V kE 3/30
  • 4. Free Cash Flow Operating cash flow minus capital expenditures More later 4/30
  • 5. Equity Value of Company Dividend discount method FCFE is the cash flow available to the equity capital providers FCFE Method But what is ? E = ∑n i=1 DIVi (1+kE)i p = ∑n i=1 di (1+kE)i =di DIVi ns E = ∑n i=1 FCFEi (1+kE)i kE 5/30
  • 6. Equity Return Rates Return rate on a firm's book value of equity, EB Expected total return rate on a firm's market value of equity, E roe = NP EB =rE E[NP] E 6/30
  • 7. Equity Return Rates The total return rate on an asset, E, is a function of the risk free and risky (excess) rates of return One simple and very typical model is as follows = f( , , . . . )rE rrisk free rrisky = f( , , . . . )rE rF rexcess = +rE rF rexcess = −rexcess rE rF 7/30
  • 8. Equity Return Rates excess mean rate of return = ⋅ ( − )rexcess 1 n ∑n i=1 rEi rFi 8/30
  • 9. Market Risk Premium The market or equity risk premium is the excess return rate on the total stock market, denoted M (the "market") Sampling frequency (per year), m ? Number of samples, n ? is equity or market risk premium (ERP or MRP) = ⋅ ( − )rMexcess 1 n ∑n i=1 rMi rFi rMexcess 9/30
  • 10. Expected Return on Equity Simple linear regression ( − ) = α + β ⋅ ( − ) +rEi rFi rMi rFi ϵi 10/30
  • 11. Expected Return on Equity Simple linear regression is a measure of risk for pubicly traded equity is the excess or risky return rate for taking market risk ( − ) = α + β ⋅ ( − ) +rEi rFi rMi rFi ϵi β α 11/30
  • 12. CAPM Model E[ ] = + β ⋅ ( − )rE rF rM rF = + β ⋅ ( − )rE rF rM rF = + β ⋅ MRPrE rF 12/30
  • 13. CAPM Model Model calibration Levered Historical data: Current data: · MRP - β - · - rF β = ⋅ (1 + (1 − τ)) ⋅βL βU D E 13/30
  • 14. More on regression First column of are 1's, second column is excess market rates simple: has 2 columns and has 2 rows linear: is linear regression: is numeric ordinary: linear least squares: scalar measure of ( − ) = α + β ⋅ ( − ) +rEi rFi rMi rFi ϵi y = X ⋅ β + ϵ y = ( − )rE rF β = (β0 β1 )T X X β β y ϵ 14/30
  • 15. Regression Fit Linear regresssion hypothesis p-value = Reject with 95% confidence if p-value < .05 coefficient of determination is the fraction of variance in explained by the fitted line : β = 0H0 : β ≠ 0HA P( | data)H0 H0 R2 y 15/30
  • 16. Cost of Equity CAPM Model To this point assume that the sampling frequency is one year so that the expected rate of return and the cost of capital are annual ≡ E[ ]kE rE 16/30
  • 17. INTC Intel Corp data INTC (http://finance.yahoo.com/quote/INTC? p=INTC) 17/30
  • 18. Rates of Return Simple rates of return Natural log rates of return = ⋅ (1 + )Pi Pi−1 ri =ri −Pi Pi−1 Pi−1 ln( ) = ln( ) +Pi Pi−1 ui = ln( ) − ln( )ui Pi Pi−1 = ln( )ui Pi Pi−1 = ⋅Pi Pi−1 eui 18/30
  • 19. Mean Rates of Return Mean over n periods, e.g., n months Arithmetic mean of simple rates Arithmetic mean of natural log rates Geometric mean of simple rates r = ⋅1 n ∑n i=1 −Pi P1−1 Pi−1 u = ⋅ ln( )1 n ∑n i=1 Pi Pi−1 g = [ (1 + ) − 1∏n i=1 ri ] 1 n g = [ − 1Pn P0 ] 1 n 19/30
  • 20. Converting Mean Rates of Return Future value factors, f, over m periods, e.g., 12 months Exact only if is normally distributed Mean Median ui = ⋅ (1 + rPm P0 )m = ⋅Pm P0 e(u+ )⋅mσ2 2 = (1 + r =fmean )m e(u+ )⋅mσ2 2 r = − 1e(u+ )σ2 2 = ⋅ (1 + gPm P0 )m = ⋅Pm P0 eu⋅m = (1 + g =fmedian )m eu⋅m g = − 1eu 20/30
  • 21. Homework 6A, 6B by RWJ 21/30
  • 25. Homework 6D Solution In the previous image, the expression for F should have $15M subtracted off so that F equals $1,639,610 25/30
  • 26. Homework 6D Solution Code d = 1 / ( 1 + 1/.4) psp('debt / value',d,2) ## [1] "debt / value 28.57 %" e = 1 / 1.4 psp('equity / value',e,2) ## [1] "equity / value 71.43 %" kD = .1 psp('cost of debt capital',kD,2) ## [1] "cost of debt capital 10 %" 26/30
  • 27. Homework 6D Solution Code t = .34 kE = .2 psp('cost of capital',kE,2) ## [1] "cost of capital 20 %" k = d * (1-t) * kD + e * kE psp("cost of capital",k,2) ## [1] "cost of capital 16.17 %" 27/30
  • 28. Homework 6D Solution Code V = 15000000 * ( e / .88 + d / .96 ) psr('funds raised $',V,0) ## [1] "funds raised $ 16639610" F = V - 15000000 psr('flotation cost $',F,0) ## [1] "flotation cost $ 1639610" 28/30
  • 29. Homework 6D Solution Code PV = 3000000 / k psr('present value of future cash flows $',PV,0) ## [1] "present value of future cash flows $ 18551237" NPV = PV - V psr('net present value $',NPV,0) ## [1] "net present value $ 1911626" 29/30