var Withdrawal = Transaction.extend({
    amount: "number",
    isReady: function() {
        return typeof this.amount === "number" &&
            this.account &&