public static final DateRange dateRange = new DateRange(fromDateInt, toDateInt, toDateInt);
//
@SuppressWarnings({"unchecked", "rawtypes"})
public static void main(String[] args) throws Exception {
RootAccount root = FileUtils.readAccountsFromFile(mdTestFile, null);
BulkSecInfo currentInfo = new BulkSecInfo(root, new GainsAverageCalc());
ArrayList<String[]> transActivityReport = currentInfo
.listAllTransValues(currentInfo.getInvestmentWrappers());
File transActivityReportFile = new File("E:\\Temp"
+ "\\transActivityReport.csv");