VAR, Structural Identification, and Local Projections
VAR, Structural Identification, and Local Projections
Reduced form first
A -variable VAR() is
It provides:
- conditional forecasts;
- forecast-error covariance;
- Granger-predictive relations;
- a compact representation of dynamic propagation.
It does not label as an economic shock. Reduced-form innovations can be contemporaneously correlated and can combine several underlying disturbances.
Companion matrix
Stack the state
Then
where the first block row of contains and lower blocks shift lags. Stability requires every eigenvalue of to lie inside the unit circle. The -step propagation is .
This is the direct bridge from the classical companion matrix to multivariate finance and macroeconomics.
Structural impact matrix
Suppose
Then
The covariance matrix supplies distinct equations, while unrestricted has entries. Additional restrictions are required. Common approaches include:
| Restriction | Meaning | Main risk |
|---|---|---|
| recursive/Cholesky | some contemporaneous effects are zero under an ordering | conclusions inherit the ordering |
| long-run | specified shocks have zero long-run effects on selected variables | sensitive to long-horizon estimation |
| sign | responses obey theory-based signs over selected horizons | set identification and researcher choices |
| external instrument | a proxy correlates with one shock but not others | instrument relevance and exclusion |
| narrative | historically documented episodes reveal a shock | episode 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 and under two recursive orderings.
Compare recursive impulse responses under two orderings
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 , a local projection estimates
where is the identified shock or treatment-like innovation and contains controls and lags. The sequence 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
| Use | Finance | Economics |
|---|---|---|
| system | returns, volatility, liquidity, flows, yields | output, inflation, employment, rates, money |
| horizon | often short and high-frequency | monthly to multi-year |
| innovation label | market, liquidity, order-flow, volatility shock | monetary, fiscal, supply, demand shock |
| key threat | asynchronous trading and rapidly changing covariance | policy anticipation, simultaneity, regime change |
| evidence beyond fit | executable timing and market mechanism | institutional 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:
- the reduced-form variables, transformations, frequency, and lags;
- the matrix restriction or instrument defining the shock;
- why that restriction matches institutional timing;
- shock scale and sign;
- whether the response is cumulative, in levels, or in growth;
- uncertainty method and horizon multiplicity;
- sensitivity to ordering, lag length, sample, trends, and alternative identification.
Practice
- Does a diagonal solve all structural identification problems?
- If reversing a Cholesky order changes the conclusion, what has been learned?
- Can an LP turn a poorly identified innovation into a causal shock?
Answers
- No. It removes contemporaneous correlation under the reduced form but does not attach economic labels without assumptions.
- The substantive result depends on contemporaneous zero restrictions and must be justified or reported as fragile.
- No. LP changes response estimation, not the credibility of the shock.
Unit Roots, Cointegration, and Error Correction
Diagnose spurious levels, derive reduced-rank error correction, and distinguish financial spreads from economic equilibria.
State Space, Mixed Frequency, and Nowcasting
Use Kalman prediction and update matrices for latent financial states, macroeconomic nowcasts, missing releases, and ragged edges.