how are you meant to access the C++ enums from Python (like
BusinessDayConvention)?
When I import QuantLib and run dir(), there don't seem to be any objects
that resemble these...? I guess I could just work them out manually
(maybe not the optimal solution, though).