receivedAmountSubTotal: _.bind(function (label) {
          var amount;
          amount = this.collection.chain().select(function (row) {
            return row.get('type') === label;
          }).map(function (row) {