<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>This is the most important advice: You'll probably run into legal trouble if you choose e.g. the wrong rounding mode, and for a good reason: If you handle millions of transactions in your system and sneakily always round cents "into your own pocket", you'll be a rich man. That's the reason behind the tons of rounding modes in e.g. <a href="http://docs.oracle.com/javase/8/docs/api/java/math/BigDecimal.html" target="_blank">http://docs.oracle.com/javase/<wbr>8/docs/api/java/math/<wbr>BigDecimal.html</a>. Ask your local lawyer which is the right one. ;-) I have serious doubts that you can handle such things with a floating point representation.</div></div></div></div></blockquote><div><br></div><div>That's an important point you raise. </div><div><br></div><div>Leaving aside the legal aspects of this, what would be Haskell's equivalent of the BigDecimal format in Java (or Ruby)? Decimal (as used by hledger)?</div><div><br></div><div>-- Saurabh.</div></div>
</div></div>