OpenSourceRisk / Engine

Open Source Risk Engine
http://www.opensourcerisk.org
Other
485 stars 217 forks source link

quantlib questions #59

Open joequant opened 3 years ago

joequant commented 3 years ago

Looking at OSR to do some crypto risk management. So two questions:

1) what is the mechanism for synching with main QuantLib branch 2) looking over it's a easy fix to move over to the QuantLib::ext name space so that one can use the std extensions.

Also what's the best way for third parties to coordinate developmment

QuaternionRisk commented 2 years ago

Hi Joe, apologies for the long delay - the OSR project uses a fork of QuantLib with a few extensions. The majority of our extensions reside in QuantExt and might me consolidated into QuantLib over time. So far we have updated ORE on an annual basis, then also pointing the QuantLib fork to the most recent QuantLib release. We have moved away from this annual big bang release to more or less continuous updates of the master branch. This should always compile and pass the test suites, so worth checking out. Does that answer your questions?