_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()));
_aggregationFunctions.put("Sector", new GICSAggregationFunction(getToolContext().getSecuritySource(),
getToolContext().getOrganizationSource(),
GICSAggregationFunction.Level.SECTOR, false, false));
_aggregationFunctions.put("RedCode", new CdsRedCodeAggregationFunction(getToolContext().getSecuritySource()));
_aggregationFunctions.put("Seniority", new CdsSeniorityAggregationFunction(getToolContext().getSecuritySource()));