Uses of Class
com.opengamma.strata.product.common.CapFloor
-
Packages that use CapFloor Package Description com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.product.common Entity objects shared between other packages. -
-
Uses of CapFloor in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return CapFloor Modifier and Type Method Description static CapFloorLoaderUtils. parseCapFloor(String str)Parses cap/floor from the input string. -
Uses of CapFloor in com.opengamma.strata.product.common
Methods in com.opengamma.strata.product.common that return CapFloor Modifier and Type Method Description static CapFloorCapFloor. of(String name)Obtains an instance from the specified name.CapFloorCapFloor. opposite()Supplies the opposite of this value.static CapFloorCapFloor. valueOf(String name)Returns the enum constant of this type with the specified name.static CapFloor[]CapFloor. values()Returns an array containing the constants of this enum type, in the order they are declared.
-