For money params we need special type, in Python, for example, it named [decimal](https://docs.python.org/3/library/decimal.html), PostgreSQL has [numeric](https://www.postgresql.org/docs/9.6/static/datatype-numeric.html#DATATYPE-NUMERIC-DECIMAL) type.