CoupDaysNc

Syntax

CoupDaysNc(Settlement, Maturity, Frequency[, Basis])

Parameters

Settlement. The security's settlement date. This date is later than the issue date (the date when the securities were sold to the buyer).

Maturity. The security's maturity date. The maturity date is the date when the security expires.

Frequency. The number of payments for coupons in a year. This parameter may take the following values:

Basis. The day calculation method used. Select a value 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 number of days from the settlement date to the next coupon date.

Comments

The value of the Settlement parameter must be less than value of the Maturity parameter.

The agreement date is the date when a coupon (for instance, a bond) was sold to a buyer. The payment date is the coupon expiry date. For example, a bond with duration of 30 years was issued on Jan 1, 2008 and was acquired by a buyer in 6 months after the issue date. The issue date is January 1, 2008, the calculation date is July 1, 2008 and the maturity date of this bond is January 1, 2038, that is, 30 years after the date.

Example

Formula Result Description
=CoupDaysNc("01.01.2007", "01.10.2007", 2) 19 The number of days between the agreement date and the next coupon date based on the following conditions:
  • The settlement date is 01.01.2007.

  • The maturity date is 01.10.2007.

  • Semi-annual coupon payments.

  • The used method of day calculation - American.

=CoupDaysNc(A0, B0, 1,4) 199 The number of days between the agreement date and the next coupon date based on the following conditions:
  • The calculation 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.

  • Annual coupon payments.

  • The used method of day calculation - European 30/360 days.

See also:

Function WizardFinancial FunctionsCoupDayBsCoupDaysCoupNcdCoupNumCoupPcd