FUNCTION
couponNextDate
Calculate the next coupon date for a security. <span align="right" style="background-color:99FF99"><strong>Excel: COUPNCD</strong></span>
Interface
#include <codecogs/finance/banking/couponnextdate.h>
using namespace Finance::Banking;
Calculate the next coupon date after the settlement date. This value may never be equal to the settlement date.
For a security, the settlement date is the date after issue when the security is traded to the buyer. The maturity date is the date at which the security expires.
Parameters
sett
The settlement date, expressed as a serial Julian date.
mat
The maturity date of the settlement, expressed as a serial Julian date.
freq
The frequency with which payments are made:
Blank
\copydoc YearlyFreq
Parameters
basis
The year basis to use for the calculation:
Blank
\copydoc YearBasis
Returns
The next coupon date of the security.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.