From f951bc0072e351628df47510b45699e3d3ff8740 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Wed, 10 Jul 2019 11:51:13 +0100 Subject: [PATCH] Add Strata to Java section To the best of my knowledge Strata is now the main quant library for Java, and is still under active development. I believe JQuantlib has been inactive since 2015. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8556d89..038fddd 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ## Java +- [Strata](http://strata.opengamma.io/) - Modern open-source analytics and market risk library designed and written in Java. - [JQuantLib](http://www.jquantlib.org) - JQuantLib is a free, open-source, comprehensive framework for quantitative finance, written in 100% Java. - [finmath.net](http://finmath.net) - Java library with algorithms and methodologies related to mathematical finance. - [quantcomponents](https://github.com/lsgro/quantcomponents) - Free Java components for Quantitative Finance and Algorithmic Trading.