View source: R/03_shareValueDDMconstantGrowth.R
shareValueGGMconstantGrowth | R Documentation |
The simplest pattern that can be assumed in forecasting future dividends is that dividends will grow at a constant rate. So, DividendN1
is equal to dividendNt
multiplied with (1 + g). Here, DividendN1
expected dividend to be paid after one year and dividendNt
is current dividend (Jerald E. Pinto, 2020).
shareValueGGMconstantGrowth(dividend, r, g, divN)
dividend |
A number. |
r |
A number. |
g |
A number. |
divN |
A number. |
According to information provided by Jerald E. Pinto (2020), the method shareValueDDMconstantGrowth
is developed to compute DDM value of share under the assumption that Dividends are to grow at constant rate for the values passed to its four arguments.Here, dividend
is current dividend, g
is rate of constant growth, r
is the required rate of return on the stock ,and divN
lets you make choice between D0 or D1 (that is either using current dividend (D0) or Dividend in one year (D1) as dividend
in the first argument of shareValueDDMconstantGrowth
).
Input values to four arguments dividend
, r
and g
and divN
.
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
shareValueGGMconstantGrowth(dividend=1.1024,r=0.101,g=0.06,divN=1) shareValueGGMconstantGrowth(dividend=1.04,r=0.101,g=0.06,divN=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.