Wolfram Computation Meets Knowledge

Nominal-to-Effective Interest Rate

The effective interest rate is the interest rate on a loan or financial product restated from the nominal interest rate as an interest rate with annual compound interest payable in arrears.

The effective interest rate increases with the nominal interest rate and the number of compounding periods.

Formula

QuantityVariable[Subscript["r", "eff"], "Unitless"] == -1 + (1 + QuantityVariable["r", "Unitless"]/QuantityVariable["n", "Unitless"])^QuantityVariable["n", "Unitless"]

symbol description physical quantity
reff effective interest rate "Unitless"
n compounding periods "Unitless"
r nominal interest rate "Unitless"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Nominal-to-Effective Interest Rate"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Nominal-to-Effective Interest Rate"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Nominal-to-Effective Interest Rate"], {QuantityVariable[
\!\(\*SubscriptBox[\("r"\), \("eff"\)]\),"Unitless"] -> 
   Quantity[8.3`, "Percent"], QuantityVariable["n","Unitless"] -> 12}]
Out[3]=

Publisher Information