Examples of CdsSeniorityAggregationFunction


Examples of com.opengamma.financial.aggregation.CdsSeniorityAggregationFunction

    _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()));
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.