Copyright | (c) Rob Tumarkin 2025 |
---|---|
License | Non-commercial (see LICENSE file) |
Maintainer | https://github.com/tumarkin |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Foghorn.Data.Bespoke.Baker'Bloom'Davis
Description
This module defines the variable set for the economic policy uncertainty (EPU)
measures of Baker, Bloom, and Davis (2016), represented as a GADT
(Baker'Bloom'DavisV
). Each constructor corresponds to a specific EPU index
or related component, indexed by an EconType
such as YearMonth_
or Float_
.
References: * Baker, S. R., Bloom, N., & Davis, S. J. (2016). "Measuring Economic Policy Uncertainty." *Quarterly Journal of Economics*, 131(4), 1593–1636.
Synopsis
- data Baker'Bloom'DavisV (i :: EconIndices) (a :: EconType) where
Documentation
data Baker'Bloom'DavisV (i :: EconIndices) (a :: EconType) where #
Generalized algebraic data type (GADT) of BakerBloom
Davis economic policy uncertainty.
Constructors