#include <qle/models/blackscholesmodelwrapper.hpp>
◆ BlackScholesModelWrapper() [1/2]
◆ BlackScholesModelWrapper() [2/2]
BlackScholesModelWrapper |
( |
const std::vector< QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > > & |
processes, |
|
|
const std::set< Date > & |
effectiveSimulationDates, |
|
|
const TimeGrid & |
discretisationTimeGrid |
|
) |
| |
Definition at line 39 of file blackscholesmodelwrapper.hpp.
const std::vector< QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > > & processes() const
const std::set< Date > effectiveSimulationDates_
const TimeGrid discretisationTimeGrid_
const TimeGrid & discretisationTimeGrid() const
const std::set< Date > & effectiveSimulationDates() const
const std::vector< QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > > processes_
◆ processes()
const std::vector< QuantLib::ext::shared_ptr< GeneralizedBlackScholesProcess > > & processes |
( |
| ) |
const |
◆ effectiveSimulationDates()
const std::set< Date > & effectiveSimulationDates |
( |
| ) |
const |
◆ discretisationTimeGrid()
const TimeGrid & discretisationTimeGrid |
( |
| ) |
const |
◆ update()
◆ processes_
const std::vector<QuantLib::ext::shared_ptr<GeneralizedBlackScholesProcess> > processes_ |
|
private |
◆ effectiveSimulationDates_
const std::set<Date> effectiveSimulationDates_ |
|
private |
◆ discretisationTimeGrid_
const TimeGrid discretisationTimeGrid_ |
|
private |