Home
last modified time | relevance | path

Searched refs:floatDayCount_ (Results 1 – 8 of 8) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dmakecms.cpp59 floatDayCount_(iborIndex->dayCounter()), in MakeCms()
90 floatDayCount_(iborIndex_->dayCounter()), in MakeCms()
155 .withPaymentDayCounter(floatDayCount_) in operator ext::shared_ptr<Swap>()
172 .withPaymentDayCounter(floatDayCount_) in operator ext::shared_ptr<Swap>()
311 floatDayCount_ = dc; in withFloatingLegDayCount()
H A Dmakevanillaswap.cpp59 floatDayCount_(index->dayCounter()) {} in MakeVanillaSwap()
164 floatSpread_, floatDayCount_); in operator ext::shared_ptr<VanillaSwap>()
186 iborIndex_, floatSpread_, floatDayCount_)); in operator ext::shared_ptr<VanillaSwap>()
352 floatDayCount_ = dc; in withFloatingLegDayCount()
H A Dcpiswap.hpp144 DayCounter floatDayCount_; member in QuantLib::CPISwap
199 inline const DayCounter& CPISwap::floatDayCount() const { return floatDayCount_; } in floatDayCount()
H A Dcpiswap.cpp60 spread_(spread), floatDayCount_(floatDayCount), floatSchedule_(floatSchedule), in CPISwap()
80 .withPaymentDayCounter(floatDayCount_) in CPISwap()
H A Dmakevanillaswap.hpp105 DayCounter fixedDayCount_, floatDayCount_; member in QuantLib::MakeVanillaSwap
H A Dmakecms.hpp112 DayCounter cmsDayCount_, floatDayCount_; member in QuantLib::MakeCms
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Driskyassetswap.cpp203 floatPeriod_(floatPeriod), floatDayCount_(floatDayCount), in AssetSwapHelper()
264 floatDayCount_, in initializeDates()
H A Driskyassetswap.hpp119 DayCounter floatDayCount_; member in QuantLib::AssetSwapHelper