Add Financial

This commit is contained in:
Bobbilee
2020-01-16 00:48:11 -08:00
committed by Andreas Kull
parent f98ec9c1bd
commit 2ade1bf83b

View File

@ -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._