Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 689 Bytes

File metadata and controls

21 lines (12 loc) · 689 Bytes

rounding-money-with-java

(14-Jun-2026) This repo demonstrates commercial rounding (round half up) for monetary values in Java. The strategy is available out of the box via the Java API, making it suitable for financial workflows, like in e-commerce, that require commercial rounding rules.

Requirements

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

BSD