logo
excelfunctions.org
bookmarks

COUPDAYBS

Returns the number of days from the beginning of the coupon period to the settlement date.

FinancialFinance & Accounting

What it does

Calculates days from the start of the coupon period until the settlement date.

Syntax

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

Arguments

  • settlement(date) β€” Settlement date.
  • maturity(date) β€” Maturity date.
  • frequency(number) β€” Coupons per year (1, 2, 4).

Examples

Days before settlement

Calculate days from period start.

FORMULA
=COUPDAYBS(DATE(2023,1,25), DATE(2023,11,15), 2, 1)
RESULT
71
SAMPLE DATA
AB
1SettlementMaturity
22023-01-252023-11-15