I have a singleton class as follows that I use in models to represent a currency type.
public class CurrencyType { public int Value { get; set; } publ