Security Market Indexes
Learning Objectives Coverage
LO1: Describe a security market index
Core Concept
A security market index represents a given security market, market segment, or asset class, constructed as a portfolio of marketable securities. Indexes serve as benchmarks for performance measurement (central to Portfolio Management), market sentiment indicators, and investment vehicles through index funds and ETFs. The key components are constituent securities, weighting methodology, and calculation method (price return vs total return). market-structure
Two Main Types of Indexes:
- Price Return Index (Price Index): Reflects only price changes of constituent securities
- Total Return Index: Reflects price changes AND reinvestment of all income (dividends, interest) since inception
Key Relationship: At inception, Price Return Index Value = Total Return Index Value; over time, Total Return Index > Price Return Index due to reinvested income
Formulas & Calculations
- Index Value: VPRI = (Σ(ni × Pi)) / D
- Where: ni = number of units of security i, Pi = price of security i, D = divisor
- HP 12C steps: Not typically used for basic index definitions
Practical Examples
- Traditional Finance Example: S&P 500 represents large-cap US equities, serving as the primary benchmark for US stock market performance
- Calculation walkthrough: Index with 3 stocks priced at 30, $20 with equal units = (50+30+20)/1 = 100
- Interpretation: Index value of 100 serves as base; future values show percentage change from base
DeFi Application defi-application
The DeFi Pulse Index (DPI) tracks top DeFi tokens in much the same way the S&P 500 tracks large-cap US stocks. Smart contracts automatically rebalance based on market cap and liquidity metrics, offering on-chain transparency that traditional index providers cannot match. However, the index is limited to tokens with sufficient liquidity, and the rapidly evolving DeFi landscape makes constituent selection more dynamic than in traditional markets.
LO2: Calculate and interpret the value, price return, and total return of an index
Core Concept exam-focus formula
Index values track portfolio performance over time. Price return measures capital appreciation alone, while total return includes income (dividends, interest). Understanding these calculations enables accurate performance measurement and comparison — a skill essential for portfolio management and benchmarking. The key components are beginning value, ending value, income received, and proper geometric linking for multi-period returns.
Formulas & Calculations
- Price Return: PRI = (VPRI₁ - VPRI₀) / VPRI₀
- Total Return: TRI = (VPRI₁ - VPRI₀ + Inc) / VPRI₀
- Multi-period Price Index: VPRI_T = VPRI₀ × (1 + PRI₁) × (1 + PRI₂) × … × (1 + PRI_T)
- Multi-period Total Index: VTRI_T = VTRI₀ × (1 + TRI₁) × (1 + TRI₂) × … × (1 + TRI_T)
HP 12C steps for compound returns:
- Initial value: 1000 [ENTER]
- Period 1 return (5%): 1.05 [×]
- Period 2 return (3%): 1.03 [×]
- Result: 1081.50
Practical Examples
- Traditional Finance Example: Index starts at 1000, rises to 1050 with $15 dividends
- Price return: (1050 - 1000) / 1000 = 5%
- Total return: (1050 - 1000 + 15) / 1000 = 6.5%
- Multi-period calculation:
- Year 1: +10% price, +2% dividend = 12% total return
- Year 2: -5% price, +2% dividend = -3% total return
- Two-year total return index: 1000 × 1.12 × 0.97 = 1086.40
DeFi Application defi-application
Calculating returns for a DeFi index requires accounting for yield farming rewards alongside token price changes. Smart contracts track both dimensions automatically. For example, if a DeFi index token rises 20% while generating 15% APY from staking, the price return is 20% and the total return is approximately 35% (simplified annual calculation). This mirrors the distinction between price and total return indexes in traditional finance, with staking and farming rewards functioning like dividends.
LO3: Describe the choices and issues in index construction and management
Core Concept
Index construction involves five key decisions: target market, security selection, weighting method, rebalancing frequency, and reconstitution timing. These choices determine the index’s characteristics, investability, and tracking costs. Getting these decisions right is particularly important for passive portfolio management strategies that track indexes.
Five Key Construction Decisions:
- Target Market Selection: Define investment universe (geography, asset class, size, sector)
- Security Selection: All securities vs representative sample, objective rules vs subjective committee
- Weighting Method: Price, equal, market-cap, or fundamental weighting
- Rebalancing Frequency: How often to restore target weights
- Reconstitution Schedule: When to update constituent list
Formulas & Calculations
- Sample Size Determination: Often uses square root of universe size for broad representation
- HP 12C steps: Not applicable for construction concepts
Practical Examples
- Traditional Finance Example: S&P 500 construction choices:
- Target: Large-cap US equities
- Selection: Committee selects 500 from eligible universe
- Weighting: Float-adjusted market cap
- Rebalancing: Quarterly
- Reconstitution: As needed for corporate actions
- Issues faced: Judgment calls on including Tesla, excluding certain dual-class shares
DeFi Application defi-application
Constructing a DeFi Blue Chip Index illustrates these same decisions in a crypto-native context. The target market would be top DeFi protocols by TVL, with automated selection based on 30-day average TVL exceeding $1B. Weighting might use the square root of TVL (to reduce concentration), with monthly rebalancing given the high volatility. The rules are transparent and on-chain, but the rapid pace of protocol evolution requires more flexible inclusion criteria than traditional indexes need.
LO4: Compare the different weighting methods used in index construction
Core Concept exam-focus
Weighting methods determine how much each security contributes to index performance. Different methods create vastly different risk-return profiles and market representations. The four main approaches are price weighting, equal weighting, market-cap weighting, and fundamental weighting.
Detailed Comparison of Methods:
| Method | Formula | Advantages | Disadvantages | Example Index |
|---|---|---|---|---|
| Price Weighted | w_i = P_i / Σ(P_j) | Simple, transparent | Arbitrary (based on price not value), requires divisor adjustments | Dow Jones Industrial Average |
| Equal Weighted | w_i = 1/N | No size bias, simple | Overweights small caps, frequent rebalancing needed | S&P 500 Equal Weight |
| Market-Cap Weighted | w_i = (Q_i × P_i) / Σ(Q_j × P_j) | Self-rebalancing, represents market | Momentum bias, concentration risk | S&P 500, FTSE 100 |
| Fundamental Weighted | w_i = F_i / Σ(F_j) | Value tilt, contrarian rebalancing | Complex, requires fundamental data | FTSE RAFI |
Formulas & Calculations
- Price weight: w_i^P = P_i / Σ(P_j)
- Equal weight: w_i^E = 1/N
- Market-cap weight: w_i^M = (Shares_i × Price_i) / Total Market Value
- Float-adjusted: w_i^F = (Float_i × Shares_i × Price_i) / Total Float-Adjusted Value
- HP 12C steps for weights: Stock price [ENTER] Total prices [÷] 100 [×]
Practical Examples
- Traditional Finance Example: Two stocks in index
- Stock A: 100M market cap
- Stock B: 200M market cap
- Price weights: A = 66.7%, B = 33.3%
- Market-cap weights: A = 33.3%, B = 66.7%
- Equal weights: A = 50%, B = 50%
- Impact: If both rise 10%, price-weighted emphasizes A’s gain, market-cap emphasizes B’s gain
DeFi Application defi-application
Comparing weighting methods for DeFi indexes reveals unique challenges. Price weighting by token price is arbitrary given different token supplies. Market-cap weighting can be manipulated by team holdings or low float. TVL weighting better reflects actual protocol usage, while equal weighting gives small protocols outsized influence. Most DeFi indexes use modified market-cap weighting with concentration caps. On-chain metrics also enable novel weighting schemes based on TVL, fee generation, or active users — approaches with no direct analog in traditional index construction.
LO5: Calculate and analyze the value and return of an index given its weighting method
Core Concept formula
Index returns are weighted averages of constituent returns, with weights determined by the chosen method. The same securities produce different index returns under different weighting schemes — a fact with direct implications for portfolio management and benchmark selection.
Formulas & Calculations
Index Return Calculation:
- General formula: R_Index = Σ(w_i × R_i)
- Price-weighted return: R = Σ(P_i,1 - P_i,0) / Σ(P_i,0)
- Market-cap weighted return: R = Σ(MC_i,0 × R_i) / Σ(MC_i,0)
- Equal-weighted return: R = (1/N) × Σ(R_i)
HP 12C steps for weighted return:
- Security 1: weight [ENTER] return [×] [STO] 1
- Security 2: weight [ENTER] return [×] [STO] [+] 1
- Result: [RCL] 1
Practical Examples
- Traditional Finance Example: Three-stock index performance
| Stock | Price T0 | Price T1 | Shares | Return | Price Weight | MCap Weight | Equal Weight |
|---|---|---|---|---|---|---|---|
| A | $50 | $55 | 1000 | 10% | 50% | 25% | 33.3% |
| B | $30 | $27 | 2000 | -10% | 30% | 30% | 33.3% |
| C | $20 | $24 | 4000 | 20% | 20% | 45% | 33.3% |
- Price-weighted return: 50% × 10% + 30% × (-10%) + 20% × 20% = 6%
- Market-cap weighted return: 25% × 10% + 30% × (-10%) + 45% × 20% = 8.5%
- Equal-weighted return: 33.3% × 10% + 33.3% × (-10%) + 33.3% × 20% = 6.67%
DeFi Application
- Protocol example: DeFi index with three protocols
| Protocol | Token Price | TVL | Price Return | Yield | Total Return |
|---|---|---|---|---|---|
| Aave | $300 | $10B | 15% | 5% | 20% |
| Uniswap | $20 | $7B | -5% | 3% | -2% |
| Curve | $2 | $5B | 25% | 8% | 33% |
- TVL-weighted return: (10/22) × 20% + (7/22) × (-2%) + (5/22) × 33% = 13.5%
- Including yield farming rewards enhances total returns beyond price appreciation
LO6: Describe rebalancing and reconstitution of an index
Core Concept exam-focus
Rebalancing adjusts weights to maintain methodology, while reconstitution updates the constituent list. These processes maintain index integrity but create trading costs and market impact — a key consideration for index-tracking strategies in portfolio management.
Rebalancing Characteristics by Method:
- Price-weighted: No rebalancing needed (weights naturally adjust with prices)
- Equal-weighted: Requires most frequent rebalancing (weights drift immediately)
- Market-cap weighted: Largely self-rebalancing (weights adjust with market values)
- Fundamental-weighted: Periodic rebalancing to reflect updated fundamentals
Reconstitution Process:
- Review current constituents against criteria
- Identify additions and deletions
- Announce changes (usually with advance notice)
- Implement changes on effective date
- Adjust for corporate actions between announcements
Formulas & Calculations
- Turnover Rate: (Value of Changes / Total Index Value) × 100%
- Tracking Error Impact: TE = σ(R_portfolio - R_index)
- HP 12C steps: Calculate percentage weight changes requiring rebalancing
Practical Examples
- Traditional Finance Example: Russell 2000 annual reconstitution
- Occurs last Friday of June
- Rank all US stocks by market cap
- Select ranks 1001-3000 for Russell 2000
- Creates $100B+ in trading volume
- Stocks moving in/out can see 10%+ price moves
- S&P 500 rebalancing: Quarterly for share changes, as-needed for constituents
DeFi Application defi-application
The DeFi Pulse Index rebalances monthly using smart contracts that automatically execute trades. It uses TWAP (time-weighted average price) to minimize market impact, and gas costs factor into the rebalancing frequency decision. The process is more transparent and predictable than traditional index rebalancing, since all transactions are visible on-chain. However, this transparency creates a double-edged sword: high gas costs make frequent rebalancing expensive, and public blockchain visibility introduces front-running risks from MEV bots that can exploit predictable rebalancing flows.
Core Concepts Summary (80/20 Principle) exam-focus
Must-Know Concepts
- Price vs Total Return: Total return = Price return + Income return
- Weighting Methods: Price (arbitrary), Equal (1/N), Market-cap (value-based), Fundamental (metrics-based) formula
- Index Mathematics: Returns are weighted averages; multi-period requires geometric linking
- Rebalancing vs Reconstitution: Rebalancing adjusts weights, reconstitution changes securities
- Construction Trade-offs: Simplicity vs representation vs investability
Quick Reference Table
| Concept | Formula | When to Use | DeFi Equivalent |
|---|---|---|---|
| Price Return | (P₁ - P₀) / P₀ | Capital appreciation only | Token price change |
| Total Return | (P₁ - P₀ + Income) / P₀ | Complete performance | Price + staking yields |
| Market-Cap Weight | MC_i / ΣMC | Represent market | TVL or FDV weighting |
| Rebalancing | Restore target weights | Maintain methodology | Automated via smart contracts |
| Reconstitution | Update constituents | Refresh universe | Governance token votes |
Comprehensive Formula Sheet formula
Essential Formulas
Index Value:
VPRI = Σ(ni × Pi) / D
where: ni = units, Pi = price, D = divisor
Price Return:
PRI = (VPRI₁ - VPRI₀) / VPRI₀
Total Return:
TRI = (VPRI₁ - VPRI₀ + Income) / VPRI₀
Multi-Period Returns:
VPRI_T = VPRI₀ × ∏(1 + PRIt)
VTRI_T = VTRI₀ × ∏(1 + TRIt)
Weighting Methods:
Price Weight: wi = Pi / Σ(Pj)
Equal Weight: wi = 1/N
Market-Cap Weight: wi = (Qi × Pi) / Σ(Qj × Pj)
Float-Adjusted: wi = (fi × Qi × Pi) / Σ(fj × Qj × Pj)
Fundamental Weight: wi = Fi / Σ(Fj)
Index Return:
R_Index = Σ(wi × Ri)
Divisor Adjustment (for stock split):
New Divisor = Post-split Sum / Pre-split Index Value
HP 12C Calculator Sequences
Single-Period Return:
Ending Value: 1050 [ENTER]
Beginning Value: 1000 [-]
Beginning Value: 1000 [÷]
100 [×]
Result: 5% return
Multi-Period Index Value:
Initial: 1000 [ENTER]
Period 1 (5%): 1.05 [×]
Period 2 (3%): 1.03 [×]
Period 3 (-2%): 0.98 [×]
Result: 1060.47
Weighted Return Calculation:
Weight 1: 0.40 [ENTER]
Return 1: 12 [×] [STO] 1
Weight 2: 0.35 [ENTER]
Return 2: -5 [×] [STO] [+] 1
Weight 3: 0.25 [ENTER]
Return 3: 8 [×] [STO] [+] 1
[RCL] 1
Result: 5.05% weighted return
Market Cap Calculation:
Shares: 1000000 [ENTER]
Price: 45 [×]
Result: $45,000,000 market cap
Practice Problems
Basic Level (Understanding)
-
Problem: Calculate price and total return for an index
- Given: Index starts at 2000, ends at 2100, pays 40 points in dividends
- Find: Price return and total return
- Solution:
- Price return = (2100 - 2000) / 2000 = 5%
- Total return = (2100 - 2000 + 40) / 2000 = 7%
- Answer: Price return 5%, total return 7% showing income adds 2% to performance
-
Problem: Determine weights in a price-weighted index
- Given: Three stocks priced at 50, and $25
- Find: Weight of each stock
- Solution:
- Sum = $175
- Weights: 175 = 57.1%, 175 = 28.6%, 175 = 14.3%
- Answer: Highest-priced stock has 57.1% weight despite potentially being smallest company
Intermediate Level (Application)
-
Problem: Compare index returns under different weighting methods
- Given:
- Stock A: 60 (20% return), 1M shares
- Stock B: 105 (5% return), 500K shares
- Find: Price-weighted and market-cap weighted returns
- Solution:
- Price weights: A = 150 = 33.3%, B = 150 = 66.7%
- Price-weighted return: 33.3% × 20% + 66.7% × 5% = 10%
- Market-cap weights: A = 100M = 50%, B = 100M = 50%
- Market-cap return: 50% × 20% + 50% × 5% = 12.5%
- Answer: Market-cap weighting produces higher return (12.5% vs 10%) due to equal exposure to high-return Stock A
- Given:
-
Problem: Calculate rebalancing requirements for equal-weighted index
- Given: Three-stock equal-weight index after one month:
- Stock A: Now 35% weight (gained 5%)
- Stock B: Now 30% weight (lost 10%)
- Stock C: Now 35% weight (gained 5%)
- Find: Rebalancing trades needed
- Solution:
- Target: 33.3% each
- Sell 1.7% of A and C (35% - 33.3%)
- Buy 3.3% of B (33.3% - 30%)
- Answer: Rebalancing requires selling winners and buying losers to restore equal weights
- Given: Three-stock equal-weight index after one month:
Advanced Level (Analysis)
- Problem: Analyze reconstitution impact on index and tracking funds
- Given:
- Index reconstitution adds Company X (2% weight) and removes Company Y (1.5% weight)
- Index fund has $10B AUM
- Market impact: 0.5% for every $100M traded
- Company X average daily volume: $500M
- Company Y average daily volume: $300M
- Find: Trading requirements and market impact
- Solution:
- Must buy 10B)
- Must sell 10B)
- X trading = 40% of daily volume
- Y trading = 50% of daily volume
- Expected impact X: 100M × 0.5% = 1% price increase
- Expected impact Y: 100M × 0.5% = 0.75% price decrease
- Total cost: 150M × 0.75% = $3.125M
- Answer: Reconstitution creates $3.125M implementation cost (3.125 bps of AUM) due to market impact
- Given:
DeFi Applications & Real-World Examples
Traditional Finance Context
- Institution Example: BlackRock’s iShares manages 5B+ annual revenue from index fund fees
- Market Application: Index inclusion effects - Tesla’s S&P 500 addition (Dec 2020) caused 70% price rise in anticipation
- Historical Case: 1999 Dow Jones change replaced four companies, causing 5-10% price moves on announcement
DeFi Parallels
- Protocol Implementation:
- Index Coop’s DeFi Pulse Index (DPI) - automated rebalancing via smart contracts
- PieDAO’s balanced crypto pies - community-governed index composition
- Set Protocol’s TokenSets - structured products with embedded rebalancing logic
- Smart Contract Logic:
function rebalance() external { uint256[] memory targetWeights = calculateTargetWeights(); for (uint i = 0; i < tokens.length; i++) { adjustPosition(tokens[i], currentWeights[i], targetWeights[i]); } } - Advantages: Transparent methodology, automated execution, composability with other DeFi protocols
- Limitations: High gas costs for rebalancing, limited to liquid tokens, oracle dependencies
Case Studies
-
Case 1: GameStop and Russell 2000 Reconstitution
- Background: GME’s market cap surge in 2021 moved it from Russell 2000 to Russell 1000
- Impact: Forced selling by Russell 2000 funds, buying by Russell 1000 funds
- Result: Added volatility during already turbulent period
- Lesson: Index rules can amplify market movements
-
Case 2: DeFi Pulse Index Rebalancing During Market Crash
- Background: March 2020 crypto crash required major rebalancing
- Mechanism: Smart contracts automatically rebalanced despite 50% drawdown
- Challenge: Gas fees spiked to $500+ per transaction
- Solution: Implemented gas-efficient rebalancing using DEX aggregators
- Lesson: Automated rebalancing works but needs gas optimization
Common Pitfalls & Exam Tips
Frequent Mistakes
- Mistake 1: Confusing price return with total return - Always include income for total return
- Mistake 2: Using arithmetic instead of geometric linking for multi-period returns
- Mistake 3: Forgetting float adjustment reduces market cap for closely-held shares
Exam Strategy
- Time management: Spend 2-3 minutes on calculation problems, 1 minute on conceptual
- Question patterns: Often test weighting method comparisons and return calculations
- Quick checks: Price-weighted gives more weight to higher-priced (not larger) companies
Key Takeaways
Essential Points
✓ Total return always ≥ price return due to income component ✓ Different weighting methods produce different returns from same securities ✓ Market-cap weighting is self-rebalancing; equal-weighting requires frequent rebalancing ✓ Reconstitution creates predictable trading patterns and opportunities ✓ DeFi indexes enable novel weighting schemes based on on-chain metrics
Memory Aids
- Mnemonic: “PFME” for weighting methods - Price, Fundamental, Market-cap, Equal
- Visual: Think of rebalancing as “trimming the winners, feeding the losers”
- Analogy: Index is like a recipe - ingredients (securities) and proportions (weights) determine outcome
Cross-References & Additional Resources
Related Topics
- Prerequisite: Market Organization and Structure
- Related: Portfolio Management (index as benchmark), ETFs (index replication)
- Next topic: Market Efficiency
- Advanced: Smart Beta strategies, Factor investing
Source Materials
- Primary Reading: Volume 5, Chapter 2, Pages 63-95
- Key Sections: Weighting methods (p.70-80), Rebalancing (p.85-90)
- Practice Questions: End-of-chapter questions 1-25
External Resources
- Videos: Finance index construction videos
- Articles: S&P Dow Jones Index Mathematics Methodology
- Tools: Index return calculators, DeFi Pulse for crypto indexes
Review Checklist
Before moving on, ensure you can:
- Calculate price and total returns for any index
- Determine weights under all four weighting methods
- Explain advantages/disadvantages of each weighting approach
- Calculate index returns given constituent returns and weights
- Distinguish between rebalancing and reconstitution purposes and impacts