money
money copied to clipboard
A Money class written in C# for handling multi-currency arithmetic with generic type support.
I'd like to use Money and Wallet to represent/hold any CryptoCurrency as well any ISO 4217 fiat money. The current implementation supports the ISO 4217 CurrencyCode enumeration, but this standard...
Provide an implementation of `ICurrencyConverter` using an online service (free + reliable). This can be optionally consumed by the users. I would like to get your thoughts on: - Should...
I am actually storing 1 unit of source currency's equivalent amount in the destination currency in the [current implementation](https://github.com/zpbappi/money/blob/master/Money/CachedCurrencyConverter.cs). I was just thinking about truncation that the currency providing services...
Just thinking out loud - either the entire conversion could happen on a single data in which case it might be fine for Evaluate to take in the datetime, but...