wilsonfreitas / R-bizdays

Business Days Calculations and Utilities

Home Page:http://wilsonfreitas.github.io/R-bizdays/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

load_quantlib_calendars must define start_date and end_date on create.calendar

wilsonfreitas opened this issue · comments

The function load_quantlib_calendars has the arguments: from and to to define the range of dates the calendars have to handle.

These dates must be passed to the function create.calendar in the arguments start_date and end_date.