Logo
Reference manual - version qle_version
Public Member Functions | List of all members
VanillaCrossCurrencySwap Class Reference

Vanilla cross currency interest rate swap. More...

#include <qle/instruments/currencyswap.hpp>

+ Inheritance diagram for VanillaCrossCurrencySwap:

Public Member Functions

 VanillaCrossCurrencySwap (bool payFixed, Currency fixedCcy, Real fixedNominal, const Schedule &fixedSchedule, Rate fixedRate, const DayCounter &fixedDayCount, Currency floatCcy, Real floatNominal, const Schedule &floatSchedule, const boost::shared_ptr< IborIndex > &iborIndex, Rate floatSpread, boost::optional< BusinessDayConvention > paymentConvention=boost::none, const bool isPhysicallySettled=true, const bool isResettable=false)
 
- Public Member Functions inherited from CurrencySwap
void alwaysForwardNotifications () override
 
void deepUpdate () override
 
Date startDate () const
 
Date maturityDate () const
 
Real legBPS (Size j) const
 
Real legNPV (Size j) const
 
Real inCcyLegBPS (Size j) const
 
Real inCcyLegNPV (Size j) const
 
DiscountFactor startDiscounts (Size j) const
 
DiscountFactor endDiscounts (Size j) const
 
DiscountFactor npvDateDiscount () const
 
const Leg & leg (Size j) const
 
const Currency & legCurrency (Size j) const
 
std::vector< Leg > legs ()
 
std::vector< Currency > currencies ()
 
bool isExpired () const override
 
void setupArguments (PricingEngine::arguments *) const override
 
void fetchResults (const PricingEngine::results *) const override
 
 CurrencySwap (const std::vector< Leg > &legs, const std::vector< bool > &payer, const std::vector< Currency > &currency, const bool isPhysicallySettled=true, const bool isResettable=false)
 

Additional Inherited Members

- Protected Member Functions inherited from CurrencySwap
void setupExpired () const override
 
 CurrencySwap (Size legs)
 
- Protected Attributes inherited from CurrencySwap
std::vector< Leg > legs_
 
std::vector< Real > payer_
 
std::vector< Currency > currency_
 
bool isPhysicallySettled_
 
bool isResettable_
 
std::vector< Real > legNPV_
 
std::vector< Real > inCcyLegNPV_
 
std::vector< Real > legBPS_
 
std::vector< Real > inCcyLegBPS_
 
std::vector< DiscountFactor > startDiscounts_
 
std::vector< DiscountFactor > endDiscounts_
 
DiscountFactor npvDateDiscount_
 

Detailed Description

Vanilla cross currency interest rate swap.

Specialised CurrencySwap: Two currencies, fixed vs. floating, constant notionals, rate and spread.

\ingroup instruments{