View source: R/PaymentDateFunctions.R
The function returns a list the first position is the last payment date and the second position is the next payment date
1 2 3 4 5 6 7 8 | LastandNextPmtDate(
issue.date,
dated.date,
maturity.date,
settlement.date,
frequency,
bond.basis
)
|
issue.date |
A character, the issue date mm-dd-YYYY |
dated.date |
A character, the dated date mm-dd-YYYY |
maturity.date |
A character, the maturity date mm-dd-YYYY |
settlement.date |
A character, the settlement date mm-dd-YYYY |
frequency |
The frequency of interest payments made to the investor
|
bond.basis |
The day count convention used to calculate interest (see BondBasisConversion) Currently supported bond day count conventions:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.