var CreditFundingInstrumentModalView = BaseFundingInstrumentModalView.extend({
    templateName: 'modals/credit-funding-instrument',
    elementId: 'credit-funding-instrument',
    title: function() {
        return "Credit this %@".fmt(this.get("model.destination.type_name").toLowerCase());