Uses of Class
com.opengamma.strata.product.swap.ImmutableSwapIndex
-
Packages that use ImmutableSwapIndex Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of ImmutableSwapIndex in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return ImmutableSwapIndex Modifier and Type Method Description ImmutableSwapIndex
ImmutableSwapIndex.Builder. build()
static ImmutableSwapIndex
ImmutableSwapIndex. of(String name, LocalTime fixingTime, ZoneId fixingZone, FixedFloatSwapTemplate template)
Obtains an instance from the specified name, time and template.Methods in com.opengamma.strata.product.swap that return types with arguments of type ImmutableSwapIndex Modifier and Type Method Description Class<? extends ImmutableSwapIndex>
ImmutableSwapIndex.Meta. beanType()
-