View source: R/08_justifiedTrailingPE.R
justifiedTrailingPE | R Documentation |
The price-to-earnings ratio (P/E) is one of the most widely recognized valuation indicator and is familiar to readers of newspaper financial tables and institutional research reports. Using the Gordon growth model, an expression for P/E in terms of the fundamentals can be developed. Because P/E is so widely recognized, this method may be an effective way to communicate the analysis. Leading and trailing justified P/E expressions can be developed from the Gordon growth model. Assuming that the model can be applied to valuation of a particular stock, the dividend payout ratio is considered fixed. In trailing P/E, current price is divided by trailing (current year) earnings (Jerald E. Pinto, 2020).
justifiedTrailingPE(rCAPM, payoutRatio, g)
rCAPM |
A number. |
payoutRatio |
A number. |
g |
A number. |
According to information provided by Jerald E. Pinto (2020), the method justifiedTrailingPE
is developed for computing Justified Trailing P/E Based on the Gordon Growth Model for the values passed to its three arguments. Here, rCAPM
is required rate of return based on CAPM (Capital Asset Pricing Model), payoutRatio
is payout ration and g
is dividend growth rate.
Input values to three arguments rCAPM
, payoutRatio
and g
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
Pinto, J. E. (2020). Equity Asset Valuation (4th ed.). Wiley Professional Development (P&T). https://bookshelf.vitalsource.com/books/9781119628194
justifiedTrailingPE(rCAPM=0.09,payoutRatio=0.32,g=0.07)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.