The Excel Coupncd function computes the next coupon date after the settlement date for a securities with supplied criteria.
Syntax:
=COUPNCD( settlement, maturity, frequency, [basis] )
Parameter:
settlement:
maturity:
frequency:
1 | – | Annually |
2 | – | Semi-Annually |
4 | – | Quarterly |
[basis]:
Basis | Day Count Basis |
---|---|
0 (or omitted) | US (NASD) 30/360 |
1 | actual/actual |
2 | actual/360 |
3 | actual/365 |
4 | European 30/360 |
Example :
The Excel Coupncd function is shown in Cell A3 of the following spreadsheet to compute the coupon date after the settlement date for a security having a settlement date of 01-Jan-2011, a maturity date of 25-Oct-2012, and four payments each year. The 30/360 day count system is used in the United States (NASD).
Ask Your Query