PEforPassThroughInflation {stockAnalyst} | R Documentation |
Calculates PE Multiple of the companies with different abilities to pass through the inflation to its customers through higher prices.
Description
While studying PE through cross-country comparisons the main differences in inflation rates and in the ability of companies to pass through inflation in their costs in the form of higher prices to their customers plays a vital role. For two companies with the same inflation pass-through ability, the company operating in the environment with higher inflation will have a lower justified PE; if the inflation rates are equal but pass-through rates differ, the justified PE should be lower for the company with the lower pass-through rate (Jerald E. Pinto, 2020).
Usage
PEforPassThroughInflation(realROR, I, passThruRate)
Arguments
realROR |
number. |
I |
number. |
passThruRate |
number. |
Details
According to information obtained from Jerald E. Pinto (2020), the method PEforPassThroughInflation
is developed for computing PE Multiple of the companies with different abilities to pass through the inflation to customers for values passed to its three arguments. Here, realROR
is real Rate of Return, I
is rate of Inflation, and passThruRate
is percentage of inflation in costs that the company can pass through to its customers through higher prices.
Value
Input values to three arguments realROR
, I
, and passThruRate
.
Author(s)
MaheshP Kumar, maheshparamjitkumar@gmail.com
Examples
PEforPassThroughInflation(realROR=0.03,I=0.06,passThruRate=0.70)
PEforPassThroughInflation(realROR=0.03,I=0.06,passThruRate=0.90)