Sunday, January 20, 2008

KDB Consulting Redux

I have gotten some private emails from people over the past few weeks who have been intrigued about my posts about KDB+, and wanting to know how to be a KDB+ consultant. It may be easier to apply to medical school and become a heart surgeon than it is to bootstrap yourself in a KDB consulting career.

I certainly do not hold myself out as a career counselor. You should not look to me as the key to future riches. All I do is observe the marketplace. I deal alot in hiring people for our own needs, and I get a lot of calls from recruiters. I have a lot of colleagues on Wall Street and in The City. So I am able to gather a lot of different data points, some of which I share on this blog.

Google everything you can about KDB+. Apply to KX Systems for access to the coding areas. Grab a copy of "Q for Mortals" by Jeff Borror. Find the pockets of KDB people in your company and get them to explain their source code for you.

If you have gotten this far....

You will need to get a copy of KDB+, which is not easy to get. Most likely, you cannot go onto LimeWire or Kazaa and find a copy of KDB floating around. Even if you did, you need to find a license key.

You need to go here, and think about how you will convince Niall Dalton or Simon Garland to let you play around with KDB. Or, wait for the next SIFMA conference, find the KDB booth, and offer to take the KDB guys to the lounge at the Hilton. Or, come up with a product that might compliment KDB (like Panopticon did) and try to show Simon that it will increase the popularity of KDB. Maybe an English-to-Q translator? Maybe a true ODBC driver for KDB? Maybe a Q code obsfuscator?

Another avenue is try to approach First Derivatives. They are the primary partner for KX Systems, and the Yin to KX Systems' Yang. Hint .. they love Guiness.

Lest you think that I am picking on KDB ... the same thing can apply to any niche product. I suppose that you would not be able to wake up one day and decide that you will be a Vhayu consultant. In order to specialize in any kind of niche product, you need to leverage the existing resources for that product. This is one of the advantages of being employees of large financial firms or large consulting firms that specialize in financial services.

You need to get yourself into the proper mindset to deal with KDB. It is a very spartan product, hand-tuned and lightning fast at processing real-time flows of tick and order data. The actual Q.exe engine is about a 150K file. You do not get any of the nice, cushy bloat that you have with something like SQL Server and Oracle. Working with KDB brings you back to the days when you were writing DOS TSRs using good old INT 21H (for those of you born after 1980, a TSR is a Terminate and Stay Resident program .... and DOS was an ancient operating system that made Microsoft lots of money).

As if you are not convinced already .... the following code is from a Q file called holiday.q. Once you understand this code, send email to Niall or Simon of KX Systems, or to the people at First Derivatives, and show them that you can write this stuff without even looking (and this is mild ... wait until you get into the juicy stuff).


/day:(day;year)
dy:{"D"$string[y],x}

/residue
r:{y-x*y div x}

/adjust sat/sun
a:{d+0^(x,1)r[7]d:dy[y]z}

/goto dayofweek
b:{d+r[7]x-d:dy[y]z}

/good friday(1900-2099)
g:{d+:e:r[7](6*d:r[30]24+19*a:r[19]x)+5+2*r[4;x]+2*r[7]x;dy["0320";x]+d-7*(d=35)(d=34)&(e=6)&a>10}

/nyse holidays
nyse:(a[2]"0101";b[2]"0115";b[2]"0215";g;b[2]"0525";a[-1]"0704";b[2]"0901";b[5]"1122";a[-1]"1225")

nyse@/:\:2007 2008


©2008 Marc Adler - All Rights Reserved

10 comments:

Anonymous said...

I think you are vastly overplaying the possibilities of consulting in the kdb+ space. There are perhaps a handful of (permanent) positions that come up worldwide and the calls from head-hunters are mostly about the same position(s). And you don't think FD guys are not tempted to go solo? If it were that easy, and that rewarding, it would have happened long ago...

Anonymous said...

My understanding with the FD guys is that there are golden handcuffs in play for that reason..

marc said...

Why aren't there more KDB consulting positions worldwide?

My argument is that, if KDB+ was more readily available to evaluate, and if more expertise was built up on KDB, then the demand for the product might grow, solely based on word-of-mouth and people extoling the virtues of its performance.

Anonymous said...

Knowing q (or k) is not enough for consulting with kdb+. You need knowledge of the domain too - and the varies from position to position. The complexities of the data vendor's feed, the differences between the exchanges and the asset classes, timezone handling, market models, corporate actions, analytics, being able to talk the talk with the quants/traders, problem solving abilities, knowledge of storage - to mention a few. I don't think you'd gain any domain knowledge just from running up kdb+ and trundling through tutorial(s). If someone's hell-bent on learning kdb+ then a good choice would be to try to take a permy position directly with a financial institution (and say hello to the thousands leaving on the way in).

kx opened up their previous versions (k/kdb) and it's questionable how much extra business that brought them. It would let their competitors (vertica?) get a closer look ;-)

Why aren't there more kdb consulting positions worldwide? Demand. It's niche.

Anonymous said...

I think a bigger motivator to work with kdb+ (other than money)is that it is a fantastic platform for data manipulation. The language is fun and it gets the brain cells working. It helps you focus on the problem rather than the code, and to express oneself concisely. There are quite large pools of users (hundreds where I am) in banks who are getting exposured to the system at the q language level - and they love it, but actually few hard core developers who can tune the systems to run at the most efficient levels.

Anonymous said...

I am frustrated beyond belief with the unavailability of Kdb/Q for independent testing and use! Their demonstration copies expire after 30 days.. who can learn anything about a platform as complex as K in 30 days? I desperately want to use it to churn through mountains of web data and it's just not possible. You'd think the obvious benefits of market share would be clear to those guys. Saddening - reminds me of beta vs. vhs.

Unknown said...

Is there a missing "&" between "(d=35)" and "(d=34)" in the g function?

Unknown said...

Whoops! Make that "|" instead of "&".

Unknown said...

I do work for a firm that is looking for kdb+ contract and FT opportunities for persons who know time series, portfolio structure and risk management domains.

The only crux of the matter is that we are in the Americas but not the United States.

Anonymous said...

Q and K do not require an obfuscater, they need a clarifier.