Esempio n. 1
0
 /**
  * Can use TLH
  *
  * @return bool
  */
 public function canUseTlh()
 {
     if ($this->taxBracket >= $this->ria->getClientTaxBracket() && $this->portfolio->getTotalValue() >= $this->ria->getMinRelationshipValue()) {
         return true;
     }
     return false;
 }