The Pre-FOMC Announcement Drift
David O. Lucca and Emanuel Moench, 2015 · Journal of Finance
What the paper asks for.
Hold the S&P 500 only over the close-to-close window on each scheduled FOMC announcement day; remain in cash on all other trading days. The Pre-FOMC drift compresses a substantial share of the equity premium into the small set of FOMC announcement windows.
- Type
- macro
- Implementation
- pandas
- Rebalance
- daily
- Long-short
- no
- Data
- One-command fetcher for WRDS-sourced task data
- Operational scope
- The paper-defined methodological core is retained; the fixed instruction instantiates only the data mappings, interfaces, and evaluation conventions needed for execution.
- 01 Data loading
- 02 Feature engineering
- 03 Model fitting
- 04 Signal generation
- 05 Portfolio construction
- 06 Execution
18 properties · 80 attempts.
Each row is one requirement the strategy must satisfy. The bar reports the share of observed checker verdicts that pass; missing checker output is not converted into a property verdict.
- A1no backfill73/80
- A3no future data access73/80
- A4causal consistency73/80
- A7data frequency alignment80/80
- A8transaction timing73/80
- A9signal delay test73/80
- A10e2e metric consistency74/80
- B1long only no shorting§§I p.330 “a simple trading strategy of holding the index only in the 24 hours leading up to an FOMC announcement”provenance · paper-explicit80/80
- B2trade only on pre fomc window§§I p.330 “in the 24 hours before scheduled FOMC announcements”provenance · paper-explicit80/80
- B3scheduled meetings only§§I p.331 “FOMC meetings have taken place eight times per year since the early 1980s ... at scheduled meetings”provenance · paper-explicit72/80
- B4close to close return mapping§fn 2 p.331 “we study close-to-close returns on days of scheduled FOMC meetings”provenance · paper-explicit80/80
- B5position sizing full notional§§I p.330 “holding the index only in the 24 hours leading up to an FOMC announcement”provenance · paper-inferred80/80
- B6no leverage§§I p.330 “a simple trading strategy of holding the index”provenance · paper-inferred80/80
- B7cash when inactive§§I p.330 “holding the index only in the 24 hours leading up to an FOMC announcement”provenance · paper-explicit80/80
- B8daily decision frequency§§II “Our intraday analysis focuses on the sample from September 1994 through March 2011”provenance · paper-explicit80/80
- B9approx eight events per year§§I p.331 “FOMC meetings have taken place eight times per year since the early 1980s”provenance · paper-explicit80/80
- B10performance metric formulas§Table I “This table reports summary statistics for pre-FOMC 24-hour windows and for all other times.”provenance · paper-explicitstage · evaluation79/80
- B11no signal filtering by market regime§§I p.330 “a simple trading strategy of holding the index only in the 24 hours leading up to an FOMC announcement”provenance · paper-explicit74/80
The lowest-passing observed requirement is scheduled meetings only: 72 of 80 observed checker verdicts pass. The full property list above shows whether errors concentrate in domain-level validity or the paper-specific strategy logic.