pub type AgentCommodityPortionsMap = HashMap<(CommodityID, u32), f64>;
A map of commodity portions for an agent, keyed by commodity and year
struct AgentCommodityPortionsMap { /* private fields */ }