コード例 #1
0
 public function getLowInvestmentMarket()
 {
     $lowMarketReturn = $this->model->getLowMarketReturn();
     $lim = $this->getInvestmentMarket() * ($lowMarketReturn ? $lowMarketReturn : 0.8);
     return round($lim, 2);
 }