NOTES:
- Changes in the way that we are loading annual data and derived ratios going live tonight.
- This change might explain why re-running a simulation at a later date shows different results.
- This does not affect quarterly or trailing 12-month data and derived ratios.
Dear all,
CompuStat has two “data presentations” with regard to annual fundamental information: One, the “summary” presentation, is designed to reflect the data exactly as presented in the SEC filing (but it’s also used to hold re-stated values). The other is Compustat standardized values.
Two examples that we have observed:
WMT: Not all of Walmart’s financing income is realized – Sam’s Club memberships are unearned revenue – and not all is operational – specifically, its income from unused gift cards.
XOM: Exxon includes sales-based taxes as part of its revenue, which is removed by S&P.
Our code was choosing randomly between the two streams when loading because we expected them to be mutually exclusive. It turns out that they can both exists for a particular period causing potential “randomness” depending which one is used when the numbers are different. In nearly all cases this is not a problem since the numbers are overwhelmingly identical and in most other instances are immaterially different.
The change going in tonight will always pick Compustat standardization if available first. This will likely produce different results but we do not expect that this will have a material impact on user’s systems. And hopefully this will end the occurrences of re-runs to change.
Sorry for this inconvenience.