Changes in version 1.4.3 (2021-11-05) Fixed bug: immediate.start=TRUE has no effect on annuity.installment when given fv Changes in version 1.4.2 (2021-04-18) Dependency fixed. Suggests markdown and rmarkdown as required by https://github.com/yihui/knitr/issues/1864 Changes in version 1.4.1 (2019-03-15) Bug fix release. The edate function was giving wrong answers under certain conditions when called with vector inputs. The incorrect if statement has now been changed to the correct ifelse. Thanks to Thethach Chuaprapaisilp for finding the bug. Changes in version 1.4.0 (2018-06-17) - All the bond functions now accept an additional parameter redemption_value to handle the situation where the bond is expected to be called at premium to par. This is based on code provided by Tom McGinty. (#1)