Property | Value |
---|---|
Hex Value | $BB06 |
Categories | |
Localizations |
|
►Eff(
Overview
Computes the effective interest rate.
Availability: Token available everywhere.
Syntax
►Eff(nominal rate,compounding periods)
Arguments
Name | Type | Optional |
---|---|---|
nominal rate | ||
compounding periods |
Location
apps, 1:Finance
, CALC
, C:►Eff(
Description
The ►Eff( command converts from a nominal interest rate to an effective interest rate. In other words, it converts an interest rate that does not take into account compounding periods into one that does. The two arguments are 1) the interest rate and 2) the number of compounding periods.
For example, take an interest rate of 7.5% per year, compounded monthly. You can use ►Eff( to find out the actual percent of interest per year:
►Eff(7.5,12)
7.663259886
Formulas
The formula for converting from a nominal rate to an effective rate is:
(1) \(\begin{align} \texttt{Eff}=100\left(\left(1+\frac{\texttt{Nom}}{100 \texttt{CP}}\right)^{\texttt{CP}}-1\right) \end{align}
\)
Here, Eff is the effective rate, Nom is the nominal rate, and CP is the number of compounding periods.
Error Conditions
- ERR:DOMAIN is thrown if the number of compounding periods is not positive, or if the nominal rate is -100% or lower (an exception's made for the nominal rate if there is only one compounding period, since ►Eff(X,1)=X)
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, jonbush, Myles_Zadok.
History
Calculator | OS Version | Description |
---|---|---|
TI-83 | 0.01013 | Added |