ddm | R Documentation |
ddm()
calculates the company stock price based on the dividend discount
model. The dividend discount model is a method of valuing the stock price of
a company based on the future dividend payments it will make, discounted
back to their present value.
ddm(d, r, g)
d |
Numeric. Estimated value of dividend in the next year. |
r |
Numeric. Constant cost of equity. |
g |
Numeric. Constant growth rate for dividends in perpetuity. |
The estimated price per share.
Gordon, M. J. (1959). Dividends, earnings, and stock prices. The review of economics and statistics, 99-105.ISO 690
stock_price <- ddm(1.5, 0.05, 0.03)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.