View source: R/valuation_funs.R
get_cost_equity | R Documentation |
Calculate Cost of Equity.
get_cost_equity(risk_free, beta, risk_premium)
risk_free |
Number Risk free rate |
beta |
Number Bottom-up levered beta |
risk_premium |
Number Risk premium |
Tibble Cost of Equity
# cost_equity <- get_cost_equity(risk_free=0.015, beta=0.71, rick_premium=0.041)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.