Lines Matching refs:maturityDate_

65         maturityDate_ = calendar.advance(iborStartDate, lengthInMonths*Months,  in FuturesRateHelper()
67 yearFraction_ = dayCounter.yearFraction(earliestDate_, maturityDate_); in FuturesRateHelper()
68 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
98 maturityDate_ = calendar.advance(iborStartDate, lengthInMonths*Months, in FuturesRateHelper()
100 yearFraction_ = dayCounter.yearFraction(earliestDate_, maturityDate_); in FuturesRateHelper()
101 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
117 maturityDate_ = IMM::nextDate(iborStartDate, false); in FuturesRateHelper()
118 maturityDate_ = IMM::nextDate(maturityDate_, false); in FuturesRateHelper()
119 maturityDate_ = IMM::nextDate(maturityDate_, false); in FuturesRateHelper()
126 maturityDate_ = iborEndDate; in FuturesRateHelper()
134 maturityDate_ = ASX::nextDate(iborStartDate, false); in FuturesRateHelper()
135 maturityDate_ = ASX::nextDate(maturityDate_, false); in FuturesRateHelper()
136 maturityDate_ = ASX::nextDate(maturityDate_, false); in FuturesRateHelper()
143 maturityDate_ = iborEndDate; in FuturesRateHelper()
150 yearFraction_ = dayCounter.yearFraction(earliestDate_, maturityDate_); in FuturesRateHelper()
151 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
171 maturityDate_ = IMM::nextDate(iborStartDate, false); in FuturesRateHelper()
172 maturityDate_ = IMM::nextDate(maturityDate_, false); in FuturesRateHelper()
173 maturityDate_ = IMM::nextDate(maturityDate_, false); in FuturesRateHelper()
180 maturityDate_ = iborEndDate; in FuturesRateHelper()
188 maturityDate_ = ASX::nextDate(iborStartDate, false); in FuturesRateHelper()
189 maturityDate_ = ASX::nextDate(maturityDate_, false); in FuturesRateHelper()
190 maturityDate_ = ASX::nextDate(maturityDate_, false); in FuturesRateHelper()
204 yearFraction_ = dayCounter.yearFraction(earliestDate_, maturityDate_); in FuturesRateHelper()
205 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
228 maturityDate_ = cal.advance(iborStartDate, i->tenor(), in FuturesRateHelper()
231 maturityDate_); in FuturesRateHelper()
232 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
259 maturityDate_ = cal.advance(iborStartDate, i->tenor(), in FuturesRateHelper()
262 maturityDate_); in FuturesRateHelper()
263 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in FuturesRateHelper()
269 termStructure_->discount(maturityDate_) - 1.0) / yearFraction_; in impliedQuote()
360 maturityDate_ = iborIndex_->maturityDate(earliestDate_); in initializeDates()
361 pillarDate_ = latestDate_ = latestRelevantDate_ = maturityDate_; in initializeDates()
590 termStructure_->discount(maturityDate_) - in impliedQuote()
628 maturityDate_ = iborIndex_->fixingCalendar().advance( in initializeDates()
633maturityDate_ = iborIndex_->fixingCalendar().adjust(nthImmDate(spotDate, *immOffsetEnd_)); in initializeDates()
642 latestRelevantDate_ = maturityDate_; in initializeDates()
643 spanningTime_ = iborIndex_->dayCounter().yearFraction(earliestDate_, maturityDate_); in initializeDates()
648 pillarDate_ = maturityDate_; in initializeDates()
844 maturityDate_ = swap_->maturityDate(); in initializeDates()
848 latestRelevantDate_ = std::max(maturityDate_, lastCoupon->fixingEndDate()); in initializeDates()
852 pillarDate_ = maturityDate_; in initializeDates()