public function getBasicDenominator()
 {
     return $this->hasOne(BasicIndicators::className(), ['id' => 'denominator']);
 }