Wolfram Computation Meets Knowledge

Return on Investment

The return on investment is the benefit to an investor resulting from an investment of some resource.

A return on investment equals the difference between the final investment value and the investment divided by the investment.

Formula

QuantityVariable["ROI", "Unitless"] == (QuantityVariable[Subscript["V", "f"], "Money"] - QuantityVariable[Subscript["V", "i"], "Money"])/QuantityVariable[Subscript["V", "i"], "Money"]

symbol description physical quantity
ROI return on investment "Unitless"
Vf final investment value "Money"
Vi investment "Money"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Return on Investment"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Return on Investment"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject["Return on Investment"], {QuantityVariable[
\!\(\*SubscriptBox[\("V"\), \("i"\)]\),"Money"] -> 
   Quantity[1200, "USDollars"], 
  QuantityVariable["ROI","Unitless"] -> Quantity[2, "Percent"]}]
Out[3]=

Publisher Information