Difference between revisions of "Manuals/calci/EFFECT"

From ZCubes Wiki
Jump to navigation Jump to search
Line 58: Line 58:
  
 
*[http://en.wikipedia.org/wiki/Effective_interest_rate Effective Interest Rate]
 
*[http://en.wikipedia.org/wiki/Effective_interest_rate Effective Interest Rate]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 05:49, 14 March 2017

EFFECT(nomrate, npy)

where,

  • is the nominal interest rate, and
  • is the number of compounding periods per year.

EFFECT() calculates the effective annual interest rate.

Description

EFFECT(nomrate, npy)

  • 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.8774796172119137 as a result.
=EFFECT("6%",4): Displays 0.06136355062499965 as a result.

Related Videos

EFFECT

See Also

References