Difference between revisions of "Manuals/calci/NOMINAL"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"><font face="Arial, sans-serif"><font size="2"><font color="#484848">'''NOMINAL'''</font><font color="#484848">(</font><fo...") |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''NOMINAL (EffectiveInterestRate,NoOfCompoundingPeriods)'''</div><br/> |
− | < | + | Where |
+ | *<math>EffectiveInterestRate</math> is the effective interest rate, and | ||
+ | *<math>NoOfCompoundingPeriods</math> is the number of compounding periods per year. | ||
+ | **NOMINAL() returns the annual nominal interest rate. | ||
− | + | == Description == | |
− | |||
− | |||
− | |||
− | |||
− | + | NOMINAL (EffectiveInterestRate,NoOfCompoundingPeriods) | |
− | |||
− | + | *Nominal Interest Rate is calculated depending on the effective interest rate and the number of compounding periods per year. | |
+ | *The relationship between Effective Interest Rate and Nominal Interest Rate is as follows - | ||
− | < | + | <math> ER = (1 + \frac{NominalRate}{nperyear})^{nperyear} - 1 </math> |
− | |||
− | < | ||
− | + | where | |
− | < | + | <math>ER</math> - Effective Interest Rate |
− | |||
− | |||
− | < | + | <math>NominalRate</math> - Nominal Interest Rate |
− | < | + | <math>nperyear</math> - number of compounding periods per year |
− | < | + | *Arguments <math>ER</math> and <math>nperyear</math> should be numeric, else Calci returns #N/A error message. |
+ | *If <math>ER</math> < 0 or if <math>nperyear</math> < 1, Calci returns #N/A error message. | ||
+ | *If <math>nperyear</math> is not an integer, it is truncated. | ||
− | + | == Examples == | |
− | + | Consider the following example that shows the use of NOMINAL function: | |
− | < | + | <div id="2SpaceContent" class="zcontent" align="left"> |
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {| id=" | ||
|- class="even" | |- class="even" | ||
+ | | class=" " | 5.75% | ||
| class=" " | | | class=" " | | ||
− | | | + | | class=" " | |
− | + | ||
− | | | ||
− | |||
|- class="odd" | |- class="odd" | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
| class="sshl_f" | 5 | | class="sshl_f" | 5 | ||
− | | | + | | class=" " | |
− | + | | class=" " | | |
− | + | ||
− | |||
− | | | ||
− | | class=" | ||
− | |||
− | | | ||
− | |||
|- class="even" | |- class="even" | ||
− | + | | class=" " | | |
− | | class=" | + | | class=" " | |
− | + | | class=" " | | |
− | | | + | |
− | | | ||
− | |||
− | |||
− | | | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | |||
− | |||
|} | |} | ||
− | + | =NOMINAL(A1,A2) ''displays 0.05622136652263632'' as a result. | |
− | + | =NOMINAL("6.10%",6) ''displays 0.05950499347618399'' as a result. | |
− | + | ||
− | + | ==Related Videos== | |
+ | |||
+ | {{#ev:youtube|-3VDp4mmr2s|280|center|NOMINAL Function}} | ||
+ | |||
+ | == See Also == | ||
+ | |||
+ | *[[Manuals/calci/INTRATE | INTRATE]] | ||
+ | |||
+ | == References == | ||
+ | |||
+ | *[http://en.wikipedia.org/wiki/Nominal_interest_rate Nominal Interest Rate] | ||
+ | *[http://en.wikipedia.org/wiki/Effective_interest_rate Effective Interest Rate] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 16:27, 22 August 2018
NOMINAL (EffectiveInterestRate,NoOfCompoundingPeriods)
Where
- is the effective interest rate, and
- is the number of compounding periods per year.
- NOMINAL() returns the annual nominal interest rate.
Description
NOMINAL (EffectiveInterestRate,NoOfCompoundingPeriods)
- Nominal Interest Rate is calculated depending on the effective interest rate and the number of compounding periods per year.
- The relationship between Effective Interest Rate and Nominal Interest Rate is as follows -
where
- Effective Interest Rate
- Nominal Interest Rate
- number of compounding periods per year
- Arguments and should be numeric, else Calci returns #N/A error message.
- If < 0 or if < 1, Calci returns #N/A error message.
- If is not an integer, it is truncated.
Examples
Consider the following example that shows the use of NOMINAL function:
5.75% | ||
5 | ||
=NOMINAL(A1,A2) displays 0.05622136652263632 as a result. =NOMINAL("6.10%",6) displays 0.05950499347618399 as a result.
Related Videos
See Also
References