WACC: WACC

Description Usage Arguments Value

Description

Calculate a company's WACC based on cost of Equity and cost of debt. The fraction of debt and equity can be provided by the user. Otherwise, the function aims to calculate the weights based on most recent balance sheet data collected from the getBalancesheet function

Usage

1
2
WACC(Ticker, cost_Equity, cost_Debt, cost_Pref, Tax_Rate, Per_Equity = 0,
  Per_Debt = 0)

Arguments

Ticker

The ticker of the company to evaluated

cost_Equity

The cost of equity as a fraction

cost_Debt

The cost of debt as a fraction

cost_Pref

The cost of Preferred stock as a fraction

Tax_Rate

The tax rate as percentage

Per_Debt

Optional, the percentage debt

Per_Equit

Optional, the percentage equity

Value

WACC Return the WACC object


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