Calculate the next coupon date for a security. <span align="right" style="background-color:99FF99"><strong>Excel: COUPNCD</strong></span>

You're viewing an older version of this page (#319). View the current version.

View versions (1)

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.
GPL Licence — free for non commercial use. See Licence details.