Covariance stationarityTestable
All eigenvalues of the companion matrix (the stacked coefficient matrix in VAR(1) companion form) lie strictly inside the unit circle. The unconditional mean, variance, and autocovariance of y_t are time-invariant.
If violated: If the system has unit roots, OLS estimates are still consistent but t-statistics and F-tests have non-standard distributions. VAR in first differences or a VECM is needed.
LinearityTestable
The conditional mean of y_t is a linear function of its own lagged values. No threshold effects, regime switches, or nonlinear interactions.
If violated: If the true DGP is nonlinear (e.g., threshold VAR, Markov-switching VAR), the linear VAR captures only the linear projection and may miss asymmetric responses to large vs. small shocks.
No contemporaneous feedback in reduced formMaintained
The coefficient matrices A_1 through A_p act on lagged values only. y_t does not appear on the right-hand side. Contemporaneous interactions are absorbed into the covariance matrix Sigma.
If violated: Reduced-form VARs cannot identify instantaneous causal effects without additional structural assumptions. Misinterpreting reduced-form coefficients as causal is the most common mistake in applied VAR work.
Correct lag orderTestable
The true DGP has finite autoregressive order p or can be well-approximated by a finite-order VAR(p). The selected p is not so small that it leaves serial correlation in residuals or so large that it wastes degrees of freedom.
If violated: Under-specified p leaves autocorrelation in residuals, biasing IRFs and GC tests. Over-specified p wastes degrees of freedom and inflates coefficient standard errors, reducing forecast accuracy.
Homoskedastic innovationsTestable
E[u_t u_t' | y_{t-1}, y_{t-2}, ...] = Sigma for all t. The conditional covariance of the innovations does not depend on past values or past shocks.
If violated: Conditional heteroskedasticity (common in financial data, present in some macro series) does not affect OLS consistency but invalidates standard error estimates and prediction intervals. HAC standard errors or VAR-GARCH models are needed.
No structural breaksTestable
The coefficient matrices A_i and the covariance matrix Sigma are constant over the estimation window.
If violated: Structural breaks (e.g., the Great Moderation, changes in monetary policy regime) bias coefficient estimates toward a weighted average of the pre- and post-break regimes. Split-sample estimation or time-varying parameter VARs can help.