From 2ade1bf83b4e4be87799006be63fbb7b2e2aae44 Mon Sep 17 00:00:00 2001 From: Bobbilee Date: Thu, 16 Jan 2020 00:48:11 -0800 Subject: [PATCH] Add Financial --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0cf273f..b2ec1e5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Distributed Transactions](#distributed-transactions) - [Distribution](#distribution) - [Document Processing](#document-processing) + - [Financial](#financial) - [Formal Verification](#formal-verification) - [Functional Programming](#functional-programming) - [Game Development](#game-development) @@ -361,6 +362,15 @@ _Libraries that assist with processing office document formats._ - [docx4j](https://www.docx4java.org/trac/docx4j) - Create and manipulate Microsoft Open XML files. - [zerocell](https://github.com/creditdatamw/zerocell) - Annotation-based API for reading data from Excel sheets into POJOs with focus on reduced overhead. +### Financial + +*Libraries related to the financial domain.* + +- [Parity](https://github.com/paritytrading/parity) - Platform for trading venues. +- [Philadelphia](https://github.com/paritytrading/philadelphia) - Low-latency financial information exchange. +- [Stripe](https://github.com/stripe/stripe-java) - Integration with the Stripe API +- [Square](https://github.com/square/connect-java-sdk/) - Integration with the Square API. + ### Formal Verification _Formal-methods tools: proof assistants, model checking, symbolic execution, etc._