Difference between revisions of "Manuals/calci/EFFECT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=EFFECT(nomrate, npy)=
+
<div style="font-size:30px">'''EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)'''</div><br/>
  
 
where,
 
where,
*<math>nomrate</math> is the nominal interest rate, and
+
*<math>NominalInterestRate</math> is the nominal interest rate, and
*<math>npy</math> is the number of compounding periods per year.
+
*<math>CompoundingPeriodsPerYear</math> is the number of compounding periods per year.
  
EFFECT() calculates the effective annual interest rate.
+
EFFECT(), returns the effective annual interest rate.
  
 
== Description ==
 
== Description ==
  
EFFECT(nomrate, npy)
+
EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)
  
*Arguments <math>nomrate</math> and <math>npy</math> should be positive numeric values.
+
*Arguments <math>NominalInterestRate</math> and <math>npy</math> should be positive numeric values.
*<math>nomrate</math> should be &gt;0 and <math>npy</math> should be &gt;1.
+
*<math>NominalInterestRate,</math> should be &gt;0 and <math>CompoundingPeriodsPerYear</math> should be &gt;1.
 
*For invalid arguments, Calci returns an error message.
 
*For invalid arguments, Calci returns an error message.
 
*Formula: Effective interest rate <math>r</math> is calculated as follows -
 
*Formula: Effective interest rate <math>r</math> is calculated as follows -

Revision as of 15:59, 23 July 2018

EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)


where,

  • Failed to parse (Conversion error. Server ("https://wikimedia.org/api/rest_") reported: "Cannot get mml. Server problem."): {\displaystyle NominalInterestRate} is the nominal interest rate, and
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CompoundingPeriodsPerYear} is the number of compounding periods per year.

EFFECT(), returns the effective annual interest rate.

Description

EFFECT (NominalInterestRate,CompoundingPeriodsPerYear)

  • Arguments Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NominalInterestRate} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle npy} should be positive numeric values.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle NominalInterestRate,} should be >0 and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CompoundingPeriodsPerYear} should be >1.
  • For invalid arguments, Calci returns an error message.
  • Formula: Effective interest rate Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r} is calculated as follows -

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle r = (1 + \frac{nomrate}{npy})^{npy} - 1 }

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