Package com.opengamma.core.holiday.impl

Examples of com.opengamma.core.holiday.impl.WeekendHolidaySource


  //}

  @Override
  public void init(final FunctionCompilationContext context) {
    // using hardcoded region and calendar for now
    _holidaySource = new WeekendHolidaySource(); //OpenGammaCompilationContext.getHolidaySource(context);
    _regionSource = new TestRegionSource(); //OpenGammaCompilationContext.getRegionSource(context);
  }
View Full Code Here


  public static final SpreadSensitivityCalculator CALCULATOR = new SpreadSensitivityCalculator();

  @Override
  public void init(final FunctionCompilationContext context) {
    // using hardcoded region and calendar for now
    _holidaySource = new WeekendHolidaySource(); //OpenGammaCompilationContext.getHolidaySource(context);
    _regionSource = new TestRegionSource(getTestRegion()); //OpenGammaCompilationContext.getRegionSource(context);
    //_converter = new CreditDefaultSwapSecurityConverterDeprecated(holidaySource, regionSource);
  }
View Full Code Here

TOP

Related Classes of com.opengamma.core.holiday.impl.WeekendHolidaySource

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.