Uses of Interface
com.opengamma.strata.product.fra.type.FraConvention
-
Packages that use FraConvention Package Description com.opengamma.strata.product.fra.type Conventions and templates to aid the construction of FRAs. -
-
Uses of FraConvention in com.opengamma.strata.product.fra.type
Classes in com.opengamma.strata.product.fra.type that implement FraConvention Modifier and Type Class Description classImmutableFraConventionA market convention for forward rate agreement (FRA) trades.Methods in com.opengamma.strata.product.fra.type that return FraConvention Modifier and Type Method Description FraConventionFraTemplate. getConvention()Gets the underlying FRA convention.static FraConventionFraConvention. of(IborIndex index)Obtains a convention based on the specified index.static FraConventionFraConvention. of(String uniqueName)Obtains an instance from the specified unique name.static FraConventionFraConventions. of(IborIndex index)Obtains a convention based on the specified index.Methods in com.opengamma.strata.product.fra.type that return types with arguments of type FraConvention Modifier and Type Method Description org.joda.beans.MetaProperty<FraConvention>FraTemplate.Meta. convention()The meta-property for theconventionproperty.static ExtendedEnum<FraConvention>FraConvention. extendedEnum()Gets the extended enum helper.Methods in com.opengamma.strata.product.fra.type with parameters of type FraConvention Modifier and Type Method Description FraTemplate.BuilderFraTemplate.Builder. convention(FraConvention convention)Sets the underlying FRA convention.static FraTemplateFraTemplate. of(Period periodToStart, Period periodToEnd, FraConvention convention)Obtains a template based on the specified periods and convention.
-