Example #1
0
 public CompanyValuationStatistics()
 {
     this._NOP_DCFS_NO_GROWTH    = new DiscountedCashFlowCollection();
     this._NOP_DCFS_AVG_GROWTH   = new DiscountedCashFlowCollection();
     this._NOP_DCFS_DECAY_GROWTH = new DiscountedCashFlowCollection();
     this._NI_DCFS_NO_GROWTH     = new DiscountedCashFlowCollection();
     this._NI_DCFS_AVG_GROWTH    = new DiscountedCashFlowCollection();
     this._NI_DCFS_DECAY_GROWTH  = new DiscountedCashFlowCollection();
 }
 public CompanyValuationStatistics()
 {
     this._NOP_DCFS_NO_GROWTH = new DiscountedCashFlowCollection();
     this._NOP_DCFS_AVG_GROWTH = new DiscountedCashFlowCollection();
     this._NOP_DCFS_DECAY_GROWTH = new DiscountedCashFlowCollection();
     this._NI_DCFS_NO_GROWTH = new DiscountedCashFlowCollection();
     this._NI_DCFS_AVG_GROWTH = new DiscountedCashFlowCollection();
     this._NI_DCFS_DECAY_GROWTH = new DiscountedCashFlowCollection();
 }