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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(12 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: EFFECTIVE function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_DURATION_ADD_function
 +
|NextPage=Documentation/How_Tos/Calc:_EFFECT_ADD_function
 +
}}__NOTOC__
  
 
== EFFECTIVE ==
 
== EFFECTIVE ==
Line 5: Line 10:
  
 
=== Syntax: ===
 
=== Syntax: ===
<tt>'''EFFECTIVE(rate; num)'''</tt>
+
<tt>'''EFFECTIVE(nom_rate; num)'''</tt>
: <tt>'''rate'''</tt>: the nominal interest rate.
+
: <tt>'''nom_rate'''</tt>: the nominal interest rate.
: <tt>'''num'''</tt>: the number of times interest is credited / compounded during the period that <tt>'''rate'''</tt> applies to.
+
: <tt>'''num'''</tt>: the number of times interest is credited / compounded during the period that <tt>'''nom_rate'''</tt> 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.
+
: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:
+
:The formula used is:
  
effective_rate = ( (1 + rate/num)^num ) - 1
+
:effective_rate = (1 + nom_rate/num)<sup>num</sup> - 1
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 24:
 
:  returns approximately <tt>'''6.14%'''</tt>, which is the effective rate of an investment with a nominal rate of 6% per annum, compounded quarterly.
 
:  returns approximately <tt>'''6.14%'''</tt>, which is the effective rate of an investment with a nominal rate of 6% per annum, compounded quarterly.
  
=== See also: ===
+
=== Issues: ===
[[Documentation/How_Tos/Calc: EFFECT_ADD function|'''EFFECT_ADD''']],
+
* 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.
[[Documentation/How_Tos/Calc: NOMINAL function|'''NOMINAL''']],
+
[[Documentation/How_Tos/Calc: NOMINAL_ADD function|'''NOMINAL_ADD''']]
+
  
'''[[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]'''
+
{{SeeAlso|EN|
 +
* [[Documentation/How_Tos/Calc: EFFECT_ADD function|EFFECT_ADD]]
 +
* [[Documentation/How_Tos/Calc: NOMINAL function|NOMINAL]]
 +
* [[Documentation/How_Tos/Calc: NOMINAL_ADD function|NOMINAL_ADD]]
  
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
+
* [[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]
  
=== Issues: ===
+
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]}}
* According to the draft ODFF standard, this function will be replaced with a new '''EFFECT''' function.
+
[[Category: Documentation/Reference/Calc/Financial functions]]
* 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.
+

Latest revision as of 10:53, 31 January 2024

EFFECTIVE

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

Syntax:

EFFECTIVE(nom_rate; num)

nom_rate: the nominal interest rate.
num: the number of times interest is credited / compounded during the period that nom_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 + nom_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.

Issues:

  • 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.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_EFFECTIVE_function&oldid=259758"
Views
Personal tools
Navigation
Tools
In other languages