Definition
A monetary policy reaction function in which the central bank sets the short rate as a forward-looking function of expected future inflation and current output, where the coefficients of the rule (response to expected inflation, response to output, intercept, and policy-inertia coefficient) switch with a discrete-state Markov chain. The leading example is
where is the systematic-policy regime variable and may optionally govern the volatility of the policy shock independently.
Intuition
Single-regime estimates of the Taylor rule (Clarida-Gali-Gertler 2000) split the U.S. sample into pre- and post-Volcker subsamples and find very different inflation responses ( pre-Volcker, post-Volcker). Treating these as two distinct sub-samples implicitly assumes that agents never expected the regime to change. The regime-switching Taylor rule formalizes a different story: the same Federal Reserve actually switches between an “active” regime (, satisfies the Taylor principle) and a “passive” regime (), and rational agents anticipate the switches when forming expectations. This eliminates the sunspot-equilibrium pathology that would arise from a permanent passive regime, because the expected return to the active regime pins down inflation expectations.
Formal notation
In the BC formulation the systematic-policy regime governs , and the discretion regime governs the policy-shock volatility . Together with a third regime for private-sector shock volatilities, the compound state is with values. The rational-expectations solution of the system is a regime-switching VAR in which are nonlinear functions of all the underlying structural parameters, including the regime-dependent Taylor-rule coefficients.
Variants
- Two-regime active/passive (BC 2013): the canonical specification, with and .
- Three or more policy regimes: in principle possible but not yet empirically motivated; identification of the third regime would be very weak.
- Drifting Taylor rule (Ang-Boivin-Dong-Loo-Kung 2011, Cogley-Sargent 2005, Primiceri 2005): instead of discrete regimes, the coefficients drift continuously. Loses the discrete interpretability but is easier to estimate on macro-only data. Bikbov-Chernov argue the discrete formulation is more natural and is identified better with bond yields.
- Inertia-only switching: holds constant and lets only switch. Special case of the BC form.
- Compound chains decoupled from volatility regimes: as in BC, the policy-coefficient regime is independent of the shock-volatility regime and the policy-shock-volatility regime . This is the cleanest decomposition for identification.
Comparison
- vs single-regime Taylor rule (Clarida-Gali-Gertler 2000, Taylor 1993): the single-regime rule cannot accommodate sub-sample heterogeneity in without an exogenous sub-sample split. Regime-switching makes the switch endogenous and lets agents anticipate it.
- vs drifting-coefficient Taylor rule (Cogley-Sargent 2005, Primiceri 2005): the drift specification is more flexible but harder to interpret (“how active is policy today?” is a continuous question with no sharp answer). Regime-switching gives a discrete answer at the cost of imposing a finite mode count.
- vs DSGE with monetary regime (Amisano-Tristani 2009, Liu-Waggoner-Zha 2011): DSGE alternatives discipline the rule with cross-equation restrictions from a microfoundation. The BC empirical specification trades microfoundation for flexibility in the risk-premium block.
When to use
- Estimating monetary-policy regimes jointly with macro shocks and yield-curve data, where the goal is to date which regime was active when.
- Counterfactual policy analysis: holding shocks fixed at sample paths and asking “what if the active regime had prevailed throughout?”
- Building a structural no-arbitrage term-structure model that admits a regime-switching VAR reduced form (this concept is the structural input that produces the regime-switching-no-arbitrage-term-structure reduced form).
Known limitations
- Identification of from macro data alone is weak — the Bikbov-Chernov SRM estimates have confidence intervals roughly 20x wider than the TSM estimates. Yield-curve information is essentially mandatory for precise inference on the policy regimes.
- Determinacy is not automatic. The compound system needs a generalised Cho-Moreno determinacy condition to rule out non-fundamental equilibria; this is a nontrivial check that has to be re-run at every parameter evaluation during likelihood maximization.
- Sample dependence. The active/passive dating depends on the sample endpoint (BC end in 2008, before the zero lower bound). The interpretation of may break down in a binding-ZLB sample.
Open problems
- Endogenizing the regime transition probabilities as functions of macro conditions (e.g., the Fed switches to an active regime conditional on inflation breaching a threshold). State-dependent transitions break tractability of the standard regime-switching affine pricing recursions.
- Disentangling persistent monetary shocks from regime switches in . Both can produce serial correlation in the short rate.
- Joint estimation with a binding zero lower bound or shadow short rate.
Key papers
- bikbov-chernov-monetary-policy-regimes-term-structure — introduces the active/passive specification with three independent regime chains and estimates it jointly with no-arbitrage bond prices
- regime-switches-agents-beliefs-post-world — estimates Hawk/Dove Taylor rule in a medium-scale MS-DSGE; shows beliefs about regime transitions matter for equilibrium outcomes
- testing-indeterminacy-application-monetary-policy — estimates the Taylor rule inflation response pre/post-Volcker allowing for indeterminacy; establishes the passive (psi_1 < 1) finding that motivates regime switching
My understanding
This is the structural input on the macro side of any structural-NK +
regime-switching + no-arbitrage TSM pipeline. The
cre-asset-pricing-model project carries an essentially identical Taylor
rule (the parameters are all in the 55-parameter
vector), with the difference being that the CRE compound chain is
states (monetary policy x wage rigidity) rather than BC’s .
The CRE pipeline’s construct_structural_matrices_macro step is essentially
BC’s structural form, and the transform_struct_to_rf step is BC’s reduced-
form map. The Cho-Moreno forward method
generalised to the regime-switching case (BC Online Appendix A) is what the
CRE codebase implements as get_forward_solution_msre and
check_determinancy_fmsre.