public function get_values()
 {
     $r = parent::get_values();
     $r['principal'] = $this->get_principal();
     $r['instalment'] = $this->get_instalment();
     return $r;
 }
 public function get_values()
 {
     $r = parent::get_values();
     $r['escalation_delta'] = $this->get_escalation_delta();
     $r['escalation_rate_effective'] = $this->get_escalation_rate_effective();
     $r['escalation_frequency'] = $this->get_escalation_frequency();
     return $r;
 }
 public function get_values()
 {
     $r = parent::get_values();
     $r['increasing'] = $this->get_increasing();
     return $r;
 }