|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Rate helper for bootstrapping over market-to-market cross-currency basis swaps. More...
#include <crosscurrencyratehelpers.hpp>
Inheritance diagram for MtMCrossCurrencyBasisSwapRateHelper:
Collaboration diagram for MtMCrossCurrencyBasisSwapRateHelper:Public Member Functions | |
| MtMCrossCurrencyBasisSwapRateHelper (const Handle< Quote > &basis, const Period &tenor, Natural fixingDays, const Calendar &calendar, BusinessDayConvention convention, bool endOfMonth, const ext::shared_ptr< IborIndex > &baseCurrencyIndex, const ext::shared_ptr< IborIndex > "eCurrencyIndex, const Handle< YieldTermStructure > &collateralCurve, bool isFxBaseCurrencyCollateralCurrency, bool isBasisOnFxBaseCurrencyLeg, bool isFxBaseCurrencyLegResettable, Frequency paymentFrequency=NoFrequency, Integer paymentLag=0) | |
RateHelper interface | |
| Real | impliedQuote () const override |
Public Member Functions inherited from CrossCurrencyBasisSwapRateHelperBase | |
| void | setTermStructure (YieldTermStructure *) override |
Public Member Functions inherited from RelativeDateBootstrapHelper< TS > | |
| RelativeDateBootstrapHelper (const std::variant< Spread, Handle< Quote > > "e, bool updateDates=true) | |
| void | update () override |
Public Member Functions inherited from BootstrapHelper< TS > | |
| BootstrapHelper (const std::variant< Spread, Handle< Quote > > "e) | |
| ~BootstrapHelper () override=default | |
| const Handle< Quote > & | quote () const |
| Real | quoteError () const |
| virtual void | setTermStructure (TS *) |
| sets the term structure to be used for pricing More... | |
| virtual Date | earliestDate () const |
| earliest relevant date More... | |
| virtual Date | maturityDate () const |
| instrument's maturity date More... | |
| virtual Date | latestRelevantDate () const |
| latest relevant date More... | |
| virtual Date | pillarDate () const |
| pillar date More... | |
| virtual Date | latestDate () const |
| latest date More... | |
Public Member Functions inherited from Observer | |
| Observer ()=default | |
| Observer (const Observer &) | |
| Observer & | operator= (const Observer &) |
| virtual | ~Observer () |
| std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
| void | registerWithObservables (const ext::shared_ptr< Observer > &) |
| Size | unregisterWith (const ext::shared_ptr< Observable > &) |
| void | unregisterWithAll () |
| virtual void | update ()=0 |
| virtual void | deepUpdate () |
Public Member Functions inherited from Observable | |
| Observable ()=default | |
| Observable (const Observable &) | |
| Observable & | operator= (const Observable &) |
| Observable (Observable &&)=delete | |
| Observable & | operator= (Observable &&)=delete |
| virtual | ~Observable ()=default |
| void | notifyObservers () |
Visitability | |
| bool | isFxBaseCurrencyLegResettable_ |
| void | accept (AcyclicVisitor &) override |
Rate helper for bootstrapping over market-to-market cross-currency basis swaps.
Helper for a cross currency swap with resetting notional. This means that at each interest payment the notional on the MtM leg is being reset to reflect the changes in the FX rate - reducing the counterparty and FX risk of the structure.
For more details see: N. Moreni, A. Pallavicini (2015) FX Modelling in Collateralized Markets: foreign measures, basis curves and pricing formulae.
Definition at line 141 of file crosscurrencyratehelpers.hpp.
| MtMCrossCurrencyBasisSwapRateHelper | ( | const Handle< Quote > & | basis, |
| const Period & | tenor, | ||
| Natural | fixingDays, | ||
| const Calendar & | calendar, | ||
| BusinessDayConvention | convention, | ||
| bool | endOfMonth, | ||
| const ext::shared_ptr< IborIndex > & | baseCurrencyIndex, | ||
| const ext::shared_ptr< IborIndex > & | quoteCurrencyIndex, | ||
| const Handle< YieldTermStructure > & | collateralCurve, | ||
| bool | isFxBaseCurrencyCollateralCurrency, | ||
| bool | isBasisOnFxBaseCurrencyLeg, | ||
| bool | isFxBaseCurrencyLegResettable, | ||
| Frequency | paymentFrequency = NoFrequency, |
||
| Integer | paymentLag = 0 |
||
| ) |
Definition at line 305 of file crosscurrencyratehelpers.cpp.
|
overridevirtual |
Implements BootstrapHelper< TS >.
Definition at line 335 of file crosscurrencyratehelpers.cpp.
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from BootstrapHelper< TS >.
Definition at line 359 of file crosscurrencyratehelpers.cpp.
Here is the call graph for this function:
|
private |
Definition at line 166 of file crosscurrencyratehelpers.hpp.