Currently, functions such as IV_by_period() require a supply of dates (but character variables) in a particular Y/M/D format. It would be helpful to standardize this across the package, and also enable the direct supply of Date class variables where formats do not need to match.
Currently, functions such as
IV_by_period()require a supply of dates (but character variables) in a particular Y/M/D format. It would be helpful to standardize this across the package, and also enable the direct supply ofDateclass variables where formats do not need to match.