IRIS-Solutions-Team / IRIS-Toolbox

[IrisToolbox] for Macroeconomic Modeling
Other
90 stars 41 forks source link

Incorrect Lower-frequency-to-DAILY Series conversion #366

Open tosapola opened 1 year ago

tosapola commented 1 year ago

Hi,

For example, try...

convert(Series(mm(2022,1):mm(2022,4),rand(1,4)),Frequency.DAILY,method="first")

IRIS doesn't put the data on the 1st day of each month. Also the method="last" fails too.

Thanks, Tos