View source: R/misc_and_utility.R
fin_JustifiedPE | R Documentation |
Compute the Justified P/E of a stock. Justified P/E = ( (DPS / EPS) * (1 + g)) / (k – g) DPS is the dividend per share, EPS is the earnings per share, g is the sustainable growth rate, and k is the required rate of return.
fin_JustifiedPE(
Dividend = 0.02,
EPS = 1,
growthRate = 0.08,
discountRate = 0.12,
basePE = 20,
yrs = 10
)
Dividend |
The dividend. |
EPS |
The Earnings per Share. |
growthRate |
The growth rate. |
discountRate |
Your chosen discount rate. |
basePE |
The base PE. |
yrs |
Years. |
A PE that is justified for this stock.
fin_interest()
, fin_percent()
, fin_NI()
Other Miscellaneous Functions:
deg2rad()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_ticker()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
# fin_JustifiedPE(Dividend= .8, EPS = 2, growthRate = .06, discountRate = .1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.