COUPDAYS
Returns the number of days in the coupon period that contains the settlement date
Syntax
COUPDAYS(settlement, maturity, frequency, [basis])
Parameters
- settlement: Required. The security's settlement date
- maturity: Required. The security's maturity date
- frequency: Required. The number of coupon payments per year
- basis: Optional. The type of day count basis
Example
=COUPDAYS("01/25/2024", "11/15/2027", 2, 1)