Package com.opengamma.financial.aggregation

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

Related Classes of com.opengamma.financial.aggregation.CdsSeniorityAggregationFunction

Copyright © 2018 www.massapicom. 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.