var HoldExistingFundingInstrumentTransactionFactory = TransactionFactory.extend({
    source_uri: Ember.computed.readOnly("source.uri"),
    getHoldAttributes: function() {
        var properties = this.getProperties("amount", "description", "source_uri");
        properties.uri = this.get("source.card_holds_uri");