Uses of Interface
com.opengamma.strata.product.swap.type.FixedFloatSwapConvention
-
Packages that use FixedFloatSwapConvention Package Description com.opengamma.strata.pricer.swaption Calculators for swaptions.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of FixedFloatSwapConvention in com.opengamma.strata.pricer.swaption
Methods in com.opengamma.strata.pricer.swaption that return FixedFloatSwapConvention Modifier and Type Method Description FixedFloatSwapConventionBlackSwaptionExpiryTenorVolatilities. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionNormalSwaptionExpirySimpleMoneynessVolatilities. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionNormalSwaptionExpiryStrikeVolatilities. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionNormalSwaptionExpiryTenorVolatilities. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionSabrParametersSwaptionVolatilities. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionSabrSwaptionDefinition. getConvention()Gets the swap convention that the volatilities are to be used for.FixedFloatSwapConventionSwaptionVolatilities. getConvention()Gets the convention of the swap for which the data is valid.Methods in com.opengamma.strata.pricer.swaption that return types with arguments of type FixedFloatSwapConvention Modifier and Type Method Description org.joda.beans.MetaProperty<FixedFloatSwapConvention>BlackSwaptionExpiryTenorVolatilities.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<FixedFloatSwapConvention>NormalSwaptionExpirySimpleMoneynessVolatilities.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<FixedFloatSwapConvention>NormalSwaptionExpiryStrikeVolatilities.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<FixedFloatSwapConvention>NormalSwaptionExpiryTenorVolatilities.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<FixedFloatSwapConvention>SabrParametersSwaptionVolatilities.Meta. convention()The meta-property for theconventionproperty.org.joda.beans.MetaProperty<FixedFloatSwapConvention>SabrSwaptionDefinition.Meta. convention()The meta-property for theconventionproperty.Methods in com.opengamma.strata.pricer.swaption with parameters of type FixedFloatSwapConvention Modifier and Type Method Description SabrParametersSwaptionVolatilities.BuilderSabrParametersSwaptionVolatilities.Builder. convention(FixedFloatSwapConvention convention)Sets the swap convention that the volatilities are to be used for.static BlackSwaptionExpiryTenorVolatilitiesBlackSwaptionExpiryTenorVolatilities. of(FixedFloatSwapConvention convention, ZonedDateTime valuationDateTime, Surface surface)Obtains an instance from the implied volatility surface and the date-time for which it is valid.static NormalSwaptionExpirySimpleMoneynessVolatilitiesNormalSwaptionExpirySimpleMoneynessVolatilities. of(FixedFloatSwapConvention convention, ZonedDateTime valuationDateTime, Surface surface)Obtains an instance from the implied volatility surface and the date-time for which it is valid.static NormalSwaptionExpiryStrikeVolatilitiesNormalSwaptionExpiryStrikeVolatilities. of(FixedFloatSwapConvention convention, ZonedDateTime valuationDateTime, Surface surface)Obtains an instance from the implied volatility surface and the date-time for which it is valid.static NormalSwaptionExpiryTenorVolatilitiesNormalSwaptionExpiryTenorVolatilities. of(FixedFloatSwapConvention convention, ZonedDateTime valuationDateTime, Surface surface)Obtains an instance from the implied volatility surface and the date-time for which it is valid.static SabrParametersSwaptionVolatilitiesSabrParametersSwaptionVolatilities. of(SwaptionVolatilitiesName name, FixedFloatSwapConvention convention, ZonedDateTime valuationDateTime, SabrInterestRateParameters parameters)Obtains an instance from the SABR model parameters and the date-time for which it is valid.static SabrSwaptionDefinitionSabrSwaptionDefinition. of(SwaptionVolatilitiesName name, FixedFloatSwapConvention convention, DayCount dayCount, SurfaceInterpolator interpolator)Obtains an instance from the name, convention, day count and tenors. -
Uses of FixedFloatSwapConvention in com.opengamma.strata.product.swap.type
Subinterfaces of FixedFloatSwapConvention in com.opengamma.strata.product.swap.type Modifier and Type Interface Description interfaceFixedIborSwapConventionA market convention for Fixed-Ibor swap trades.interfaceFixedOvernightSwapConventionA market convention for Fixed-Overnight swap trades.Classes in com.opengamma.strata.product.swap.type that implement FixedFloatSwapConvention Modifier and Type Class Description classImmutableFixedIborSwapConventionA market convention for Fixed-Ibor swap trades.classImmutableFixedOvernightSwapConventionA market convention for Fixed-Overnight swap trades.Methods in com.opengamma.strata.product.swap.type that return FixedFloatSwapConvention Modifier and Type Method Description FixedFloatSwapConventionFixedFloatSwapTemplate. getConvention()The market convention of the associated swap.static FixedFloatSwapConventionFixedFloatSwapConvention. of(String uniqueName)Obtains an instance from the specified unique name.
-