Multi_DDM: Multi_DDM

Description Usage Arguments Value See Also Examples

Description

The function calculates stock value based on a single stage DDM model (Gordon Growth Model)

Usage

1
Multi_DDM(Ticker, Req, growth_rate, terminal_g, length = 5)

Arguments

Ticker

Provide the stock ticker, which will be searched for on morningstar and yahoo finance

Req

The required rate of return used for discounting

growth_rate

growth_rate now

terminal_g

The terminal growth rate

length

The discounted length from first to terminal dividend, default is 5

Value

DDM_Out The results of the DDM model

See Also

tq_get

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
{

 Ticker <- "MSFT"
 Req <- 0.12
 growth_rate <- 0.11
 terminal_g <- 0.08
 length <- 5
 Multi_Stage_DDM <- Multi_DDM(Ticker, Req, growth_rate, terminal_g, length)


}

JancoS/EquityR documentation built on May 9, 2019, 3:25 a.m.