[R-SIG-Finance] NEW: fmdates packages

Imanuel Costigan i.costigan at me.com
Sat Jan 14 00:57:48 CET 2017


Hi everyone, 

I’ve published the fmdates package on CRAN [1]. It implements calendars used to define locale specific business days, date adjusters and shifters, schedule generators and year fraction calculations defined by these standards. These are pretty simple, yet fundamental aspects of modelling financial market contracts like swaps. The vignette documents some use cases [2]. 

This is different to some other packages that are available in that:

1. It focuses on one thing: handling dates in FM idiosyncratic ways
2. It is pure R (this also means its not going to be optimised for speed!)
3. It is lightweight with minimal upstream package dependencies
4. It is reasonably well documented

How can you help? You are welcome to implement new Calendars and associated `is_good()` methods and submit PRs [3]. Please review the contribution guidelines [4]. And of course, feel free to notify me of any bugs.



Kind regards
Imanuel 

[1]: https://cran.r-project.org/package=fmdates
[2]: https://cran.r-project.org/web/packages/fmdates/vignettes/dates.html
[3]: https://github.com/imanuelcostigan/fmdates
[4]: https://github.com/imanuelcostigan/fmdates/blob/master/CONTRIBUTING.md


More information about the R-SIG-Finance mailing list