342343344345346347348349350
log.fail(t); } } private SyntheticPortfolioGeneratorTool portfolioGeneratorTool() { final SyntheticPortfolioGeneratorTool tool = new SyntheticPortfolioGeneratorTool(); tool.setCounterPartyGenerator(new StaticNameGenerator(AbstractPortfolioGeneratorTool.DEFAULT_COUNTER_PARTY)); return tool; }