Multiplies this Price to the other.
other
Price operator *(Price other) { return Price(currency: other.currency, sum: Sum(sum.val * other.sum.val)); }