#include <qle/cashflows/fxlinkedcashflow.hpp>
Definition at line 56 of file fxlinkedcashflow.hpp.
◆ AverageFXLinked()
AverageFXLinked |
( |
const std::vector< Date > & |
fixingDates, |
|
|
Real |
foreignAmount, |
|
|
QuantLib::ext::shared_ptr< FxIndex > |
fxIndex, |
|
|
const bool |
inverted = false |
|
) |
| |
Definition at line 27 of file fxlinkedcashflow.cpp.
std::vector< Date > fxFixingDates_
QuantLib::ext::shared_ptr< FxIndex > fxIndex_
const QuantLib::ext::shared_ptr< FxIndex > & fxIndex() const
const std::vector< Date > & fxFixingDates() const
Real foreignAmount() const
◆ ~AverageFXLinked()
◆ fxFixingDates()
const std::vector< Date > & fxFixingDates |
( |
| ) |
const |
◆ foreignAmount()
Real foreignAmount |
( |
| ) |
const |
◆ fxIndex()
const QuantLib::ext::shared_ptr< FxIndex > & fxIndex |
( |
| ) |
const |
◆ fxRate()
◆ clone()
◆ fxFixingDates_
std::vector<Date> fxFixingDates_ |
|
protected |
◆ foreignAmount_
◆ fxIndex_
QuantLib::ext::shared_ptr<FxIndex> fxIndex_ |
|
protected |
◆ inverted_