Uses of Interface
net.finmath.montecarlo.process.component.factordrift.FactorDrift
-
Packages that use FactorDrift Package Description net.finmath.montecarlo.hybridassetinterestrate.products Provides classes which implement financial products which may be valued using anet.finmath.montecarlo.hybridassetinterestrate.HybridAssetLIBORModelMonteCarloSimulation.net.finmath.montecarlo.interestrate.products Provides classes which implement financial products which may be valued using anet.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel. -
-
Uses of FactorDrift in net.finmath.montecarlo.hybridassetinterestrate.products
Methods in net.finmath.montecarlo.hybridassetinterestrate.products that return FactorDrift Modifier and Type Method Description FactorDriftHybridAssetMonteCarloProduct. getFactorDrift(LIBORModelMonteCarloSimulationModel referenceScheme, LIBORModelMonteCarloSimulationModel targetScheme)Overwrite this method if the product supplies a custom FactorDriftInterface to be used in proxy simulation. -
Uses of FactorDrift in net.finmath.montecarlo.interestrate.products
Methods in net.finmath.montecarlo.interestrate.products that return FactorDrift Modifier and Type Method Description FactorDriftAbstractLIBORMonteCarloProduct. getFactorDrift(LIBORModelMonteCarloSimulationModel referenceScheme, LIBORModelMonteCarloSimulationModel targetScheme)FactorDriftTermStructureMonteCarloProduct. getFactorDrift(LIBORModelMonteCarloSimulationModel referenceScheme, LIBORModelMonteCarloSimulationModel targetScheme)Overwrite this method if the product supplies a custom FactorDriftInterface to be used in proxy simulation.
-