[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs, 1.15, 1.16
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-06-02 18:56:08
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv18110/b1_ADT Modified Files: ConstantsProvider.cs Log Message: Added new constants to the class. Index: ConstantsProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ConstantsProvider.cs 8 Nov 2005 18:38:07 -0000 1.15 --- ConstantsProvider.cs 2 Jun 2006 18:55:58 -0000 1.16 *************** *** 39,44 **** public static DateTime DefaultDateForTickersAddedToGroups = new DateTime(1980,1,1); //conventional date for new tickers added to groups ! public static double MinimumPortfolioWeightForTicker = 0.10; ! //default minimum weight for ticker, used by GenomeManagerForWeightedEfficientPortfolio } --- 39,48 ---- public static DateTime DefaultDateForTickersAddedToGroups = new DateTime(1980,1,1); //conventional date for new tickers added to groups ! public static double MinimumPortfolioWeightForTicker = 0.2; ! //default minimum weight for ticker, used by GenomeManagerForWeightedEfficientPortfolio ! public static string SeparatorForTickers = ";"; ! //separator for tickers in GenomeRepresentation class ! public static string SeparatorForWeights = ">"; ! //separator for separating ticker by its weight in GenomeRepresentation class } |