Walking the Path takes time...

Readers, 

I have been away somewhat after my declaration of providing more useful and interesting content. Why is that? Am I being hypocritical or something worse?

The answer is neither. The essence of the Blackarbs mission is to continuously find ways to add value to investors anywhere and everywhere they may be. Born out of that mission is the iVC report which has helped a few portfolio managers, and private investors (including myself) make prudent well timed investments in value creating stocks (Details to come in a future post). 

To better help current and prospective clients I relentlessly evaluate the current reports, the report creation process and its efficacy as a research tool. I've concluded that the stock reports are incredibly effective at identifying value creators and destroyers within the public equity space but the current, report creation process is NOT SCALABLE. 

Unfortunately I am unable to produce these reports on a massive scale because it takes to long to generate one. When I first began production it took ~4-5 hours to produce a single report. Now it can be done in ~1-1.5 hours which is a dramatic improvement but not nearly fast enough. If there are roughly 3000-5000 stocks in our potential investment universe we can see the time investment needed to evaluate even a subsection of stocks is too great.

THE SOLUTION:

It's simple, the report creation process needs to be automated as much as possible. As a result I've spent the last 12 days working on this programmatically having experimented with solutions based primarily in Python. After building 2 different web scrapers and a calculation engine I realized each 'free' fundamental data source I found presented unique challenges due to their html/javascript structure or some strange reporting convention they use.

Me in the lab 


Enter XBRL. If you are not familiar XBRL is the cutting edge financial reporting standard based on the XML documentation 'language' that the SEC has mandated public companies adhere to. Essentially publicly traded firms have a mandate to provide all their fundamental SEC/financial data in this semi consistent format which is ..."easily"... accessed  by software. 

Make no mistake as a result of being 'cutting edge' and in development, the XBRL standard is not simple or easy, yet. However, it is the best solution in that the calculation engine I use to analyze the companies and output grades will be based on data provided directly to and by the SEC! This is a massive upgrade IMHO to third party data providers. This project is ongoing and Blackarbs' progress in developing and implementing this solution is fast-paced. 

So please forgive the sporadic posts until the report generation engine is completed hopefully within the next two weeks.