get_stable_operating_assets: Calculate FCFF and Value of Operating Assets for stable...

View source: R/valuation_funs.R

get_stable_operating_assetsR Documentation

Calculate FCFF and Value of Operating Assets for stable growth firm

Description

Calculate FCFF (w/ After Tax EBIT)

Usage

get_stable_operating_assets(
  after_tax_ebit,
  net_capex,
  working_capital,
  wacc,
  growth,
  cash,
  debt,
  current_share_price,
  share_out
)

Arguments

after_tax_ebit

Number After-Tax EBIT (current year)

net_capex

Number Net Capital Expenditures

working_capital

Number Change in Working Capital

wacc

Number Cost of Capital

growth

Number Growth rate

cash

Number Cash

debt

Number Current debt

current_share_price

Number Current share price

share_out

Number Shares outstanding

Value

Tibble FCFF

Examples

# get_fcff(after_tax_ebit=2481, depreciation=1914, capex=1659,
# working_capital=1119, wacc=0.035, growth=0.03, cash=111, debt=475,
#current_share_price=34, share_out=111)

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.