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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: NOMINAL_ADD function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_NOMINAL_function
 +
|NextPage=Documentation/How_Tos/Calc:_ODDFPRICE_function
 +
}}__NOTOC__
  
 
== NOMINAL_ADD ==
 
== NOMINAL_ADD ==
Line 19: Line 24:
 
=== Example: ===
 
=== Example: ===
 
<tt>'''NOMINAL_ADD(0.06; 4)'''</tt>
 
<tt>'''NOMINAL_ADD(0.06; 4)'''</tt>
:  returns approximately <tt>'''0.0587'''</tt>, which is the nominal rate for an investment with a effective rate of 6% per annum, compounded quarterly.
+
:  returns approximately <tt>'''0.0587'''</tt>, which is the nominal rate for an investment with an effective rate of 6% per annum, compounded quarterly.
  
{{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.
 +
 
 +
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: NOMINAL function|NOMINAL]]
 
* [[Documentation/How_Tos/Calc: NOMINAL function|NOMINAL]]
 
* [[Documentation/How_Tos/Calc: EFFECTIVE function|EFFECTIVE]]
 
* [[Documentation/How_Tos/Calc: EFFECTIVE function|EFFECTIVE]]
Line 32: Line 40:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
+
[[Category: Documentation/Reference/Calc/Financial functions]]
=== 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.
+

Latest revision as of 11:08, 31 January 2024

NOMINAL_ADD

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

Syntax:

NOMINAL_ADD(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_ADD(0.06; 4)

returns approximately 0.0587, which is the nominal rate for an investment with an effective 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:_NOMINAL_ADD_function&oldid=259765"
Views
Personal tools
Navigation
Tools
In other languages