--- description: "Cash-and-carry (index) arbitrage exploits price inefficiencies between an index spot price and its futures price, trading the basis when futures are mispriced relative to their theoretical fair value." tags: [indexes, arbitrage, futures, basis, cash-and-carry] --- # Cash-and-Carry Arbitrage **Section**: 6.2 | **Asset Class**: Indexes | **Type**: Arbitrage ## Overview Cash-and-carry arbitrage (also called "index arbitrage") exploits discrepancies between the spot value of an index and the price of index futures. Theoretically, the futures price must equal the spot price compounded at the risk-free rate minus the present value of dividends. When the actual futures price deviates from this fair value beyond transaction costs, an arbitrage trade exists. ## Construction / Mechanics **Theoretical (fair) futures price**: ``` F*(t,T) = [S(t) - D(t,T)] ยท exp(r(T-t)) (421) ``` where: - F*(t,T): theoretical futures price with delivery T at time t - S(t): current spot value of the index - D(t,T): present value (as of t) of dividends paid by index constituents between t and T - r: risk-free rate (assumed constant) **Basis** (normalized deviation from fair value): ``` B(t,T) = [F(t,T) - F*(t,T)] / S(t) (422) ``` where F(t,T) is the actual futures price. **Trading rule**: - If B(t,T) > 0 (futures rich relative to spot): **sell futures + buy cash** (index basket) - If B(t,T) < 0 (futures cheap relative to spot): **buy futures + sell cash** (index basket) - Only trade when |B(t,T)| exceeds pertinent transaction costs - Close the position when the basis converges to zero (futures price converges to fair value at delivery) ## Payoff / Return Profile - Earns the basis B(t,T) as a riskless profit (if perfectly hedged) when the position is held to delivery. - The basis converges to zero at expiry: futures price โ†’ spot price at delivery. - Return per dollar of notional โ‰ˆ |B(t,T)| minus transaction costs. ## Key Parameters / Signals - B(t,T): the basis โ€” primary signal; trade when |B| > transaction cost threshold - S(t): index spot level - D(t,T): expected dividends over the futures lifetime - r: risk-free rate - Transaction cost threshold: determines minimum |B| required to trade profitably ## Variations - **Incomplete basket**: use a subset of index constituents to reduce transaction costs; introduces tracking error. - **ETF arbitrage**: similar logic applied to ETF mispricing (see Section 6.4). ## Notes - Arbitrage opportunities are short-lived and require extremely fast execution; this is a domain of high-frequency trading. - Selling the cash index (short-selling constituent stocks) is operationally complex: hard-to-borrow stocks, short-sale restrictions, etc. - Dollar-neutral long cash / short futures book helps manage execution but requires continuous monitoring. - Slippage from large orders moving the market can be prohibitive. - Incomplete baskets (omitting illiquid or low-cap stocks) reduce transaction costs but introduce residual tracking risk.