Click here to Login




4 different weighted index calculation methods

Updated on 2009-08-01





Indexes are constructed from a basket of securities. For example, the S&P500 index takes the 500 biggest US companies ordered by market capitalization and then average the market capitalization of these stocks (before averaging, the market capitalization is multiplied by the free float factor). The market capitalization is simply the product of the stock price by the number of shares outstanding. The free float factor is used to include only the part of the company value that is not restricted or held by company insider.

The S&P500, the NASDAQ 100, the Russell 2000 are called Market value-weighted indexes. Most known indexes use this type of weighting, but some other methods exist. Instead of weighting the close price by the stock market capitalization, we could use any other value, ratio or time-series. We will discuss three other methods in the next paragraph.
Because the indexes we have listed above use their own component of stocks, and this list varies in time, we cannot build an index that uses the same components if we don't have an historical database that lists the universe of stocks that were used for each date.
Instead, we will define a simple filter to select our universe of stocks. It is generally better to discard low priced stocks and thus we will filter stocks whose stock price is below 5 dollars (filter = close >= 5).

Here is a list of some weighting methods you can use to build your own indexes:

Capitalization-weighted index: You must have an historical database of the number of shares outstanding or the market capitalization of the index stock components.

Equal-weighted index or Price-weighted index: This type of index gives the same weight to each stock in the index or composite. Small and large companies will have the same importance in the index price. The formula for this type of index is very simple (composite = close) and it doesn't need any historical database of fundamental data.

Volume-weighted index: This method also doesn’t need any historical database, besides the stock prices database. Stocks are weighted by the traded volume. This could be the volume of the current trading session, the recent ones or older ones. This is the index formula: composite = close * sma(volume, 10). This will create a composite index that weights stocks based on the average volume of the last 10 bars.

Fundamental-weighted index: If you have access to a fundamental database, you can create what is called a Fundamental-weighted index. These indexes weight stocks by fundamental factors like book value, revenues or sales. Bear in mind, that it is easy to import any database into the QuantShare application.

All these indexes must use 'Average' as composite calculation function.
Here is an article that may help you better understand how to create composite indicators: Composite Indicators











no comments (Log in)

QuantShare Blog
QuantShare
Search Posts




QuantShare
Recent Posts

Create Graphs using the Grid Tool
Posted 1238 days ago

Profile Graphs
Posted 1343 days ago

QuantShare
Previous Posts

Ranking system calculation methods
Posted 5383 days ago

RSS feeds transformation
Posted 5387 days ago

Stocks: Market Capitalization
Posted 5389 days ago

Ranking System Engine
Posted 5391 days ago

How to deal with StockTwits data
Posted 5401 days ago

Trend following systems
Posted 5404 days ago

Working with the formula editor
Posted 5406 days ago


More Posts

Back







QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.