Package com.opengamma.financial.analytics.ircurve

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

Related Classes of com.opengamma.financial.analytics.ircurve.AggregatingInterpolatedYieldCurveDefinitionSource

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.