Home
last modified time | relevance | path

Searched defs:fixedLeg (Results 1 – 19 of 19) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/experimental/callablebonds/
H A Dblackcallablebondengine.cpp81 Leg fixedLeg = arguments_.cashflows; in forwardPriceVolatility() local
137 Leg fixedLeg = arguments_.cashflows; in calculate() local
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/swaptions/
H A Dhaganirregularswaptionengine.cpp55 const Leg& fixedLeg = swap_->fixedLeg(); in Basket() local
251 Leg fixedLeg = swap_->fixedLeg(); in calculate() local
H A Dirregularswap.hpp124 inline const Leg& IrregularSwap::fixedLeg() const { in fixedLeg() function in QuantLib::IrregularSwap
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dovernightindexedswap.hpp83 const Leg& fixedLeg() const { return legs_[0]; } in fixedLeg() function in QuantLib::OvernightIndexedSwap
H A Dzerocouponinflationswap.cpp170 const Leg& ZeroCouponInflationSwap::fixedLeg() const { in fixedLeg() function in QuantLib::ZeroCouponInflationSwap
H A Dyearonyearinflationswap.cpp57 Leg fixedLeg = FixedRateLeg(fixedSchedule_) in YearOnYearInflationSwap() local
H A Dvanillaswap.hpp209 inline const Leg& VanillaSwap::fixedLeg() const { in fixedLeg() function in QuantLib::VanillaSwap
H A Dyearonyearinflationswap.hpp198 inline const Leg& YearOnYearInflationSwap::fixedLeg() const { in fixedLeg() function in QuantLib::YearOnYearInflationSwap
H A Dnonstandardswap.hpp224 inline const Leg &NonstandardSwap::fixedLeg() const { return legs_[0]; } in fixedLeg() function in QuantLib::NonstandardSwap
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/basismodels/
H A Dswaptioncfs.hpp66 inline const Leg& fixedLeg() const { return fixedLeg_; } in fixedLeg() function in QuantLib::SwapCashFlows
H A Dswaptioncfs.cpp99 Leg fixedLeg = swap->fixedLeg(); in SwapCashFlows() local
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/averageois/
H A Darithmeticaverageois.hpp78 const Leg& fixedLeg() const { return legs_[0]; } in fixedLeg() function in QuantLib::ArithmeticAverageOIS
/dports/finance/quantlib/QuantLib-1.20/ql/models/shortrate/calibrationhelpers/
H A Dcaphelper.cpp131 Leg fixedLeg = FixedRateLeg(fixedSchedule) in performCalculations() local
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dcapflooredcoupon.cpp210 Leg fixedLeg = in testLargeRates() local
260 Leg fixedLeg = in testDecomposition() local
H A Dswap.cpp270 Leg fixedLeg = FixedRateLeg(schedule) in testInArrears() local
H A Dbasismodels.cpp211 Real fixedLeg = 0.0; in testSwaptioncfs() local
H A Dinflationcapflooredcoupon.cpp402 Leg fixedLeg = in testDecomposition() local
/dports/finance/quantlib/QuantLib-1.20/ql/pricingengines/swaption/
H A Dblackswaptionengine.hpp227 const Leg& fixedLeg = swap.fixedLeg(); in calculate() local
/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dconundrumpricer.cpp597 const Leg& fixedLeg(swap->fixedLeg()); in GFunctionExactYield() local
698 const Leg& fixedLeg(swap->fixedLeg()); in GFunctionWithShifts() local