#153: parameters with lead or lag --------------------------+------------------------------------------------- Reporter: michel | Owner: sebastien Type: bug | Status: new Priority: major | Milestone: Component: Preprocessor | Version: 4.1.3 Keywords: | --------------------------+------------------------------------------------- In model, a parameter followed by a lead or a lag construct doesn't trigger an error, but M_.maximum_lead or M_.maximum_lag is affected if this lead or lag > 2.
#153: parameters with lead or lag ---------------------------+------------------------------------------------ Reporter: michel | Owner: sebastien Type: bug | Status: closed Priority: major | Milestone: Component: Preprocessor | Version: 4.1.3 Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: new => closed * resolution: => fixed
Comment:
Lead/lags on parameters are accepted because otherwise variable flipping can be impossible in some models.
However these lead/lags should be simply ignored by Dynare, and should not affect M_.maximum_lead and M_.maximum_lag.
This bug is fixed in 3459e1ffc427fc29df32e212921ff6d4e7d6a12f (master) and 315bbb8c056965336dad3891e95a1e326f1cf313 (4.1)