Difference between revisions of "Manuals/calci/accrintm"

From ZCubes Wiki
Jump to navigation Jump to search
Line 27: Line 27:
 
{| id="TABLE3" class="SpreadSheet blue"
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
|- class="even"
| class=" " |
 
 
| Column1
 
| Column1
| class="  " | Column2
+
| Column2
| Column3
 
| Column4
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row1
+
| Row1
| class="sshl_f" | 3/1/2008
+
| 3/1/2008
| class="sshl_f" |
 
| class="                                                            " |
 
|
 
 
|- class="even"
 
|- class="even"
| class="  " | Row2
+
| Row2
| class="sshl_f" | 8/15/2008
+
| 8/15/2008
| class="sshl_f" | 54.666667
 
|
 
|
 
 
|- class="odd"
 
|- class="odd"
 
| Row3
 
| Row3
| class="sshl_f " | 12%
+
| 12%
| class="                                                                              sshl_f sshl_t ChangeBGColor" |
 
|
 
|
 
 
|- class="even"
 
|- class="even"
 
| Row4
 
| Row4
| class="  " | 1000
+
| 1000
| class="sshl_t" |
 
|
 
|
 
 
|- class="odd"
 
|- class="odd"
| class=" " | Row5
+
| Row5
| class=" " | 3
+
| 3
| class="sshl_t" |
 
|
 
|
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_t" |
 
|
 
| class="sshl_f " |
 
 
|}
 
|}
 +
 +
=ACCRINTM("3/1/2008","8/15/2008",12,1000,3)
 +
5490.41095890411
 +
=

Revision as of 00:45, 27 February 2014

ACCCRINTM(I, Settle,R,Par,basis)

  • Security's issue date.
  • Security's settlement date should  be after issue date.
  • Security annual coupon rate.
  • Security par value.
  • Type of day count basis.

Description

  • This function returns the accumulated interest for a security that pays interest at maturity.
  • Issue, Basis, Settlement be integers.
  • ACCRINTM shows the error value when:
1.R less-than or equal to 0
2.Par less-than or equal to 0
3.basis < 0 or basis > 4
4.I date greater-than or equal to settle date.
  • number of days counted from issue date to maturity date.
  • Annual Year Basis.

Example

=ACCRINTM("3/1/2008","8/15/2008",12,1000,3) 5490.41095890411 =

Column1 Column2
Row1 3/1/2008
Row2 8/15/2008
Row3 12%
Row4 1000
Row5 3

=ACCRINTM("3/1/2008","8/15/2008",12,1000,3) 5490.41095890411 =