JointCalendar {fmdates} | R Documentation |
Joint calendars
Description
Sometimes the calendar governing a financial contract is defined by multiple
single locales. These joint calendars are represented by the JointCalendar
class.
Usage
JointCalendar(calendars, rule = all)
Arguments
calendars |
a list of at least one |
rule |
either |
Value
an object of class JointCalendar
when using JointCalendar()
See Also
Other calendar classes: Calendar
Examples
JointCalendar(list(AUSYCalendar(), AUMECalendar()), all)
JointCalendar(list(AUSYCalendar(), AUMECalendar()), any)
[Package fmdates version 0.1.4 Index]