reversals_list: function() {
        var credits = this.get('credits_list');
        var reversals = Ember.A();

        credits.forEach(function(credit) {