Property | Value |
---|---|
Hex Value | $BB05 |
Categories | |
Localizations |
|
►Nom(
Overview
Computes the nominal interest rate.
Availability: Token available everywhere.
Syntax
►Nom(effective rate,compounding periods)
Arguments
Name | Type | Optional |
---|---|---|
effective rate | ||
compounding periods |
Location
apps, 1:Finance
, CALC
, B:►Nom(
Description
The ►Nom( command converts from an effective interest rate to a nominal interest rate. In other words, it converts an interest rate that takes compounding periods into account into one that doesn't. The two arguments are 1) the interest rate and 2) the number of compounding periods.
For example, you want to know the interest rate, compounded monthly, that will yield a total increase of 10% per year:
►Nom(10,12)
9.568968515
Formulas
The formula for converting from an effective rate to a nominal rate is:
(1) \(\begin{align} \texttt{Nom}=100 \texttt{CP} \left(\sqrt[\texttt{CP}]{\frac{\texttt{Eff}}{100}+1}-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 ►Nom(X,1)=X).
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, Xeda Elnara.
History
Calculator | OS Version | Description |
---|---|---|
TI-83 | 0.01013 | Added |