Inflation Index observer.
More...
#include <qle/indexes/inflationindexobserver.hpp>
|
| InflationIndexObserver (const QuantLib::ext::shared_ptr< InflationIndex > &index, const Handle< Quote > "e, const Period &observationLag, const DayCounter &dayCounter=DayCounter()) |
|
void | update () override |
|
Date | maxDate () const override |
|
Inflation Index observer.
Definition at line 31 of file inflationindexobserver.hpp.
◆ InflationIndexObserver()
InflationIndexObserver |
( |
const QuantLib::ext::shared_ptr< InflationIndex > & |
index, |
|
|
const Handle< Quote > & |
quote, |
|
|
const Period & |
observationLag, |
|
|
const DayCounter & |
dayCounter = DayCounter() |
|
) |
| |
◆ update()
◆ maxDate()
◆ setFixing()
Definition at line 49 of file inflationindexobserver.hpp.
49 {
50
51 Date today = Settings::instance().evaluationDate();
53
55 }
QuantLib::Date fixingDate(const QuantLib::Date &d, const QuantLib::Period obsLag, const QuantLib::Frequency freq, bool interpolated)
◆ index_
QuantLib::ext::shared_ptr<InflationIndex> index_ |
|
private |
◆ quote_
◆ observationLag_