|
| | Gsr (const Handle< YieldTermStructure > &termStructure, std::vector< Date > volstepdates, const std::vector< Real > &volatilities, Real reversion, Real T=60.0) |
| |
| | Gsr (const Handle< YieldTermStructure > &termStructure, std::vector< Date > volstepdates, const std::vector< Real > &volatilities, const std::vector< Real > &reversions, Real T=60.0) |
| |
| | Gsr (const Handle< YieldTermStructure > &termStructure, std::vector< Date > volstepdates, std::vector< Handle< Quote > > volatilities, const Handle< Quote > &reversion, Real T=60.0) |
| |
| | Gsr (const Handle< YieldTermStructure > &termStructure, std::vector< Date > volstepdates, std::vector< Handle< Quote > > volatilities, std::vector< Handle< Quote > > reversions, Real T=60.0) |
| |
| Real | numeraireTime () const |
| |
| void | numeraireTime (Real T) |
| |
| const Array & | reversion () const |
| |
| const Array & | volatility () const |
| |
| std::vector< bool > | FixedReversions () |
| |
| std::vector< bool > | FixedVolatilities () |
| |
| std::vector< bool > | MoveVolatility (Size i) |
| |
| std::vector< bool > | MoveReversion (Size i) |
| |
| void | calibrateVolatilitiesIterative (const std::vector< ext::shared_ptr< BlackCalibrationHelper > > &helpers, OptimizationMethod &method, const EndCriteria &endCriteria, const Constraint &constraint=Constraint(), const std::vector< Real > &weights=std::vector< Real >()) |
| |
| void | calibrateReversionsIterative (const std::vector< ext::shared_ptr< BlackCalibrationHelper > > &helpers, OptimizationMethod &method, const EndCriteria &endCriteria, const Constraint &constraint=Constraint(), const std::vector< Real > &weights=std::vector< Real >()) |
| |
| ext::shared_ptr< StochasticProcess1D > | stateProcess () const |
| |
| Real | numeraire (Time t, Real y=0.0, const Handle< YieldTermStructure > &yts=Handle< YieldTermStructure >()) const |
| |
| Real | zerobond (Time T, Time t=0.0, Real y=0.0, const Handle< YieldTermStructure > &yts=Handle< YieldTermStructure >()) const |
| |
| Real | numeraire (const Date &referenceDate, Real y=0.0, const Handle< YieldTermStructure > &yts=Handle< YieldTermStructure >()) const |
| |
| Real | zerobond (const Date &maturity, const Date &referenceDate=Date(), Real y=0.0, const Handle< YieldTermStructure > &yts=Handle< YieldTermStructure >()) const |
| |
| Real | zerobondOption (const Option::Type &type, const Date &expiry, const Date &valueDate, const Date &maturity, Rate strike, const Date &referenceDate=Date(), Real y=0.0, const Handle< YieldTermStructure > &yts=Handle< YieldTermStructure >(), Real yStdDevs=7.0, Size yGridPoints=64, bool extrapolatePayoff=true, bool flatPayoffExtrapolation=false) const |
| |
| Real | forwardRate (const Date &fixing, const Date &referenceDate=Date(), Real y=0.0, const ext::shared_ptr< IborIndex > &iborIdx=ext::shared_ptr< IborIndex >()) const |
| |
| Real | swapRate (const Date &fixing, const Period &tenor, const Date &referenceDate=Date(), Real y=0.0, const ext::shared_ptr< SwapIndex > &swapIdx=ext::shared_ptr< SwapIndex >()) const |
| |
| Real | swapAnnuity (const Date &fixing, const Period &tenor, const Date &referenceDate=Date(), Real y=0.0, const ext::shared_ptr< SwapIndex > &swapIdx=ext::shared_ptr< SwapIndex >()) const |
| |
| Array | yGrid (Real yStdDevs, int gridPoints, Real T=1.0, Real t=0, Real y=0) const |
| |
| | TermStructureConsistentModel (Handle< YieldTermStructure > termStructure) |
| |
| const Handle< YieldTermStructure > & | termStructure () const |
| |
| | Observable ()=default |
| |
| | Observable (const Observable &) |
| |
| Observable & | operator= (const Observable &) |
| |
| | Observable (Observable &&)=delete |
| |
| Observable & | operator= (Observable &&)=delete |
| |
| virtual | ~Observable ()=default |
| |
| void | notifyObservers () |
| |
| | LazyObject () |
| |
| | ~LazyObject () override=default |
| |
| void | update () override |
| |
| bool | isCalculated () const |
| |
| void | forwardFirstNotificationOnly () |
| |
| void | alwaysForwardNotifications () |
| |
| void | recalculate () |
| |
| void | freeze () |
| |
| void | unfreeze () |
| |
| | Observer ()=default |
| |
| | Observer (const Observer &) |
| |
| Observer & | operator= (const Observer &) |
| |
| virtual | ~Observer () |
| |
| std::pair< iterator, bool > | registerWith (const ext::shared_ptr< Observable > &) |
| |
| void | registerWithObservables (const ext::shared_ptr< Observer > &) |
| |
| Size | unregisterWith (const ext::shared_ptr< Observable > &) |
| |
| void | unregisterWithAll () |
| |
| virtual void | update ()=0 |
| |
| virtual void | deepUpdate () |
| |
| | CalibratedModel (Size nArguments) |
| |
| void | update () override |
| |
| virtual void | calibrate (const std::vector< ext::shared_ptr< CalibrationHelper > > &, OptimizationMethod &method, const EndCriteria &endCriteria, const Constraint &constraint=Constraint(), const std::vector< Real > &weights=std::vector< Real >(), const std::vector< bool > &fixParameters=std::vector< bool >()) |
| | Calibrate to a set of market instruments (usually caps/swaptions) More...
|
| |
| Real | value (const Array ¶ms, const std::vector< ext::shared_ptr< CalibrationHelper > > &) |
| |
| const ext::shared_ptr< Constraint > & | constraint () const |
| |
| EndCriteria::Type | endCriteria () const |
| | Returns end criteria result. More...
|
| |
| const Array & | problemValues () const |
| | Returns the problem values. More...
|
| |
| Array | params () const |
| | Returns array of arguments on which calibration is done. More...
|
| |
| virtual void | setParams (const Array ¶ms) |
| |
| Integer | functionEvaluation () const |
| |
One factor gsr model, formulation is in forward measure.
Definition at line 34 of file gsr.hpp.