Difference between revisions of "Manuals/calci/EFFECT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left">  <font color="#000000">'''<font face="Arial, sans-serif"><font size="2">EFFECT(nom rate, npy)</font></font>'''</font...")
 
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> 
+
<div style="font-size:30px">'''EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)'''</div><br/>
  
<font color="#000000">'''<font face="Arial, sans-serif"><font size="2">EFFECT(nom rate, npy)</font></font>'''</font>
+
where,
 +
*<math>NominalInterestRate</math> is the nominal interest rate, and
 +
*<math>CompoundingPeriodsPerYear</math> is the number of compounding periods per year.
 +
**EFFECT(), returns the effective annual interest rate.
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Where ;nom rate' is the nominal interest rate and 'npy' is the number of compounding periods per year.</font></font></font>
+
== Description ==
  
</div>
+
EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)
----
 
<div id="1SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">This function find outs the effective annual interest rate, given the nominal annual interest rate and the number of compounding periods per year.</font></font></font>
+
*Arguments <math>NominalInterestRate</math> and <math>npy</math> should be positive numeric values.
 +
*<math>NominalInterestRate,</math> should be &gt;0 and <math>CompoundingPeriodsPerYear</math> should be &gt;1.
 +
*For invalid arguments, Calci returns an error message.
 +
*Formula: Effective interest rate <math>r</math> is calculated as follows -
  
</div>
+
<math>r = (1 + \frac{nomrate}{npy})^{npy} - 1 </math>
----
 
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">Arguments should be numeric.</font></font></font>
+
== Examples ==
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">EFFECT returns the error value, when nom rate ≤ 0 or npy &lt; 1.</font></font></font>
 
* <font color="#000000"><font face="Arial, sans-serif"><font size="2">EFFECT is calculated as follows: </font></font></font>
 
  
<font color="#000000"></font>
+
Consider the following example that shows the use of EFFECT function:
  
<br /><br />
+
<div id="2SpaceContent" class="zcontent" align="left">
  
 +
{| id="TABLE3" class="SpreadSheet blue"
 +
|- class="even"
 +
| class="sshl_f" | 6%
 +
| class=" " |8.5%
 +
| class=" " |
 +
 +
|- class="odd"
 +
| class="sshl_f" | 3
 +
| class=" " |4
 +
| class=" " |
 +
 +
|- class="even"
 +
| class="sshl_f" |
 +
| class=" " |
 +
| class=" " |
 +
|}
 
</div>
 
</div>
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
EFFECT
+
=EFFECT(A1,A2):  ''Displays 0.06120800000000015'' as a result.
 +
=EFFECT(B1,B2):  ''Displays 0.08774796172119137'' as a result.
 +
=EFFECT("6%",4): ''Displays 0.06136355062499965'' as a result.
  
</div></div>
+
==Related Videos==
----
 
<div id="8SpaceContent" class="zcontent" align="left"> 
 
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font></font>
+
{{#ev:youtube|EaLUXHeKJ4o|280|center|EFFECT}}
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">EFFECT(nom rate, npy)</font></font></font>
+
== See Also ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">'''B'''</font></font></font>
+
*[[Manuals/calci/RATE | RATE]]
 +
*[[Manuals/calci/INTRATE | INTRATE]]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">6%</font></font></font>
+
== References ==
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2">3</font></font></font>
+
*[http://en.wikipedia.org/wiki/Effective_interest_rate Effective Interest Rate]
  
<font color="#000000"><font face="Arial, sans-serif"><font size="2"><nowiki>=EFFECT(B2,B3) is 0.0612</nowiki></font></font></font>
 
  
<br />
 
  
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE6" class="SpreadSheet blue"
+
*[[Z_API_Functions | List of Main Z Functions]]
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 6%
 
| class="                                                  " |
 
|
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 3
 
|
 
|
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f" | 0.061208
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
| class="                  " |
 
|
 
|
 
|
 
|- class="odd"
 
| class=" " | Row5
 
|
 
|
 
|
 
|
 
|- class="even"
 
| Row6
 
|
 
|
 
|
 
| class="SelectTD  SelectTD" |
 
|}
 
  
<div align="left">[[Image:calci1.gif]]</div></div>
+
*[[ Z3 |   Z3 home ]]
----
 
<div id="9SpaceContent" class="zcontent" align="left"><div>[[Image:15.JPG|100%px|http://store.zcubes.com/33975CA25A304262905E768B19753F5D/Uploaded/15.JPG]]</div></div>
 
----
 

Latest revision as of 17:12, 22 August 2018

EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)


where,

  • is the nominal interest rate, and
  • is the number of compounding periods per year.
    • EFFECT(), returns the effective annual interest rate.

Description

EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)

  • Arguments and should be positive numeric values.
  • should be >0 and should be >1.
  • For invalid arguments, Calci returns an error message.
  • Formula: Effective interest rate is calculated as follows -

Examples

Consider the following example that shows the use of EFFECT function:

6% 8.5%
3 4
=EFFECT(A1,A2):  Displays 0.06120800000000015 as a result.
=EFFECT(B1,B2):  Displays 0.08774796172119137 as a result.
=EFFECT("6%",4): Displays 0.06136355062499965 as a result.

Related Videos

EFFECT

See Also

References