quantlib.termstructures.yields.ois_rate_helper.OISRateHelper.from_dates
-
classmethod OISRateHelper.from_dates(cls, Date start_date, Date end_date, Quote fixed_rate, OvernightIndex overnight_index, HandleYieldTermStructure discounting_curve=HandleYieldTermStructure(), bool telescopic_value_dates=False, Integer payment_lag=0, BusinessDayConvention payment_convention=Following, Frequency payment_frequency=Frequency.Annual, Calendar payment_calendar=Calendar(), Spread overnight_spread=0.0, Pillar pillar=Pillar.LastRelevantDate, Date custom_pillar_date=Date(), RateAveraging averaging_method=RateAveraging.Compound, end_of_month=None, fixed_payment_frequency=None, Calendar fixed_calendar=Calendar(), Natural lookback_days=Null[Natural](), Natural lockout_days=0, bool apply_observation_shift=False)