-----Original Message-----
Hi Mike!
It calculates the interest that has accrued between the issue date of
the security and the settlement date.
In the example given by Help:
Issue date 1-Mar-2008
First Interest Date 31-Aug-2008
Settlement date 1-May-2008
Coupon Rate 10%
Par Value 1000
Frequency 2 [Semi annual]
Basis 0 [30/360 basis]
Number of days between 1-Mar-2008 and 1-May-2008 is 60 (Note 30/360
assumption)
Number of days in Half year 180 (Note 30/360 assumption)
Interest per half year 50
=60/180*50
Returns 16.66666667
Same as amount returned by ACCRINT function
If you want to calculate interest that has accrued since the last
payment of interest on a bond, you could use the same basis of
calculation:
Days Since Last Payment/Total Days Between Payment * Amount of
Interest.
But in calculating the days use the 30/360 assumption.
I'll admit to not liking these calculations because of the
simplifications they involve. I'd use compound interest based
calculations using actual days. With computers, it's not the rocket
science that it used to be.
--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Hi Norman!
Enlighten me! What does the function return? I'd like to
be able to return the accrued interest as of some given
date. Thanks again
.