VAR, Structural Identification, and Local Projections

Separate multivariate forecasting from structural shocks using companion matrices, impact restrictions, and impulse responses.

VAR, Structural Identification, and Local Projections

Reduced form first

A KK-variable VAR(pp) is

yt=c+A1yt1++Apytp+ut,E(utut)=Σu.\mathbf y_t =c+A_1\mathbf y_{t-1}+\cdots+A_p\mathbf y_{t-p} +\mathbf u_t, \qquad E(\mathbf u_t\mathbf u_t^\top)=\Sigma_u.

It provides:

  • conditional forecasts;
  • forecast-error covariance;
  • Granger-predictive relations;
  • a compact representation of dynamic propagation.

It does not label ut\mathbf u_t as an economic shock. Reduced-form innovations can be contemporaneously correlated and can combine several underlying disturbances.

Companion matrix

Stack the state

st=(yt,yt1,,ytp+1).\mathbf s_t= (\mathbf y_t^\top,\mathbf y_{t-1}^\top,\ldots, \mathbf y_{t-p+1}^\top)^\top.

Then

st=Fst1+Gut,\mathbf s_t=F\mathbf s_{t-1}+G\mathbf u_t,

where the first block row of FF contains A1,,ApA_1,\ldots,A_p and lower blocks shift lags. Stability requires every eigenvalue of FF to lie inside the unit circle. The hh-step propagation is FhF^h.

This is the direct bridge from the classical companion matrix to multivariate finance and macroeconomics.

Structural impact matrix

Suppose

ut=Bεt,E(εtεt)=I.\mathbf u_t=B\boldsymbol\varepsilon_t,\qquad E(\boldsymbol\varepsilon_t\boldsymbol\varepsilon_t^\top)=I.

Then

Σu=BB.\Sigma_u=BB^\top.

The covariance matrix supplies K(K+1)/2K(K+1)/2 distinct equations, while unrestricted BB has K2K^2 entries. Additional restrictions are required. Common approaches include:

RestrictionMeaningMain risk
recursive/Choleskysome contemporaneous effects are zero under an orderingconclusions inherit the ordering
long-runspecified shocks have zero long-run effects on selected variablessensitive to long-horizon estimation
signresponses obey theory-based signs over selected horizonsset identification and researcher choices
external instrumenta proxy correlates with one shock but not othersinstrument relevance and exclusion
narrativehistorically documented episodes reveal a shockepisode classification and representativeness

Identification is an economic argument represented by matrix restrictions.

R laboratory: ordering changes the named shock

Consider a reduced-form VAR(1) with the same AA and Σu\Sigma_u under two recursive orderings.

R

Compare recursive impulse responses under two orderings

Idle

Both factorizations reproduce the same reduced-form covariance. Yet the response of variable 2 on impact differs because “a shock to variable 1” has been defined differently. Statistical fit cannot select the ordering.

Local projections

At each horizon hh, a local projection estimates

yi,t+h=αh+θhst+Γhwt+et+h,y_{i,t+h} =\alpha_h+\theta_h s_t+\Gamma_h^\top w_t+e_{t+h},

where sts_t is the identified shock or treatment-like innovation and wtw_t contains controls and lags. The sequence {θh}\{\theta_h\} forms the response.

Local projections make horizon-specific controls and nonlinearities convenient, but:

  • overlapping horizons require serial-correlation-robust inference;
  • the shock still requires identification;
  • flexible horizon-by-horizon estimates can be noisy;
  • post-selection of controls or horizons changes inference.

Jordà (2005) introduced this approach for impulse responses. Plagborg-Møller and Wolf (2021) establish the population equivalence between unrestricted LP and VAR impulse responses under common identification; regularisation and finite-sample choices drive practical differences.

Finance and economics use VARs differently

UseFinanceEconomics
systemreturns, volatility, liquidity, flows, yieldsoutput, inflation, employment, rates, money
horizonoften short and high-frequencymonthly to multi-year
innovation labelmarket, liquidity, order-flow, volatility shockmonetary, fiscal, supply, demand shock
key threatasynchronous trading and rapidly changing covariancepolicy anticipation, simultaneity, regime change
evidence beyond fitexecutable timing and market mechanisminstitutional timing and identification restrictions

In finance, connectedness or variance decomposition is descriptive unless shocks are identified. In economics, a policy response is structural only to the extent that the restrictions isolate an exogenous policy disturbance.

Identification checklist

Before reporting an impulse response, state:

  1. the reduced-form variables, transformations, frequency, and lags;
  2. the matrix restriction or instrument defining the shock;
  3. why that restriction matches institutional timing;
  4. shock scale and sign;
  5. whether the response is cumulative, in levels, or in growth;
  6. uncertainty method and horizon multiplicity;
  7. sensitivity to ordering, lag length, sample, trends, and alternative identification.

Practice

  1. Does a diagonal Σu\Sigma_u solve all structural identification problems?
  2. If reversing a Cholesky order changes the conclusion, what has been learned?
  3. Can an LP turn a poorly identified innovation into a causal shock?
Answers
  1. No. It removes contemporaneous correlation under the reduced form but does not attach economic labels without assumptions.
  2. The substantive result depends on contemporaneous zero restrictions and must be justified or reported as fragile.
  3. No. LP changes response estimation, not the credibility of the shock.

Next: State Space, Mixed Frequency, and Nowcasting.

Copyright © 2026