pub fn commissions_from_vec( py: Python<'_>, commissions: Vec<Money>, ) -> PyResult<Bound<'_, PyAny>>