/**
  * @return bool
  */
 public function hasLoi()
 {
     return !is_null($this->affiliation->getLoi());
 }