shareValueRImultiStg {stockAnalyst}R Documentation

Calculates value of a share based on return on equity (ROE) growth under the Multistage Residual Income Valuation.

Description

In many applications, a drawback to the single-stage model is that it assumes the excess ROE above the cost of equity will persist indefinitely. More likely, a ROE of the company will revert to a mean value of ROE over time, and at some point, the residual income will be zero. If a company or industry has an abnormally high ROE, other companies will enter the marketplace thus increasing competition and lowering returns for all companies. Similarly, if an industry has a low ROE, companies will exit the industry (through bankruptcy or otherwise) and ROE will tend to rise over time. As with the single-stage DDM, the single-stage residual income model also assumes a constant growth rate through time. In light of these considerations, the residual income model has been adapted in practice to handle declining residual income. For example, Lee, Myers, and Swaminathan (as cited in Jerald E. Pinto, 2020) used a residual income model to value the Dow by assuming that ROE fades (reverts) to the industry mean over time. Lee and Swaminathan found that the residual income model had more ability than traditional price multiples to predict future returns. Fortunately, other models are available that enable analysts to relax the assumption of indefinite persistence of excess returns.

Usage

shareValueRImultiStg(ROE, bgnBV, r, tm, pr, n)

Arguments

ROE

A vector.

bgnBV

A number.

r

A number.

tm

A vector.

pr

A number.

n

A number.

Details

According to information provided by Jerald E. Pinto (2020), the method shareValueRImultiStg is developed to compute share value based on ROE growth under the Multistage Residual Income Valuation for the values passed to its six arguments. Here, bgnBV is beginning Book Value Per Share, ROE is Return on Equity, r is required rate of return on equity, tm is a vector of number of years ranging from 1 to any specified number of years Residual Income Values are to be computed, premium certain premium over book value, n in one finite-horizon model of residual income valuation assumes that at the end of time horizon n, a certain premium over book value exists for the company.

Value

Input values to six arguments bgnBV ROE, r, tm , pr and n.

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

shareValueRImultiStg(ROE=c(0.3333,0.3571,0.4848),bgnBV=c(6,7,8.25),r=0.10,tm=c(1,2,3),pr=1.1,n=3)

[Package stockAnalyst version 1.0.1 Index]