computingEVdollarVal {stockAnalyst}R Documentation

Calculates absolute amount of Enterprise Value.

Description

Analysts commonly define that enterprise value is equal to Market value of common equity (Number of shares outstanding multiplied with Price per share) plus, the Market value of preferred stock (if any) plus, the Market value of debt less, the cash and investments (specifically: cash, cash equivalents, and short- term investments. Cash and investments (sometimes termed non-earning assets) are subtracted because EV is designed to measure the net price an acquirer would pay for the company as a whole. The acquirer must buy out current equity and debt providers but then receives access to the cash and investments, which lower the net cost of the acquisition. (For example, cash and investments can be used to pay off debt or loans used to finance the purchase.) The same logic explains the use of market values: In repurchasing debt, an acquirer has to pay market prices. Some debt, however, may be private and it does not trade; some debt may be publicly traded but trade infrequently. When analysts do not have market values, they often use book values obtained from the balance sheet (Jerald E. Pinto, 2020).

Usage

computingEVdollarVal(commonEquityMV, prefStockMV, debtMV, cashNequi)

Arguments

commonEquityMV

number.

prefStockMV

number.

debtMV

number.

cashNequi

number.

Details

According to information provided by Jerald E. Pinto (2020), the method computingEVdollarVal is developed for computing absolute amount of Enterprise Value for the values passed to its four arguments. Here, commonEquityMV is market value of Common Equity, prefStockMV is market value of Preference Stock,debtMV is market value of the Debt , and cashNequi is amount of Cash and cash equivalents.

Value

Input values to four arguments commonEquityMV, prefStockMV, debtMV, , cashNequi.

Author(s)

MaheshP Kumar, maheshparamjitkumar@gmail.com

References

Pinto, J. E. (2020). Equity Asset Valuation (4th ed.). Wiley Professional Development (P&T). https://bookshelf.vitalsource.com/books/9781119628194

Examples

computingEVdollarVal(commonEquityMV=15008,prefStockMV=0,debtMV=2013,cashNequi=4060)

[Package stockAnalyst version 1.0.1 Index]