Wolfram Computation Meets Knowledge

Relative Graham Value

The relative Graham value is a modification of the results of a formula designed by Benjamin Graham for the evaluation of growth stocks.

The relative Graham value equals the intrinsic value divided by the current price.

Formula

QuantityVariable["RGV", "Unitless"] == QuantityVariable[SuperStar["V"], "Money"]/QuantityVariable["P", "Money"]

symbol description physical quantity
RGV relative Graham value "Unitless"
P current price "Money"
V* intrinsic value "Money"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Relative Graham Value"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Relative Graham Value"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Relative Graham Value"], {QuantityVariable[
   SuperStar["V"],"Money"] -> Quantity[180., "USDollars"]}]
Out[3]=

Publisher Information