La Niña, Atlantic hurricanes and insurer returns

Tested 12 ways. Nothing beat chance.

Conclusion: Null

No effect at any horizon tested, across 12 tests.

Every test, against the significance threshold

persistence-robust p · left is stronger evidence
00.050.250.51RNRRNREGEGTRVTRVCBCBALLALLAIGAIG
Filled markers fall below the 0.05 threshold before multiple-testing correction; hollow markers do not. Correction is applied across the whole batch, so an individual marker clearing the line is not a result on its own.
Tests
12
ticker × horizon
p < 0.05
0
uncorrected
Best q
1.00
BH-FDR
Survived
0
q ≤ 0.10

Method

Hypothesis

La Niña reduces Caribbean vertical wind shear and reliably raises Atlantic hurricane counts. Property-cat reinsurers carry that risk.

Rule

signal = soi_3m # 3-month mean SOI
prior = -1 # lower SOI -> higher returns
function test(instrument, horizon h):
y = sum(returns[instrument], t+1 .. t+h) # strictly forward
x = signal[t] # known at t
beta, t_stat = OLS(y ~ x) with Newey-West HAC, lag = h + 1
# null: slide x against y by every admissible offset, so
# persistence appears identically under the null
null = [slope(y, roll(x, k)) for k in all offsets]
p = (count(abs(null) >= abs(beta)) + 1) / (len(null) + 1)
return beta, t_stat, p
reject if Benjamini-Hochberg q <= 0.10 across the whole study

Evaluation

Table 1 · Every test in this hypothesis

forward return regressed on the SOI signal
RNR 3mRNR 5mEG 3mEG 5mTRV 3mTRV 5mCB 3mCB 5mALL 3mALL 5mAIG 3mAIG 5m+2.1-2.1
InstrumentHorizonnβHAC tShift pSign as predicted
RNR3m90-0.0018-1.270.221yes
RNR5m90+0.0036+1.630.794no
EG3m90+0.0008+0.550.588no
EG5m90+0.0037+2.080.824no
TRV3m150+0.0000+0.000.516no
TRV5m150+0.0010+0.580.703no
CB3m99-0.0015-0.880.195yes
CB5m99-0.0004-0.160.416yes
ALL3m97-0.0004-0.320.360yes
ALL5m97-0.0014-0.790.253yes
AIG3m159-0.0024-1.480.277yes
AIG5m159-0.0015-0.530.416yes
Shift p is the persistence-robust p-value and is the one that decides. HAC t is shown to demonstrate how far conventional inference overstates the evidence.

Reference

Instruments

last price and one-month change, live from Yahoo Finance
SymbolNotes
AIGAmerican International Group — listed on NYSE, in USD.
ALLAllstate Corporation — listed on NYSE, in USD.
CBChubb Limited — listed on NYSE, in USD.
EGEverest Group Ltd. — listed on NYSE, in USD.
RNRRenaissanceRe Holdings Ltd. — listed on NYSE, in USD.
TRVThe Travelers Companies Inc. — listed on NYSE, in USD.

Sample

1970–2026 monthly

Sources

Queensland Department of Agriculture and Fisheries. Southern Oscillation Index. The Long Paddock. Monthly, 1876–. www.longpaddock.qld.gov.au/soi/soi-data-files
Yahoo Finance. Historical market prices. Adjusted close, month-end. Retrieved with yfinance. finance.yahoo.com

Revision history

RevStageStatusChange
01DraftDirection and criteria fixed before the experiment ran
02TestedNull12 tests; 0 below p=0.05, none surviving FDR
algorithmic-trading-anthology-july-2026-la-nina-atlantic-hurricanes-and-insurer-returns | d/rksci