Calculates the last interest payment/coupon date prior to the settlement date.
COUPPCD(settlement: String, maturity: String, frequency: Number, basis: String = us_nasd) => String
Parameter | Description |
Settlement | The security's settlement date. |
Maturity | The security's maturity or end date. |
Frequency | Yearly interest/coupon payments count (1, 2, or 4). |
Basis | Method to use for counting days per month/year:
|
date1 = "2010-02-01T13:06:15+03:00"date2 = "2019-12-31T13:06:15+03:00"date3 = "2014-01-10T13:06:15+03:00"date4 = "2017-05-20T13:06:15+03:00"
Formula | Return value |
|
|
|
|
|
|