Uses of Class
net.finmath.marketdata2.model.volatilities.VolatilitySurface.QuotingConvention
-
Packages that use VolatilitySurface.QuotingConvention Package Description net.finmath.marketdata2.model.volatilities Provides interface specification and implementation of volatility surfaces, e.g., interest rate volatility surfaces like (implied) caplet volatilities and swaption volatilities. -
-
Uses of VolatilitySurface.QuotingConvention in net.finmath.marketdata2.model.volatilities
Methods in net.finmath.marketdata2.model.volatilities that return VolatilitySurface.QuotingConvention Modifier and Type Method Description VolatilitySurface.QuotingConventionAbstractVolatilitySurface. getQuotingConvention()VolatilitySurface.QuotingConventionVolatilitySurface. getQuotingConvention()Return the default quoting convention of this surface.static VolatilitySurface.QuotingConventionVolatilitySurface.QuotingConvention. valueOf(String name)Returns the enum constant of this type with the specified name.static VolatilitySurface.QuotingConvention[]VolatilitySurface.QuotingConvention. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.finmath.marketdata2.model.volatilities with parameters of type VolatilitySurface.QuotingConvention Modifier and Type Method Description doubleAbstractVolatilitySurface. convertFromTo(double optionMaturity, double optionStrike, double value, VolatilitySurface.QuotingConvention fromQuotingConvention, VolatilitySurface.QuotingConvention toQuotingConvention)Convert the value of a caplet from one quoting convention to another quoting convention.doubleAbstractVolatilitySurface. convertFromTo(AnalyticModel model, double optionMaturity, double optionStrike, double value, VolatilitySurface.QuotingConvention fromQuotingConvention, VolatilitySurface.QuotingConvention toQuotingConvention)Convert the value of a caplet from one quoting convention to another quoting convention.doubleVolatilitySurface. getValue(double maturity, double strike, VolatilitySurface.QuotingConvention quotingConvention)Returns the price or implied volatility for the corresponding maturity and strike.doubleVolatilitySurface. getValue(AnalyticModel model, double maturity, double strike, VolatilitySurface.QuotingConvention quotingConvention)Returns the price or implied volatility for the corresponding maturity and strike.Constructors in net.finmath.marketdata2.model.volatilities with parameters of type VolatilitySurface.QuotingConvention Constructor Description AbstractVolatilitySurface(String name, LocalDate referenceDate, ForwardCurve forwardCurve, DiscountCurve discountCurve, VolatilitySurface.QuotingConvention quotingConvention, DayCountConvention daycountConvention)
-