Package: fmdates
Type: Package
Title: Financial Market Date Calculations
Version: 0.1.0
Author: Imanuel Costigan <i.costigan@me.com>
Maintainer: Imanuel Costigan <i.costigan@me.com>
Description: Implements common date calculations relevant for specifying
    the economic nature of financial market contracts that are typically defined 
    by International Swap Dealer Association (ISDA, http://www2.isda.org) legal 
    documentation. This includes methods to check whether dates are business 
    days in certain locales, functions to adjust and shift dates and time length
    (or day counter) calculations.
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports: lubridate (>= 1.6.0), assertthat, methods, utils, stats
RoxygenNote: 5.0.1.9000
Suggests: testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
Collate: 'calendar-classes.R' 'calendar-methods.R' 'date-methods.R'
        'date-counters.R' 'date-epochs.R' 'date-schedule.R'
        'fmdates-package.r' 'utils.R' 'yyy-assertion-helpers.R'
URL: https://github.com/imanuelcostigan/fmdates
BugReports: https://github.com/imanuelcostigan/fmdates/issues
NeedsCompilation: no
Packaged: 2017-01-07 20:30:33 UTC; imanuel
Repository: CRAN
Date/Publication: 2017-01-08 11:22:40
