ID EN
#Financial

COUPDAYBS

Excel Functions

Get days from coupon period to settlement date

Syntax

EXCEL
=COUPDAYBS(settlement, maturity, frequency, [basis])

Arguments

Parameter Description
settlement Settlement date of the security.
maturity Maturity date of the security.
frequency Number of coupon payments per year (annual = 1, semi-annual = 2, quarterly = 4).
basis [optional] Day count basis (see below, default =0).

Return Value

Days as a number

Details

Historically, bonds were printed on paper with detachable coupons. The coupons were presented to the bond issuer by the bondholder to collect periodic interest payments. The Excel COUPDAYBS function returns the number of days from the start of the coupon period to the settlement date. The settlement date is the date the investor takes possession of a security. The maturity date is the date when the investment ends and the principle plus accrued interest is returned to the investor. The frequency is the number of interest payments per year. Basis specifies the method used to count days (see below). In the example shown, the formula in F6 is: COUPDAYBS returns an integer, so use a number format and not a date format to display properly. In Excel, dates are serial numbers. Generally, the best

Examples

Example 1

The settlement date is the date the investor takes possession of a security. The maturity date is the date when the investment ends and the principle

EXCEL
=COUPDAYBS(C6,C7,C10,C11)
Entering dates

In Excel, dates are serial numbers. Generally, the best way to enter valid dates is to use cell references, as shown in the example. To enter valid da

EXCEL
=COUPDAYBS(DATE(2019,2,15),DATE(2024,1,1),2,0)

See Also

COUPNUM COUPDAYS COUPDAYBS COUPDAYSNC COUPNCD COUPPCD