type CommoditiesGraph = Graph<GraphNode, GraphEdge, Directed>;
A graph of commodity flows for a given region and year
struct CommoditiesGraph { /* private fields */ }