With date_rules, the following are available:
- every_day()
- week_start(days_offset = 0-4)
- week_end(days_offset = 0-4)
- month_start(days_offset = 0-25)
- month_end(days_offset = 0-25)
I'd like to use date_rules to allow for a quarterly or annual rebalance but based on the options available, this is not possible. Has anyone made this work or found another solution?