Examples of AggregatingInterpolatedYieldCurveDefinitionSource


Examples of com.opengamma.financial.analytics.ircurve.AggregatingInterpolatedYieldCurveDefinitionSource

    InterpolatedYieldCurveDefinitionSource userSource = initUser(repo, configuration);
    if (userSource != null) {
      Collection<InterpolatedYieldCurveDefinitionSource> coll = new ArrayList<InterpolatedYieldCurveDefinitionSource>();
      coll.add(source);
      coll.add(userSource);
      source = new AggregatingInterpolatedYieldCurveDefinitionSource(coll);
    }
   
    // register
    ComponentInfo info = new ComponentInfo(InterpolatedYieldCurveDefinitionSource.class, getClassifier());
    info.addAttribute(ComponentInfoAttributes.LEVEL, 2);
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.