8e41371e19
- `GetCashBalance()` will return a `List<CashAmount>`, will not need to set conversion rates, which requires knowing what the account currency is. - Removing `Global.Holding` conversion rate field. It wasn't being used and required knowing what the account currency is. - Adding equality operators for `CashAmount`. Adding unit tests.