Home
last modified time | relevance | path

Searched refs:notional_ (Results 1 – 17 of 17) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/ql/cashflows/
H A Dindexedcashflow.hpp53 : notional_(notional), index_(index), in IndexedCashFlow()
62 virtual Real notional() const { return notional_; } in notional()
80 Real notional_; member in QuantLib::IndexedCashFlow
H A Dindexedcashflow.cpp30 return notional_ * (I1 / I0 - 1.0); in amount()
32 return notional_ * (I1 / I0); in amount()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/exoticoptions/
H A Dmceverestengine.cpp27 : notional_(notional), guarantee_(guarantee), discount_(discount) {} in EverestMultiPathPricer()
43 return (1.0 + minYield + guarantee_) * notional_ * discount_; in operator ()()
H A Deverestoption.cpp29 notional_(notional), guarantee_(guarantee) {} in EverestOption()
44 arguments->notional = notional_; in setupArguments()
H A Deverestoption.hpp44 Real notional_; member in QuantLib::EverestOption
H A Dmceverestengine.hpp132 Real notional_; member in QuantLib::EverestMultiPathPricer
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/varianceoption/
H A Dvarianceoption.cpp30 : payoff_(payoff), notional_(notional), in VarianceOption()
39 arguments->notional = notional_; in setupArguments()
H A Dvarianceoption.hpp63 Real notional_; member in QuantLib::VarianceOption
100 return notional_; in notional()
/dports/finance/quantlib/QuantLib-1.20/ql/instruments/
H A Dvarianceswap.hpp73 Real notional_; member in QuantLib::VarianceSwap
124 return notional_; in notional()
H A Dvarianceswap.cpp32 : position_(position), strike_(strike), notional_(notional), in VarianceSwap()
53 arguments->notional = notional_; in setupArguments()
H A Dcreditdefaultswap.cpp48 : side_(side), notional_(notional), upfront_(boost::none), in CreditDefaultSwap()
105 : side_(side), notional_(notional), upfront_(upfront), in CreditDefaultSwap()
158 return notional_; in notional()
205 arguments->notional = notional_; in setupArguments()
H A Dcreditdefaultswap.hpp266 Real notional_; member in QuantLib::CreditDefaultSwap
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/credit/
H A Dinhomogeneouspooldef.hpp96 mutable Real attach_, detach_, notional_, attachAmount_, detachAmount_; member in QuantLib::InhomogeneousPoolLossModel
123 notional_ = basket_->remainingNotional(); in resetModel()
H A Dhomogeneouspooldef.hpp88 mutable Real attach_, detach_, notional_, attachAmount_, detachAmount_; member in QuantLib::HomogeneousPoolLossModel
115 notional_ = basket_->remainingNotional(); in resetModel()
H A Drecursivelossmodel.hpp122 notional_; member in QuantLib::RecursiveLossModel
217 notional_ = basket_->remainingNotional(); in resetModel()
/dports/finance/quantlib/QuantLib-1.20/ql/experimental/inflation/
H A Dyoyoptionlethelpers.hpp53 Real notional_; // get the price level right (e.g. bps = 10,000) member in QuantLib::YoYOptionletHelper
H A Dyoyoptionlethelpers.cpp39 notional_(notional), capFloorType_(capFloorType), lag_(lag), in YoYOptionletHelper()