shareValueRIplusPVTV {stockAnalyst}R Documentation

Calculates share value using Residual Income plus present value of terminal value (PVTV).

Description

As with other valuation approaches, such as dividend discount model (DDM) and free cash flow, a multistage residual income approach can be used to forecast residual income for a certain time horizon and then estimate a terminal value based on continuing residual income at the end of that time horizon. Continuing residual income is residual income after the forecast horizon. As with other valuation models, the forecast horizon for the initial stage should be based on the ability to explicitly forecast inputs in the model. Because ROE has been found to revert to mean levels over time and it may decline to the cost of equity in a competitive environment, residual income approaches often model ROE fading toward the cost of equity. As ROE approaches the cost of equity, residual income approaches zero. An ROE equal to the cost of equity would result in residual income of zero. The PVTV incorporates the impact of pf, the persistence factor (Jerald E. Pinto, 2020).

Usage

shareValueRIplusPVTV(bgnBVPS, EPS, r, times, pf, n)

Arguments

bgnBVPS

A number vector.

EPS

A number vector.

r

A number.

times

A vector.

pf

A number.

n

A number.

Details

According to information provided by Jerald E. Pinto (2020), the method shareValueRIplusPVTV 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, bgnBVPS is the beginning Book Value Per Share, EPS is Earnings Per Share, r is the required rate of return on equity, times is a vector of number of years ranging from 1 to any specified number of years Residual Income Values are to be computed, pf is the persistence factor, 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 bgnBVPS EPS, r, times,pf,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

shareValueRIplusPVTV(bgnBVPS=c(6,7,8.25),EPS=c(2,2.5,4),r=0.10,times=c(1,2,3),pf=0.6,n=3)

[Package stockAnalyst version 1.0.1 Index]