ACCRINTM

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

If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using the Add-Ins command on the Tools menu.

Syntax

ACCRINTM(issue,maturity,rate,par,basis)

Issue   is the security's issue date.

Maturity   is the security's maturity date.

Rate   is the security's annual coupon rate.

Par   is the security's par value. If you omit par, ACCRINTM uses $1,000.

Basis   is the type of day count basis to use.

Basis

Day count basis

0 or omitted

US (NASD) 30/360

1

Actual/actual

2

Actual/360

3

Actual/365

4

European 30/360


Remarks

Example

A note has the following terms:

April 1, 1993, issue date
June 15, 1993, maturity date
10.0 percent coupon
$1,000 par value
Actual/365 basis

The accrued interest (in the 1900 date system) is:

ACCRINTM("4/1/93","6/15/93",0.1,1000,3) equals 20.54795