|
| | FxBsModel (const QuantLib::ext::shared_ptr< FxBsParametrization > ¶metrization) |
| |
| const QuantLib::ext::shared_ptr< Parametrization > | parametrizationBase () const override |
| |
| Handle< Quote > | fxSpotToday () const override |
| |
| Size | n () const override |
| |
| Size | m () const override |
| |
| Array | eulerStep (const Time t0, const Array &x0, const Time dt, const Array &dw, const Real r_dom, const Real r_for) const override |
| |
| virtual const QuantLib::ext::shared_ptr< Parametrization > | parametrizationBase () const =0 |
| |
| virtual Handle< Quote > | fxSpotToday () const =0 |
| |
| virtual Size | n () const =0 |
| |
| virtual Size | m () const =0 |
| |
| virtual Array | eulerStep (const Time t0, const Array &x0, const Time dt, const Array &dw, const Real r_dom, const Real r_for) const =0 |
| |
| | LinkableCalibratedModel () |
| |
| void | update () override |
| |
| virtual void | calibrate (const std::vector< QuantLib::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...
|
| |
| virtual void | calibrate (const std::vector< QuantLib::ext::shared_ptr< BlackCalibrationHelper > > &, 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 >()) |
| | for backward compatibility More...
|
| |
| Real | value (const Array ¶ms, const std::vector< QuantLib::ext::shared_ptr< CalibrationHelper > > &) |
| |
| Real | value (const Array ¶ms, const std::vector< QuantLib::ext::shared_ptr< BlackCalibrationHelper > > &) |
| | for backward compatibility More...
|
| |
| const QuantLib::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) |
| |
| virtual void | setParam (Size idx, const Real value) |
| |
Definition at line 33 of file fxbsmodel.hpp.