# File lib/money/money/arithmetic.rb, line 18
    def -@
      self.class.new(-fractional, currency, bank)
    end