getCommandLine().hasOption(SPLIT_OPT));
}
private void populateAggregationFunctionMap(SecuritySource secSource) {
_aggregationFunctions.put("AssetClass", new AssetClassAggregationFunction());
_aggregationFunctions.put("Currency", new CurrencyAggregationFunction());
_aggregationFunctions.put("DetailedAssetClass", new DetailedAssetClassAggregationFunction());
_aggregationFunctions.put("Underlying", new UnderlyingAggregationFunction(secSource, "BLOOMBERG_TICKER"));
_aggregationFunctions.put("ReferenceEntityName", new CdsObligorNameAggregationFunction(getToolContext().getSecuritySource(), getToolContext().getOrganizationSource()));
_aggregationFunctions.put("ReferenceEntityTicker", new CdsObligorTickerAggregationFunction(getToolContext().getSecuritySource(), getToolContext().getOrganizationSource()));