COUPDAYBS Function Explained
The COUPDAYBS
Function in Microsoft Excel calculates the number of days from the beginning of the coupon period to the settlement date. It takes three arguments: settlement
, maturity
, and frequency
. The settlement
argument is the security’s settlement date, the maturity
argument is the security’s maturity date, and the frequency
argument is the number of coupon payments per year. The function returns the number of days from the settlement date to the next coupon payment date.
COUPDAYBS Function Syntax
COUPDAYBS(settlement, maturity, frequency, [basis])
- settlement: The security’s settlement date. The security settlement date is the date after the issue date when the security is traded to the buyer.
- maturity: The security’s maturity date. The maturity date is the date when the security expires.
- frequency: The number of coupon payments per year. For annual payments, frequency = 1; for semiannual, frequency = 2; for quarterly, frequency = 4.
- basis: The type of day count basis to use. 0 or omitted = US (NASD) 30/360; 1 = Actual/actual; 2 = Actual/360; 3 = Actual/365; 4 = European 30/360.