Uses of Interface
net.finmath.marketdata.model.volatility.caplet.tenorconversion.CorrelationProvider
Packages that use CorrelationProvider
Package
Description
Algorithms related to bootstrapping and interpolation of caplet implied volatilities.
Algorithms related to caplet tenor conversion.
-
Uses of CorrelationProvider in net.finmath.marketdata.model.volatility.caplet
Constructors in net.finmath.marketdata.model.volatility.caplet with parameters of type CorrelationProviderModifierConstructorDescriptionCapletVolBootstrapping(CorrelationProvider correlationProvider, CapVolMarketData capVolMarketData, AnalyticModel parsedModel)The constructor of the caplet bootstrapping class. -
Uses of CorrelationProvider in net.finmath.marketdata.model.volatility.caplet.tenorconversion
Classes in net.finmath.marketdata.model.volatility.caplet.tenorconversion that implement CorrelationProviderModifier and TypeClassDescriptionclassThis class implements a correlation provider based on iCap market data.Constructors in net.finmath.marketdata.model.volatility.caplet.tenorconversion with parameters of type CorrelationProviderModifierConstructorDescriptionTenorConverter(CorrelationProvider correlationProvider, int currentTenorInMonths, int newTenorInMonths, double[] capletFixingTimeVectorInYears, double[] strikeVector, double[][] capletVolatilities, CapTenorStructure capTenorStructure, AnalyticModel analyticModel2, String indexForDiscount, String indexOldTenor, String indexNewTenor)The constructor of the tenor conversion class