Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.