What kind of computer hardware, in additional to the 'conventional' fare, is actually used in trading? And what languages is it typically programmed in? I'm interested in ASICs, FPGAs, that sort of thing.
|
|
Some examples:
There are surely usages of FPGAs and ASICs for option pricing, real-time risk, etc. These aren't nearly as prevalent as the above examples. |
|||
|
|
|
The very good description of specialized hardware in finance can be found at Cisco.com - Algo Speed High Frequency Trading Solution section. Their High-Performance Trading Architecture (pdf) poster is just great to find out used hardware for different purposes and there are also some presentations, white papers and videos about Cisco's solutions for financial markets on this website. |
||||
|
|
There is a very small minority of people using nvidia GPGPUs which can be programmed with the CUDA libraries. This sort of specialist hardware can be very effective at solving certain problems - mostly where you have very little I/O. More generally, if you are interested in how people are using GPGPUs, then I recommend taking a look at this question on StackOverflow. |
|||||
|
|
The only real use of this type of hardware in trading that I've seen is the recent spate of FPGA-based risk engines and feed handlers. See this article for some pointers; googling for some obvious keywords will provide more. Given the very small deployment volumes, it seems unlikely that anyone would be looking at ASICs for this. |
||||
|
|
