[Quantproject-developers] QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-20 20:52:39
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31977/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables Modified Files: Summary.cs Log Message: the class BenchmarkPercentageReturn has been changed to always used an HistoricalAdjustedQuoteProvider for this computation (not tested, yet) Index: Summary.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a1_Financial/a2_Accounting/h5_Reporting/Tables/Summary.cs,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Summary.cs 29 Sep 2008 21:14:43 -0000 1.22 --- Summary.cs 20 Nov 2008 20:52:28 -0000 1.23 *************** *** 265,269 **** this.returnOnAccount = new ReturnOnAccount( this ); this.benchmarkPercentageReturn = ! new BenchmarkPercentageReturn( this , this.historicalMarketValueProvider ); this.numberWinningPeriods = new NumberWinningPeriods( this ); this.numberLosingPeriods = new NumberLosingPeriods( this ); --- 265,270 ---- this.returnOnAccount = new ReturnOnAccount( this ); this.benchmarkPercentageReturn = ! new BenchmarkPercentageReturn( this ); ! // , this.historicalMarketValueProvider ); this.numberWinningPeriods = new NumberWinningPeriods( this ); this.numberLosingPeriods = new NumberLosingPeriods( this ); |