Difference between revisions of "Documentation/How Tos/Calc: EFFECTIVE function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial content)
 
(See also:)
Line 20: Line 20:
  
 
=== See also: ===
 
=== See also: ===
[[Documentation/How_Tos/Calc: EFFECTIVE_ADD function|'''EFFECTIVE_ADD''']],
+
[[Documentation/How_Tos/Calc: EFFECT_ADD function|'''EFFECT_ADD''']],
 
[[Documentation/How_Tos/Calc: NOMINAL function|'''NOMINAL''']],
 
[[Documentation/How_Tos/Calc: NOMINAL function|'''NOMINAL''']],
 
[[Documentation/How_Tos/Calc: NOMINAL_ADD function|'''NOMINAL_ADD''']]
 
[[Documentation/How_Tos/Calc: NOMINAL_ADD function|'''NOMINAL_ADD''']]

Revision as of 05:08, 12 July 2008


EFFECTIVE

Returns the effective compounded interest rate given a nominal interest rate.

Syntax:

EFFECTIVE(rate; num)

rate: the nominal interest rate.
num: the number of times interest is credited / compounded during the period that rate applies to.

If an investment has a nominal rate, say for a year, but interest is paid and credited say each quarter, the interest paid each quarter will itself start earning interest. This increases the effective value. This function returns the effective rate - that is, the rate that would have to be paid at the end of the (say) year to give the same return.

The formula used is:

effective_rate = ( (1 + rate/num)^num ) - 1

Example:

EFFECTIVE(6%; 4)

returns approximately 6.14%, which is the effective rate of an investment with a nominal rate of 6% per annum, compounded quarterly.

See also:

EFFECT_ADD, NOMINAL, NOMINAL_ADD

Derivation of Financial Formulas

Financial functions

Issues:

  • According to the draft ODFF standard, this function will be replaced with a new EFFECT function.
  • The calculation assumes that interest is credited at the end of exactly equal periods. In reality different quarter-years, for example, have different numbers of days.
Personal tools