Is there currently any additional documentation about integrating OpenGamma with Python, specifically via Jython (given that there is no native implementation of OpenGamma with Python yet)? I dug out a piece of documentation which uses Jython…
http://docs-static.opengamma.com/dev/analytics/examples/a-hello-world/
… but the documentation is outdated (the ComplexNumber class resides in a different library).
Additionally, which resource files /external libraries are required to be linked to a Python project via Jython before OpenGamma functions can be called? I am having issues calling derived classes in OpenGamma.
Thanks for any help in advance.