/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 3.0.10
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */

package org.quantlib;

public class FuturesRateHelper extends RateHelper {
  private transient long swigCPtr;

  protected FuturesRateHelper(long cPtr, boolean cMemoryOwn) {
    super(QuantLibJNI.FuturesRateHelper_SWIGUpcast(cPtr), cMemoryOwn);
    swigCPtr = cPtr;
  }

  protected static long getCPtr(FuturesRateHelper obj) {
    return (obj == null) ? 0 : obj.swigCPtr;
  }

  protected void finalize() {
    delete();
  }

  public synchronized void delete() {
    if (swigCPtr != 0) {
      if (swigCMemOwn) {
        swigCMemOwn = false;
        QuantLibJNI.delete_FuturesRateHelper(swigCPtr);
      }
      swigCPtr = 0;
    }
    super.delete();
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, long nMonths, Calendar calendar, BusinessDayConvention convention, boolean endOfMonth, DayCounter dayCounter, QuoteHandle convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_0(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, nMonths, Calendar.getCPtr(calendar), calendar, convention.swigValue(), endOfMonth, DayCounter.getCPtr(dayCounter), dayCounter, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, long nMonths, Calendar calendar, BusinessDayConvention convention, boolean endOfMonth, DayCounter dayCounter, QuoteHandle convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_1(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, nMonths, Calendar.getCPtr(calendar), calendar, convention.swigValue(), endOfMonth, DayCounter.getCPtr(dayCounter), dayCounter, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, long nMonths, Calendar calendar, BusinessDayConvention convention, boolean endOfMonth, DayCounter dayCounter, double convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_2(price, Date.getCPtr(iborStartDate), iborStartDate, nMonths, Calendar.getCPtr(calendar), calendar, convention.swigValue(), endOfMonth, DayCounter.getCPtr(dayCounter), dayCounter, convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, long nMonths, Calendar calendar, BusinessDayConvention convention, boolean endOfMonth, DayCounter dayCounter, double convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_3(price, Date.getCPtr(iborStartDate), iborStartDate, nMonths, Calendar.getCPtr(calendar), calendar, convention.swigValue(), endOfMonth, DayCounter.getCPtr(dayCounter), dayCounter, convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, long nMonths, Calendar calendar, BusinessDayConvention convention, boolean endOfMonth, DayCounter dayCounter) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_4(price, Date.getCPtr(iborStartDate), iborStartDate, nMonths, Calendar.getCPtr(calendar), calendar, convention.swigValue(), endOfMonth, DayCounter.getCPtr(dayCounter), dayCounter), true);
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, Date iborEndDate, DayCounter dayCounter, QuoteHandle convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_5(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, Date.getCPtr(iborEndDate), iborEndDate, DayCounter.getCPtr(dayCounter), dayCounter, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, Date iborEndDate, DayCounter dayCounter, QuoteHandle convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_6(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, Date.getCPtr(iborEndDate), iborEndDate, DayCounter.getCPtr(dayCounter), dayCounter, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, Date iborEndDate, DayCounter dayCounter, double convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_7(price, Date.getCPtr(iborStartDate), iborStartDate, Date.getCPtr(iborEndDate), iborEndDate, DayCounter.getCPtr(dayCounter), dayCounter, convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, Date iborEndDate, DayCounter dayCounter, double convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_8(price, Date.getCPtr(iborStartDate), iborStartDate, Date.getCPtr(iborEndDate), iborEndDate, DayCounter.getCPtr(dayCounter), dayCounter, convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, Date iborEndDate, DayCounter dayCounter) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_9(price, Date.getCPtr(iborStartDate), iborStartDate, Date.getCPtr(iborEndDate), iborEndDate, DayCounter.getCPtr(dayCounter), dayCounter), true);
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, IborIndex index, QuoteHandle convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_10(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, IborIndex.getCPtr(index), index, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(QuoteHandle price, Date iborStartDate, IborIndex index, QuoteHandle convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_11(QuoteHandle.getCPtr(price), price, Date.getCPtr(iborStartDate), iborStartDate, IborIndex.getCPtr(index), index, QuoteHandle.getCPtr(convexityAdjustment), convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, IborIndex index, double convexityAdjustment, Futures.Type type) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_12(price, Date.getCPtr(iborStartDate), iborStartDate, IborIndex.getCPtr(index), index, convexityAdjustment, type.swigValue()), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, IborIndex index, double convexityAdjustment) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_13(price, Date.getCPtr(iborStartDate), iborStartDate, IborIndex.getCPtr(index), index, convexityAdjustment), true);
  }

  public FuturesRateHelper(double price, Date iborStartDate, IborIndex index) {
    this(QuantLibJNI.new_FuturesRateHelper__SWIG_14(price, Date.getCPtr(iborStartDate), iborStartDate, IborIndex.getCPtr(index), index), true);
  }

}
