diff --git a/Amount.hs b/Amount.hs index 315ba43fd..6ae19ca8f 100644 --- a/Amount.hs +++ b/Amount.hs @@ -20,6 +20,10 @@ a mixed amount is one or more simple amounts: $50, EUR 3, AAPL 500 16h, $13.55, oranges 6 +currencies may be convertible or not (eg, currencies representing +non-money commodities). A mixed amount containing only convertible +currencies can be converted to a simple amount. + arithmetic: $1 - $5 = $-4