![]() QuantLib 0.3.3User manualIntroduction to QuantLibQuantLib componentsReference manual |
LocalVolCurve Class Template Reference#include <localvolcurve.hpp>
Inheritance diagram for LocalVolCurve: ![]() Detailed Descriptiontemplate<class Interpolator1D>
Local volatility curve derived from a Black curve.
|
||||||||||||||||||||||||||||||||||||||||||||||||||
Public Member Functions | |
| LocalVolCurve (const Handle< BlackVarianceCurve< Interpolator1D > > &blackVarianceCurve) | |
| Date | referenceDate () const |
| returns the reference date for which t=0 | |
| DayCounter | dayCounter () const |
| returns the day counter | |
| Date | maxDate () const |
| the latest date for which the term structure can return vols | |
| void | update () |
Protected Member Functions | |
| double | localVolImpl (Time, double, bool extrapolate) const |
|
|
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. |
|
||||||||||||||||
|
The relation
holds, where
can be deduced which is here implemented. Implements LocalVolTermStructure. |
QuantLib.org
|
Hosted by |
Documentation generated by
|