bond trs cashflow
More...
#include <qle/cashflows/trscashflow.hpp>
bond trs cashflow
Definition at line 38 of file trscashflow.hpp.
◆ TRSCashFlow()
TRSCashFlow |
( |
const Date & |
paymentDate, |
|
|
const Date & |
fixingStartDate, |
|
|
const Date & |
fixingEndDate, |
|
|
const Real |
notional, |
|
|
const QuantLib::ext::shared_ptr< Index > & |
Index, |
|
|
const Real |
initialPrice = Null<Real>() , |
|
|
const QuantLib::ext::shared_ptr< FxIndex > & |
fxIndex = nullptr |
|
) |
| |
Definition at line 23 of file trscashflow.cpp.
28
30}
QuantLib::ext::shared_ptr< FxIndex > fxIndex_
const QuantLib::ext::shared_ptr< FxIndex > & fxIndex() const
QuantLib::ext::shared_ptr< Index > index_
const QuantLib::ext::shared_ptr< Index > & index() const
const Real initialPrice() const
const Date & fixingEndDate() const
virtual const Real notional() const
const Date & fixingStartDate() const
◆ amount()
◆ date()
◆ fixingStartDate()
const Date & fixingStartDate |
( |
| ) |
const |
◆ fixingEndDate()
const Date & fixingEndDate |
( |
| ) |
const |
◆ notional() [1/2]
virtual const Real notional |
( |
| ) |
const |
|
virtual |
◆ notional() [2/2]
virtual const Real notional |
( |
Date |
date | ) |
const |
|
virtual |
◆ index()
const QuantLib::ext::shared_ptr< Index > & index |
( |
| ) |
const |
◆ initialPrice()
const Real initialPrice |
( |
| ) |
const |
◆ fxIndex()
const QuantLib::ext::shared_ptr< FxIndex > & fxIndex |
( |
| ) |
const |
◆ fxStart()
◆ fxEnd()
◆ assetStart()
Real assetStart |
( |
| ) |
const |
◆ assetEnd()
◆ update()
◆ accept()
void accept |
( |
AcyclicVisitor & |
v | ) |
|
|
overridevirtual |
Definition at line 36 of file trscashflow.cpp.
36 {
37 Visitor<TRSCashFlow>* v1 = dynamic_cast<Visitor<TRSCashFlow>*>(&v);
38 if (v1 != 0)
39 v1->visit(*this);
40 else
41 CashFlow::accept(v);
42}
◆ paymentDate_
◆ fixingStartDate_
◆ fixingEndDate_
◆ notional_
◆ index_
QuantLib::ext::shared_ptr<Index> index_ |
|
protected |
◆ initialPrice_
Real initialPrice_ = QuantLib::Null<Real>() |
|
protected |
◆ fxIndex_
QuantLib::ext::shared_ptr<FxIndex> fxIndex_ |
|
protected |