Just a heads up that I’ve started working on the fudgemsg bindings for python which have been dormant for a while. The repo for this is located at
and any suggestions and code contributions will be greatly accepted. The main purpose of doing this is to that the OG server can be integrated with a lot of the scientific visualization/algo trading tools for python like ipython workbook, numpy, scipy, zipline.
I’ve looked at two ways of interfacing python with OpenGamma. The other possibility which I looked at involves the Jython implementation of the C python API.
However, while this looks useful, it seems to be overkill for a python interface to an OG server, so I’m going to start with Fudge-Python.