Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otaviojava/money-api-book
Book about the money-api
https://github.com/otaviojava/money-api-book
book java money-api
Last synced: 8 days ago
JSON representation
Book about the money-api
- Host: GitHub
- URL: https://github.com/otaviojava/money-api-book
- Owner: otaviojava
- Created: 2015-06-17T09:27:13.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-04-26T17:05:12.000Z (over 2 years ago)
- Last Synced: 2023-03-12T06:39:26.990Z (over 1 year ago)
- Topics: book, java, money-api
- Homepage: https://leanpub.com/money-api-en
- Size: 515 KB
- Stars: 19
- Watchers: 7
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
![Money-api](cover.jpg)
Most software projects deal with monetary values. Primitive wrappers like `Float` and `Double` or richer types like `BigDecimal` are sometimes used to represent monetary values. On the other hand, we often develop or use third-party APIs that offer abstraction for representing money. So clearly it's a very common problem that requires a common standard.
The **JSR 354** (Money and Currency API) is a work towards defining an API that provides abstraction for money and currency.