ImpliedTermStructure Class Reference
[Term structures]
#include <ql/TermStructures/impliedtermstructure.hpp>
Inheritance diagram for ImpliedTermStructure:
[legend]List of all members.
Detailed Description
Implied term structure at a given date in the future.
The given date will be the implied reference date.
- Note:
- This term structure will remain linked to the original structure, i.e., any changes in the latter will be reflected in this structure as well.
Member Function Documentation
void update |
( |
|
) |
[virtual] |
|
|
This method must be implemented in derived classes. An instance of Observer does not call this method directly: instead, it will be called by the observables the instance registered with when they need to notify any changes.
Implements Observer. |
|