savings.setCurrency(USD);
inject(Account.class, checking, "accountBalances", Sets.newHashSet(new AccountBalance(checking, decimal("100.00"), new DateTime())));
inject(Account.class, savings, "accountBalances", Sets.newHashSet(new AccountBalance(savings, decimal("100.00"), new DateTime())));
this.starbucksMerchant = new Merchant("Starbucks");
this.wholeFoodsMerchant = new Merchant("Whole Foods");
this.transferMerchant = new Merchant("Transfer");
untaggedStarbucks.setStatus(TxactionStatus.ACTIVE);
untaggedStarbucks.setTagged(false);
untaggedStarbucks.setMerchant(starbucksMerchant);
taggedWholeFoods.setStatus(TxactionStatus.ACTIVE);