<%@LANGUAGE="VBSCRIPT"%> <% Dim Choices__Question1 Choices__Question1 = "Self" if (Request("Question1") <> "") then Choices__Question1 = Request("Question1") %> <% Dim Choices__Question2 Choices__Question2 = "Short" if (Request("Question2") <> "") then Choices__Question2 = Request("Question2") %> <% Dim Choices__Question3 Choices__Question3 = "Aggressive" if (Request("Question3") <> "") then Choices__Question3 = Request("Question3") %> <% Dim Choices__Question4 Choices__Question4 = "Under" if (Request("Question4") <> "") then Choices__Question4 = Request("Question4") %> <% set Choices = Server.CreateObject("ADODB.Recordset") Choices.ActiveConnection = MM_connfizone_STRING Choices.Source = "SELECT Self, Prof, Short, Medium, Long, Conservative, Moderate, Aggressive, Under, Middle, Over FROM MFProfile WHERE Involved = '" + Replace(Choices__Question1, "'", "''") + "' AND Horizon = '" + Replace(Choices__Question2, "'", "''") + "' AND Risk = '" + Replace(Choices__Question3, "'", "''") + "' AND HowMuch = '" + Replace(Choices__Question4, "'", "''") + "'" Choices.CursorType = 0 Choices.CursorLocation = 2 Choices.LockType = 3 Choices.Open() Choices_numRows = 0 %> Exchange Traded Funds
Print version
Introduction
As recently as 1999 there were only 30 ETFs in existence; now there are more than 100. The oldest and most commonly traded ETFs are the S&P 500 SPDRs, “spiders” (symbol is SPY), the Dow Jones “diamonds” (DIA), and the Nasdaq 100 “Qs” (QQQ). Now there are also iShares, streetTRACKs, vipers, HOLDRs, and more. Each is a portfolio of stocks that can be purchased and sold like an individual stock any time during the trading day. They are sort of a combination of individual stock and mutual fund.

Besides the conveniences of being able to buy a portfolio in one purchase and the trading liquidity, there are other advantages:
  • Diversification

  • Lower costs

  • Tax efficiency

  • Transparency

  • Flexibility

 

 

<% Choices.Close() %>