Short selling efficiency
Yong Chen et al. (3 authors), 2022 · Journal of Financial Economics
What the paper asks for.
Time the equity market using short-selling efficiency, the monthly cross-sectional slope of abnormal short interest on mispricing; low or negative SSE forecasts higher next-month excess market return and turns on a long-market signal, while weak forecasts switch out of the market.
- Type
- fundamental
- Implementation
- pandas
- Rebalance
- monthly
- Long-short
- no
- Data
- One-command fetcher for WRDS-sourced task data
- Operational scope
- Construct MISP from eight available anomaly signals and use a five-year initial forecasting window.
- 01 Data loading
- 02 Feature engineering
- 03 Model fitting
- 04 Signal generation
- 05 Portfolio construction
- 06 Execution
20 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 backfill32/76
- A2no global normalize59/76
- A3no future data access75/76
- A4causal consistency62/76
- A5no survivorship bias60/76
- A6train test temporal order74/76
- A7data frequency alignment64/76
- A8transaction timing36/76
- A9signal delay test57/76
- A10e2e metric consistency1/76
- B1asi lookback 12 months§§3.1 “we define abnormal short interest for each stock in each month as the value of short interest in the current month minus the average short interest over the past 12 months.”provenance · paper-explicit58/76
- B2si normalized by shares outstanding§§2 “abnormal short interest (i.e., the ratio of shares sold short over shares outstanding)”provenance · paper-explicit64/76
- B3misp construction compound§§3.1 “we adopt the mispricing measure of Stambaugh et al. (2015), constructed from a combination of 11 well-known stock return anomalies. The original measure is a composite rank between 1 and 100 across stocks. To suit our analysis, we rescale and demean the rank measure each month so the most overvalued (undervalued) stock in the cross-section has a score of 0.5 (−0.5).”provenance · benchmark-specified60/76
- B4sse cross sectional regression§§2 “Each month we regress abnormal short interest on the mispricing score of Stambaugh et al. (2015). The regression coefficient of interest is the slope coefficient bt, which captures short selling efficiency in month t.”provenance · paper-explicit73/76
- B5stochastic detrend expanding§§4.2 “Similar to Campbell (1991), we remove the time trend in SSE and SSL stochastically using information up to month t. Specifically, we use the data from January 1974 to December 1975 as the first subsample to remove the time trend. We then standardize the residuals of the time trend regression and retain the last observation to be matched with stock market return over the next month. We extend the subsample by one month at a time.”provenance · paper-explicit31/76
- B6winsorize insample only§§4.2 “we winsorize SSE and SSL at 1% and 99% only using data up to month t”provenance · paper-explicit21/76
- B7oos expanding window regression§§4.2 “We first run the following time-series regression using a subsample with information up to month t: rt = α + βxt−1 + εt, where rt is excess market return for month t, and xt−1 is the one-month lagged value of the predictor. Then, based on the coefficient estimates only using information up to month t, we compute the forecast of the equity premium for month t + 1.”provenance · paper-explicit26/76
- B8coefficient sign restriction§§4.2 “The second case imposes the coefficient sign restriction, which sets an equity premium forecast to the historical average when the coefficient sign is incorrect (e.g., a positive coefficient for SSE).”provenance · paper-explicit1/76
- B9mid month short interest§§3.1 “we use the short interest as of the middle of the month to ensure that it is in investors' information set when forming expectations of next-month market returns”provenance · paper-explicit39/76
- B10predictor one month lag§§4.2 “rt = α + βxt−1 + εt, where rt is excess market return for month t, and xt−1 is the one-month lagged value of the predictor”provenance · paper-explicit32/76
The lowest-passing observed requirement is coefficient sign restriction: 1 of 76 observed checker verdicts pass. The full property list above shows whether errors concentrate in domain-level validity or the paper-specific strategy logic.