pub fn commissions_from_indexmap( py: Python<'_>, commissions: IndexMap<Currency, Money>, ) -> PyResult<Bound<'_, PyAny>>