-
Notifications
You must be signed in to change notification settings - Fork 494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
505 Companies #18
Comments
505 is the correct number of stock symbols. Certain companies have multiple tickers that are all included in the average; for example, common and preferred.
If one of those companies gets dropped from the "S&P 500", the correct count of symbols would change by more than one. It can never go below 500, though.
… On Aug 3, 2017, at 2:09 AM, tjradcliffe ***@***.***> wrote:
This listing for the S&P500 has 505 companies in it. There should probably be some kind of invariant imposed so updates are rejected if they include something other than 500 companies.
|
@gh-isoar @tjradcliffe but should we eliminate those dual symbols so we have just 500 companies (perhaps with multiple symbols)? @gh-isoar and thanks for the info 😄 |
* Note we have 505 companies atm - as per #18.
@rufuspollock "The S&P 500" trademark is owned by S&P which is the sole arbiter of its definition; obviously this list must accurately reflect that definition. That definition comprises not just 500 companies, but the specific stock tickers that S&P has decided accurately represent those companies. In some cases the correct subset of a company's tickers is obscure; S&P's relevant decisions are documented when made but are impossible to reliably infer from non-S&P data. I see two categories of usage that the list should support well:
Eliminating the dual symbols would make the first category of usage impossible. Keeping them by putting multiple symbols in the first column would be "de-normalizing" the column - usage would be possible for only the most sophisticated and determined users. In contrast, redundancy in the second column is easily handled by most users. |
@gh-isoar super useful and clear - and something I think we will add to the README. Thank-you again for your clarifications. |
This listing for the S&P500 has 505 companies in it. There should probably be some kind of invariant imposed so updates are rejected if they include something other than 500 companies.
The text was updated successfully, but these errors were encountered: