Esempio n. 1
0
 public function serviceFee()
 {
     return $this->loan->getNativeAmount()->multiply($this->yearlyInterestRateRatio() * $this->loan->getServiceFeeRate() / 100);
 }