Uses of Interface
com.opengamma.strata.product.swap.type.FixedFloatSwapTemplate
-
Packages that use FixedFloatSwapTemplate Package Description com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of FixedFloatSwapTemplate in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FixedFloatSwapTemplate Modifier and Type Method Description FixedFloatSwapTemplateImmutableSwapIndex. getTemplate()Gets the template for creating a Fixed-Ibor or Fixed-Overnight swap.FixedFloatSwapTemplateSwapIndex. getTemplate()Gets the template for creating Fixed-Float swap.Methods in com.opengamma.strata.product.swap that return types with arguments of type FixedFloatSwapTemplate Modifier and Type Method Description org.joda.beans.MetaProperty<FixedFloatSwapTemplate>ImmutableSwapIndex.Meta. template()The meta-property for thetemplateproperty.Methods in com.opengamma.strata.product.swap with parameters of type FixedFloatSwapTemplate Modifier and Type Method Description static ImmutableSwapIndexImmutableSwapIndex. of(String name, LocalTime fixingTime, ZoneId fixingZone, FixedFloatSwapTemplate template)Obtains an instance from the specified name, time and template.ImmutableSwapIndex.BuilderImmutableSwapIndex.Builder. template(FixedFloatSwapTemplate template)Sets the template for creating a Fixed-Ibor or Fixed-Overnight swap. -
Uses of FixedFloatSwapTemplate in com.opengamma.strata.product.swap.type
Classes in com.opengamma.strata.product.swap.type that implement FixedFloatSwapTemplate Modifier and Type Class Description classFixedIborSwapTemplateA template for creating Fixed-Ibor swap trades.classFixedOvernightSwapTemplateA template for creating Fixed-Overnight swap trades.Methods in com.opengamma.strata.product.swap.type that return FixedFloatSwapTemplate Modifier and Type Method Description FixedFloatSwapTemplateFixedFloatSwapConvention. toTemplate(Tenor tenor)Obtains a template based on the specified tenor.
-