I had this idea for an analysis to perform on the SEC XBRL filings in order to see what they were looking like and to test some things I was fiddling with. The analysis vastly exceeded my expectations in terms of information it provides and it is incredibly useful to seeing the types of issues accountants are going to have to deal with. This blog post summarizes the results of that analysis. I have a detailed document which provides additional insight, if you want a copy of that send me an email and I may be able to get that detail to you.
The analysis looks at 408 SEC filings of 10Q's all filed after July 1, 2009. This is the complete list of filings: http://www.xbrlsite.com/demos/console/console.htm. This list came from XBRL Cloud's list of SEC filings.
I established a hypothesis that if I ran an XBRL Formula through each SEC XBRL instance (10Qs) that the formula (business rule) should either support the fact that cash reconciles or there should be some reason that the formula does not support that and there would be a specific reason as to why. Another way to state this is to say that "beginning balance of cash + changes in cash = ending balance of cash". The US GAAP Taxonomy states this, although implicitly; you can see that here in the US GAAP Taxonomy CI entry point. (What I mean by implicitly is that there is no official business rule which states this and there is only the implicitly way that a [Roll forward] is created which unofficially implies this, it could be explicit though.)
So, I created this business ruleusing XBRL Formulas. One of the first thing I recognized was that filers were using two different US GAAP Taxonomies (2009 and 2008) so I had to create another XBRL Formulafor the second taxonomy. I then used the complete list of SEC filings (mentioned above) and created a little batch file which grabbed the SEC XBRL instance from the list, applied the business rule, and spit out a validation report in XML which I then converted to HTML. I did this using the UBmatrix XBRL Processing Engine. This is a summary of the raw validation results.
The really interesting thing is that of the 408 filings, 358 passed validation first time through! I was truly amazed. That mean that 358 of the 408 filers provided the concepts specified by the US GAAP Taxonomy, that the numbers added up correctly, and that there were two periods reported. This part took very little effort to set up, it is just creating the formula, getting the list of filings to run the formula against and generate the batch file to automate the entire process.
The hard part was figuring out why the other 50 did NOT validate. That was the really interesting part o this analysis, but also rather time consuming.
Before I get to the observations there is something that I want to point out. While I did this analysis for the cash flow statement, the same type of analysis could be performed in other areas of the taxonomy. But if the analysis were to be performed, I speculate that the types of issues you would discover would be quite similar to the issues uncovered by my simple analysis. Keep this in the back of your mind as you read these observations.
High level observations
Here are the observations which I made:
It seems that comparability would be extremely easy to achieve for the high level of the cash flow statement. The biggest issue to comparability are (a) the use by a minority of filers of different concepts to represent the balance of "cash" than the US GAAP Taxonomy calls for and (b) where the exchange gains and discontinued operations really should be in the computation of the net change in cash. These are both accounting issues, not technical issues.
Further, looking one level deeper into the cash flow statement, a high percentage of filers (over 95%) report the concepts: us-gaap:NetCashProvidedByUsedInInvestingActivities, us-gaap:NetCashProvidedByUsedInFinancingActivities, us-gaap:NetCashProvidedByUsedInOperatingActivities. I may do some additional work to see more precicely what is going on with these concepts.
Example of Issues Accountants Will Have to Deal With
OK, so now to the example of issues accountants will need to deal with. I have my personal opinion on these, but clearly this is not my call. Someone will need to deal with these issues however. Not doing anything is an option, but I don't really thing it is the best option.
Again, those are just a few examples. And remember from the point I made above, while the concepts you might be looking at and the considerations will be different in different areas of the US GAAP Taxonomy, these issues from the cash flow statement are likely quite similar to issues which will be discovered in other areas of SEC XBRL filings. These issues are not just for specific concepts, but more over arching principles which should be applied throughout the entire US GAAP Taxonomy.