Package com.opengamma.financial.analytics.ircurve

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


   * @param day DayOfWeek
   * @param offset Integer offset, positive or negative from the result of week,day.
   * @return New instance of FutureOptionExpiries
   */
  public static FutureOptionExpiries of(final int week, final DayOfWeek day, final int offset) {
    final NextExpiryAdjuster nextExpiryAdjuster = new NextExpiryAdjuster(week, day, offset);
    return new FutureOptionExpiries(nextExpiryAdjuster);
  }
View Full Code Here

TOP

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

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.