public function isSpecifiedBy(Account $account)
 {
     return $account->getAmount() >= 0;
 }