AccrintM

Syntax

AccrintM( Issue, Settlement, Rate[, NominalCost[, Basis])

Parameters

Issue. The security's issue date. Parameter value must be less than value of the Settlement parameter.

Settlement. The security's maturity date.

Rate. The annual interest rate for coupons on securities. Parameter value must be greater than zero.

NominalCost. The face value of securities. Parameter value must be greater than zero. Optional parameter. The default value is 1000.

Basis. The day calculation method used. It is set in the range from 0 to 4:

Optional parameter.

NOTE. To determine the parameter, specify either the parameter value or the cell address where it is located.

Description

It returns the accrued interest for a security that pays interest at maturity.

Comments

The Issue parameter value must be less than the Settlement parameter value.

The function is calculated according to the following formula:

,

where:

Example

Formula Result Description
=AccrintM("12.01.2008", "13.06.2008", 11, 100, 3) 461,10 Accumulated income derived from securities based on the following conditions:
  • The issue date is 12.01.2008.

  • The settlement date is 13.06.2008.

  • The annual interest rate is 11%.

  • The face value is 100.

  • The day calculation method is actual/365 days.

=AccrintM(A0, B0, 12.4, 100, 3) 927,45 Accumulated income derived from securities based on the following conditions:
  • The issue date is specified in the A0 cell, value is 01.01.2007.

  • The maturity date is specified in the B0 cell, value is 01.10.2007.

  • The annual interest rate is 12.4%.

  • The face value is 100.

  • The day calculation method is actual/365 days.

See also:

Function WizardFinancial Functions