-
-
Notifications
You must be signed in to change notification settings - Fork 117
/
Notes.txt
32 lines (22 loc) · 1.56 KB
/
Notes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
JScience - MoneyAmount, based on Javaloution classes
http://jscience.org/api/org/jscience/economics/money/MoneyAmount.html
JMoney - long directly
https://jmoney.svn.sourceforge.net/svnroot/jmoney/trunk/net.sf.jmoney/src/net/sf/jmoney/model2/
TimeAndMoney - Money class with currency scale (BigDecimal + JDK Currency)
http://timeandmoney.svn.sourceforge.net/viewvc/timeandmoney/timeandmoney/trunk/src/main/java/com/domainlanguage/money/Money.java?revision=340&view=markup
Money from Tom Gibara - Small library with good approach to calculation
http://www.tomgibara.com/projects/money/
JCash - BigDecimal directly
http://jcash.cvs.sourceforge.net/viewvc/jcash/jcash/src/jcash/
Eurobudget - double directly
http://eurobudget.cvs.sourceforge.net/viewvc/eurobudget/eurobudget/src/com/pjsofts/eurobudget/beans/
Java practices - Class based on BigDecimal
http://www.javapractices.com/topic/TopicAction.do?Id=13
Grails Currency Plugin - Class based on BigDecimal
https://github.com/ricardojmendez/grails-currencies/blob/master/grails-app/domain/Money.groovy
OpenGamma CurrencyAmount - Class based on double (its an estimate)
https://github.com/OpenGamma/OG-Platform/blob/master/projects/OG-Util/src/main/java/com/opengamma/util/money/CurrencyAmount.java
Roguewave - BigDecimal or Double, mutable, extends to currency conversion
http://www.roguewave.com/portals/0/products/legacy-hpp/docs/mnyapi/Package-com.roguewave.money.currency.v1-0.html
Design document
http://www.objectivelogic.com/resources/Java%20and%20Monetary%20Data/Java%20and%20Monetary%20Data.pdf