Files
ai/gateway/knowledge/trading/strategies/indexes/generalities.md
Tim Olson 47471b7700 Expand model tag support: add GLM-5.1, simplify Anthropic IDs, scan tags anywhere in message
- Flink update_bars debouncing
- update_bars subscription idempotency bugfix
- Price decimal correction bugfix of previous commit
- Add GLM-5.1 model tag alongside renamed GLM-5
- Use short Anthropic model IDs (sonnet/haiku/opus) instead of full version strings
- Allow @tags anywhere in message content, not just at start
- Return hasOtherContent flag instead of trimmed rest string
- Only trigger greeting stream when tag has no other content
- Update workspace knowledge base references to platform/workspace and platform/shapes
- Hierarchical knowledge base catalog
- 151 Trading Strategies knowledge base articles
- Shapes knowledge base article
- MutateShapes tool instead of workspace patch
2026-04-28 15:05:15 -04:00

2.7 KiB
Raw Blame History

description, tags
description tags
Background on index investing: an index is a diversified portfolio of assets with defined weights, and investment vehicles such as futures and ETFs allow efficient, single-trade exposure to broad indexes.
indexes
background
etf
futures
index-arbitrage

Index Generalities

Section: 6.1 | Asset Class: Indexes | Type: Background / Reference

Overview

An index is a diversified portfolio of assets combined according to specified weights. The underlying assets are typically stocks (e.g., DJIA, S&P 500, Russell 3000). Index weights are determined by price (DJIA) or market capitalization (S&P 500, Russell 3000). Investment vehicles such as index futures and index-based ETFs allow a trader to gain broad market exposure through a single trade.

Construction / Mechanics

Index types by weighting scheme:

  • Price-weighted: DJIA — each stock's weight proportional to its price; a high-priced stock has disproportionate influence.
  • Market-cap-weighted: S&P 500, Russell 3000 — each stock's weight proportional to its market capitalization (shares × price); larger companies dominate.
  • Equal-weighted: each constituent receives the same weight; requires frequent rebalancing.

Investment vehicles:

  • Index futures: standardized contracts to buy/sell the index at a future date; require no upfront payment of the full notional (margin only); settled in cash.
  • Index ETFs: exchange-traded funds that hold (or replicate) the index constituents; trade intraday like stocks; e.g., SPY (S&P 500), IVV (iShares S&P 500).
  • Both instruments allow leveraged or hedged exposure to the index.

Key Concepts

  • Spot price S(t): current value of the index based on constituent prices.
  • Futures price F(t,T): price of the futures contract with delivery at T; theoretically F*(t,T) = [S(t) - D(t,T)] · exp(r(T-t)) where D(t,T) is the present value of dividends and r is the risk-free rate.
  • Basis B(t,T): normalized difference between futures price and theoretical fair value; basis trading exploits deviations of B from zero.
  • Tracking error: difference between an ETF's NAV return and the index return; minimizing tracking error is a key ETF management objective.

Notes

  • Index futures and ETFs are highly liquid, making index strategies generally easier to implement than single-stock strategies.
  • Market-cap-weighted indexes concentrate exposure in the largest stocks; this can create significant single-name risk.
  • ETF arbitrage (Section 6.4) exploits intraday mispricings between different ETFs tracking the same index.
  • Dispersion trading (Section 6.3) exploits the difference between index implied volatility and constituent implied volatilities.