Uses of Class
net.finmath.montecarlo.interestrate.models.HullWhiteModel
-
Packages that use HullWhiteModel Package Description net.finmath.montecarlo.interestrate.models Interest rate models implementingProcessModele.g. -
-
Uses of HullWhiteModel in net.finmath.montecarlo.interestrate.models
Methods in net.finmath.montecarlo.interestrate.models that return HullWhiteModel Modifier and Type Method Description HullWhiteModelHullWhiteModel. getCloneWithModifiedVolatilityModel(ShortRateVolatilityModel volatilityModel)static HullWhiteModelHullWhiteModel. of(RandomVariableFactory randomVariableFactory, TimeDiscretization liborPeriodDiscretization, AnalyticModel analyticModel, ForwardCurve forwardRateCurve, DiscountCurve discountCurve, ShortRateVolatilityModel volatilityModel, CalibrationProduct[] calibrationProducts, Map<String,Object> properties)Creates a Hull-White model which implementsLIBORMarketModel.
-