|
From: Joseph W. <joe...@gm...> - 2015-02-16 07:11:37
|
I've starting doing some quant work on coding cryptocurrency derivative code. One question that I have is the way of representing bitcoin. There is infrastructure for representing currencies, but while cryptocurrencies have codes associated with them, they don't have fractional items or ISO numbers. I was wondering if it would be worth refactoring the CommodityType and Currency classes into subclasses of an AssetType class. |