/**
  * Constructor
  */
 public function __construct()
 {
     $this->process_step = 0;
     $this->is_pre_saved = false;
     $this->unconsolidated = false;
     $this->is_init_rebalanced = false;
     parent::__construct();
 }