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 class
ImmutableFraConvention
A market convention for forward rate agreement (FRA) trades.Methods in com.opengamma.strata.product.fra.type that return FraConvention Modifier and Type Method Description FraConvention
FraTemplate. getConvention()
Gets the underlying FRA convention.static FraConvention
FraConvention. of(IborIndex index)
Obtains a convention based on the specified index.static FraConvention
FraConvention. of(String uniqueName)
Obtains an instance from the specified unique name.static FraConvention
FraConventions. 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 theconvention
property.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.Builder
FraTemplate.Builder. convention(FraConvention convention)
Sets the underlying FRA convention.static FraTemplate
FraTemplate. of(Period periodToStart, Period periodToEnd, FraConvention convention)
Obtains a template based on the specified periods and convention.
-