protected function createFields()
 {
     parent::createFields();
     $this->add(array('name' => 'guarantee-participation-rate', 'type' => 'Text', 'options' => array('label' => 'Participation Rate')));
 }
 protected function createFields()
 {
     parent::createFields();
     $this->add(array('name' => 'bonus_barrier_level', 'type' => 'Text', 'options' => array('label' => 'Barrier Level')));
 }