Uses of Interface
net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel
-
Packages that use LIBORModelMonteCarloSimulationModel Package Description net.finmath.marketdata2.model.curves Provides interface specification and implementation of curves, e.g., interest rate curves like discount curves and forward curves.net.finmath.modelling.productfactory Provides classes to build products from descriptors.net.finmath.montecarlo.hybridassetinterestrate Provides interfaces and classes needed to generate a Hybrid Asset LIBOR Market Model.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 Provides classes needed to generate a LIBOR market model (using numerical algorithms fromnet.finmath.montecarlo.process.net.finmath.montecarlo.interestrate.models Interest rate models implementingProcessModele.g.net.finmath.montecarlo.interestrate.products Provides classes which implement financial products which may be valued using anet.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel.net.finmath.montecarlo.interestrate.products.components Provides a set product components which allow to build financial products by composition.net.finmath.montecarlo.interestrate.products.indices Provides a set of indices which can be used as part of a period. -
-
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.marketdata2.model.curves
Methods in net.finmath.marketdata2.model.curves with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description static DiscountCurveInterfaceDiscountCurveInterpolation. createDiscountCurveFromMonteCarloLiborModel(String forwardCurveName, LIBORModelMonteCarloSimulationModel model, double startTime)Create a discount curve from forwards given by a LIBORMonteCarloModel.static ForwardCurveInterpolationForwardCurveInterpolation. createForwardCurveFromMonteCarloLiborModel(String name, LIBORModelMonteCarloSimulationModel model, double startTime)Create a forward curve from forwards given by a LIBORMonteCarloModel.static RandomVariable[]DiscountCurveInterpolation. createZeroRates(double time, double[] maturities, LIBORModelMonteCarloSimulationModel model) -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.modelling.productfactory
Methods in net.finmath.modelling.productfactory with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description RandomVariableInterestRateMonteCarloProductFactory.SwapMonteCarlo. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableInterestRateMonteCarloProductFactory.SwaptionPhysicalMonteCarlo. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model) -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate
Subinterfaces of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate Modifier and Type Interface Description interfaceHybridAssetLIBORModelMonteCarloSimulationBasic interface which has to be implemented by Monte Carlo models for hybrid processes.Classes in net.finmath.montecarlo.hybridassetinterestrate that implement LIBORModelMonteCarloSimulationModel Modifier and Type Class Description classHybridAssetLIBORModelMonteCarloSimulationFromModelsAn Equity Hybrid LIBOR Market Model composed of an object implementingLIBORModelMonteCarloSimulationModelproviding the interest rate simulation and the numeraire and an object implementingAssetModelMonteCarloSimulationModelproviding the asset simulation.Methods in net.finmath.montecarlo.hybridassetinterestrate that return LIBORModelMonteCarloSimulationModel Modifier and Type Method Description LIBORModelMonteCarloSimulationModelCrossCurrencyLIBORMarketModelFromModels. getBaseModel()Methods in net.finmath.montecarlo.hybridassetinterestrate with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description HybridAssetLIBORModelMonteCarloSimulationModelFactory. getHybridAssetLIBORModel(LIBORModelMonteCarloSimulationModel baseModel, BrownianMotion brownianMotion, double[] initialValues, double riskFreeRate, double[][] correlations, double[] maturities, double[] strikes, double[] volatilities, DiscountCurve discountCurve)Create a simple equity hybrid LIBOR market model with a calibration of the equity processes to a given Black-Scholes implied volatility.Constructors in net.finmath.montecarlo.hybridassetinterestrate with parameters of type LIBORModelMonteCarloSimulationModel Constructor Description HybridAssetLIBORModelMonteCarloSimulationFromModels(LIBORModelMonteCarloSimulationModel liborSimulation, AssetModelMonteCarloSimulationModel assetSimulation)HybridAssetLIBORModelMonteCarloSimulationFromModels(LIBORModelMonteCarloSimulationModel liborSimulation, AssetModelMonteCarloSimulationModel assetSimulation, DiscountCurve discountCurve)Create an Equity Hybrid LIBOR Market Model composed of an object implementingLIBORModelMonteCarloSimulationModelproviding the interest rate simulation and the numeraire and an object implementingAssetModelMonteCarloSimulationModelproviding the asset simulation.Constructor parameters in net.finmath.montecarlo.hybridassetinterestrate with type arguments of type LIBORModelMonteCarloSimulationModel Constructor Description CrossCurrencyLIBORMarketModelFromModels(String baseModel, Map<String,LIBORModelMonteCarloSimulationModel> interestRatesModels, Map<String,MonteCarloProcessFromProcessModel> fxModels)Create a Cross Currency LIBOR Market Model with Black-Scholes FX Model. -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.hybridassetinterestrate.products
Methods in net.finmath.montecarlo.hybridassetinterestrate.products with parameters of type LIBORModelMonteCarloSimulationModel 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 LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.interestrate
Classes in net.finmath.montecarlo.interestrate that implement LIBORModelMonteCarloSimulationModel Modifier and Type Class Description classLIBORMonteCarloSimulationFromLIBORModelImplements convenient methods for a LIBOR market model, based on a givenLIBORModelmodel (e.g.classLIBORMonteCarloSimulationFromTermStructureModelImplements convenient methods for a LIBOR market model, based on a givenLIBORMarketModelFromCovarianceModelmodel andAbstractLogNormalProcessprocess.Methods in net.finmath.montecarlo.interestrate that return LIBORModelMonteCarloSimulationModel Modifier and Type Method Description LIBORModelMonteCarloSimulationModelLIBORMonteCarloSimulationFromLIBORModel. getCloneWithModifiedData(String entityKey, Object dataModified)Create a clone of this simulation modifying one of its properties (if any).LIBORModelMonteCarloSimulationModelLIBORMonteCarloSimulationFromLIBORModel. getCloneWithModifiedData(Map<String,Object> dataModified)LIBORModelMonteCarloSimulationModelLIBORMonteCarloSimulationFromTermStructureModel. getCloneWithModifiedData(Map<String,Object> dataModified) -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.interestrate.models
Methods in net.finmath.montecarlo.interestrate.models with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description RandomVariableFundingCapacity. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model) -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.interestrate.products
Methods in net.finmath.montecarlo.interestrate.products with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description RandomVariable[]BermudanSwaption. getBasisFunctions(double fixingDate, LIBORModelMonteCarloSimulationModel model)Return the basis functions for the regression suitable for this product.RandomVariable[]BermudanSwaptionFromSwapSchedules. getBasisFunctions(double evaluationTime, LIBORModelMonteCarloSimulationModel model)Provides a set of \( \mathcal{F}_{t} \)-measurable random variables which can serve as regression basis functions.ConditionalExpectationEstimatorBermudanSwaption. getConditionalExpectationEstimator(double fixingDate, LIBORModelMonteCarloSimulationModel model)Return the conditional expectation estimator suitable for this product.ConditionalExpectationEstimatorBermudanSwaptionFromSwapSchedules. getConditionalExpectationEstimator(double exerciseTime, LIBORModelMonteCarloSimulationModel model)The conditional expectation is calculated using a Monte-Carlo regression technique.RandomVariableSwaption. getExerciseIndicator(LIBORModelMonteCarloSimulationModel model)Deprecated.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.abstract RandomVariableAbstractLIBORMonteCarloProduct. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableBermudanSwaption. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableBermudanSwaptionFromSwapSchedules. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableBond. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableCancelableSwap. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableCaplet. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableCMSOption. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableDigitalCaplet. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableDigitalFloorlet. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableFlexiCap. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableForwardRateVolatilitySurfaceCurvature. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableLIBORBond. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableMoneyMarketAccount. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariablePortfolio. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSimpleCappedFlooredFloatingRateBond. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSimpleSwap. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSimpleZeroSwap. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSwap. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwapLeg. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwapLegWithFundingProvider. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaption. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSwaptionAnalyticApproximation. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionAnalyticApproximationRebonato. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionATM. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionFromSwapSchedules. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionGeneralizedAnalyticApproximation. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionSimple. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSwaptionSingleCurve. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSwaptionSingleCurveAnalyticApproximation. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableSwaptionWithComponents. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSwapWithComponents. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableTermStructureMonteCarloProduct. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.static RandomVariableSwaptionFromSwapSchedules. getValueOfLegAnalytic(double evaluationTime, LIBORModelMonteCarloSimulationModel model, Schedule schedule, boolean paysFloatingRate, double fixRate, double notional)Determines the time \( t \)-measurable value of a swap leg (can handle fix or float).Map<String,Object>AbstractLIBORMonteCarloProduct. getValues(double evaluationTime, LIBORModelMonteCarloSimulationModel model)Map<String,Object>BermudanSwaption. getValues(double evaluationTime, LIBORModelMonteCarloSimulationModel model)Map<String,Object>BermudanSwaptionFromSwapSchedules. getValues(double evaluationTime, LIBORModelMonteCarloSimulationModel model)Map<String,Object>TermStructureMonteCarloProduct. getValues(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the valuation of the product within the specified model, evaluated at a given evalutationTime. -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.interestrate.products.components
Methods in net.finmath.montecarlo.interestrate.products.components with parameters of type LIBORModelMonteCarloSimulationModel Modifier and Type Method Description RandomVariable[]Option. getBasisFunctions(double exerciseDate, LIBORModelMonteCarloSimulationModel model)Return the regression basis functions.abstract RandomVariableAbstractPeriod. getCoupon(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariablePeriod. getCoupon(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableAccruingNotional. getNotionalAtPeriodEnd(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)RandomVariableNotional. getNotionalAtPeriodEnd(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)Calculates the notional at the end of a period, given a period.RandomVariableNotionalFromComponent. getNotionalAtPeriodEnd(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)RandomVariableNotionalFromConstant. getNotionalAtPeriodEnd(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)RandomVariableAccruingNotional. getNotionalAtPeriodStart(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)RandomVariableNotional. getNotionalAtPeriodStart(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)Calculates the notional at the start of a period, given a period.RandomVariableNotionalFromComponent. getNotionalAtPeriodStart(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)RandomVariableNotionalFromConstant. getNotionalAtPeriodStart(AbstractPeriod period, LIBORModelMonteCarloSimulationModel model)abstract RandomVariableAbstractPeriod. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableAccrualAccount. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)RandomVariableCashflow. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableChoice. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableExpectedTailLoss. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableExposureEstimator. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableIndexedValue. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableNumeraire. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableOption. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariablePeriod. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableProductCollection. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.RandomVariableSelector. getValue(double evaluationTime, LIBORModelMonteCarloSimulationModel model)This method returns the value random variable of the product within the specified model, evaluated at a given evalutationTime.Map<String,Object>AbstractProductComponent. getValues(double evaluationTime, LIBORModelMonteCarloSimulationModel model) -
Uses of LIBORModelMonteCarloSimulationModel in net.finmath.montecarlo.interestrate.products.indices
-