_interestTotal: function () {
      var total = 0;
      $.each(this._results(), function (index, value) {
        total += value.interest;
      });