public function get_other_instrument()
 {
     if (!$this->other_instrument_definition_in_progress) {
         $this->other_instrument_definition_in_progress = true;
         $no_std_inst = new nomenclature_instrument(0, "", "");
         $no_std_inst->set_standard(false);
         return $no_std_inst;
     }
 }