This type takes an index and will download all constituent returns (assuming
the index composition exists). This uses quantmod as a back-end.
EquityIndex(ticker = "^GSPC", hint = NA, src = "yahoo")
ticker - The ticker representing the index
hint - Used to determine number of elements in index for paging
src - Placeholder for data source. Currently only supports yahoo