forked from JodaOrg/joda-money
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notes.txt
30 lines (20 loc) · 1.36 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
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 float
http://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/com/opengamma/util/money/CurrencyAmount.java
Design document
http://www.objectivelogic.com/resources/Java%20and%20Monetary%20Data/Java%20and%20Monetary%20Data.pdf