After data is collected for month 13, it can be used to predict through month 18
It means we can perform recursive forecasts. Using a huge context window is too hardware-resource-consuming. Probably, it is better to use a balanced approach of direct and recursive forecasts. I hope we will not face drastic error accumulation.