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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Robot: Automated text replacement %s)
Line 22: Line 22:
  
 
{{Documentation/SeeAlso|
 
{{Documentation/SeeAlso|
* [[Documentation/How_Tos/Calc: NOMINAL_ADD function|NOMINAL_ADD]],
+
* [[Documentation/How_Tos/Calc: NOMINAL_ADD function|NOMINAL_ADD]]
* [[Documentation/How_Tos/Calc: EFFECTIVE function|EFFECTIVE]],
+
* [[Documentation/How_Tos/Calc: EFFECTIVE function|EFFECTIVE]]
 
* [[Documentation/How_Tos/Calc: EFFECT_ADD function|EFFECT_ADD]]
 
* [[Documentation/How_Tos/Calc: EFFECT_ADD function|EFFECT_ADD]]
  
* [[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]'''
+
* [[Documentation/How_Tos/Calc: Derivation of Financial Formulas|Derivation of Financial Formulas]]
  
 
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]
 
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]

Revision as of 14:28, 26 February 2009


NOMINAL

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

Syntax:

NOMINAL(eff_rate; num)

eff_rate: the effective interest rate.
num: the number of times interest is credited / compounded during the period that the nominal 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. The effective rate is the rate that would have to be paid at the end of the (say) year to give the same return.
Given an effective rate, this function returns the appropriate nominal rate.
The formula used is:
nom_rate = num[(1 + eff_rate)1/num - 1]

Example:

NOMINAL(6%; 4)

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

Template:Documentation/SeeAlso

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.
Personal tools