pub type CommodityPrices = HashMap<Rc<str>, f64>;
A map relating commodity ID to current price (endogenous)
struct CommodityPrices { /* private fields */ }