public function __construct(CT1_Object $obj = null)
 {
     if (null === $obj) {
         $obj = new CT1_Mortgage();
     }
     parent::__construct($obj);
     $this->set_request('get_mortgage_instalment');
 }
 public function __construct(CT1_Object $obj = null)
 {
     if (null === $obj) {
         $obj = new CT1_Annuity_Escalating();
     }
     parent::__construct($obj);
     $this->set_request('get_annuity_escalating');
 }
 /**
  * Constructor
  *
  * @param CT1_Object $obj 
  * @return CT1_Concept_Spot_Rates
  *
  * @access public
  */
 public function __construct(CT1_Object $obj = null)
 {
     if (null === $obj) {
         $obj = new CT1_Spot_Rates();
     }
     parent::__construct($obj);
     $this->set_request('get_spotrates');
 }
 /**
  * Constructor
  *
  * @param CT1_Object $obj 
  * @return CT1_Concept_Cashflows
  *
  * @access public
  */
 public function __construct(CT1_Object $obj = null)
 {
     if (null === $obj) {
         $obj = new CT1_Cashflows();
     }
     parent::__construct($obj);
     $this->set_request('get_cashflows');
 }
 public function __construct(CT1_Object $obj = null)
 {
     if (null === $obj) {
         $obj = new CT1_Interest();
     }
     parent::__construct($obj);
     $this->set_request('get_interest');
 }