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

From Apache OpenOffice Wiki
Jump to: navigation, search
(See also:)
m
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE: ACCRINTM function}}
 +
{{Documentation/CalcFunc FinancialTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_ACCRINT_function
 +
|NextPage=Documentation/How_Tos/Calc:_DISC_function
 +
}}__NOTOC__
  
 
== ACCRINTM ==
 
== ACCRINTM ==
Line 23: Line 28:
 
:  returns approximately <tt>'''20.54795'''</tt>.  
 
:  returns approximately <tt>'''20.54795'''</tt>.  
  
=== See also: ===
+
{{SeeAlso|EN|
[[Documentation/How_Tos/Calc: ACCRINT function|'''ACCRINT''']]
+
* [[Documentation/How_Tos/Calc: ACCRINT function|ACCRINT]]
 
+
* [[Documentation/How_Tos/Calc: Date & Time functions#Financial date systems|Financial date systems]]
[[Documentation/How_Tos/Calc: Date & Time functions#Financial date systems|'''Financial date systems''']]
+
* [[Documentation/How_Tos/Calc: Financial functions|Financial functions]]
 
+
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
[[Documentation/How_Tos/Calc: Financial functions|'''Financial functions''']]
+
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
+
[[Category: Documentation/Reference/Calc/Financial functions]]
[[Documentation/How_Tos/Calc: Functions listed alphabetically|'''Functions listed alphabetically''']],
+
[[Documentation/How_Tos/Calc: Functions listed by category|'''Functions listed by category''']]
+

Latest revision as of 10:48, 31 January 2024

ACCRINTM

Calculates the accrued interest for a security that pays at maturity.

This function is only available if the Analysis AddIn is installed.

Syntax:

ACCRINTM(issue; settlement; rate; par; basis)

issue: the issue date of the security.
settlement: the date at which the interest accrued up until then is to be calculated.
rate: the annual nominal rate of interest (coupon interest rate)
par: the par value of the security.
basis: is chosen from a list of options and indicates how the year is to be calculated. Defaults to 0 if omitted.
0 - US method (NASD), 12 months of 30 days each
1 - Exact number of days in months, exact number of days in year
2 - Exact number of days in month, year has 360 days
3 - Exact number of days in month, year has 365 days
4 - European method, 12 months of 30 days each

Example:

ACCRINTM("2001-4-1"; "2001-6-15"; 0.1; 1000; 3)

returns approximately 20.54795.



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