Calculate_FCFF: Calculate_FCFF

Description Usage Arguments Value See Also Examples

Description

The function calculates the free cash flow to firm (FCFF) using the cash flow financials from GetCashFlow function and the Morningstar data. The FCFF is calculated from the Net Income, Change in working capital, depreciation expense and Capital expenditures (CAPEX).

Usage

1
Calculate_FCFF(Ticker, year)

Arguments

Ticker

Ticker of the stock to be evaluated

year

Year to calculate FCFF for

Value

FCFF Returns the calculated FCFF

See Also

GetCashFlow()

Examples

1
2
3
4
5
6
7
 {

Ticker <- "AAPL"
year <- 2017
FCFF_AAPL_2017 <- Calculate_FCFF(Ticker, year)

}

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