Uses of Interface
com.opengamma.strata.product.deposit.type.IborFixingDepositConvention
-
Packages that use IborFixingDepositConvention Package Description com.opengamma.strata.product.deposit.type Conventions and templates to aid the construction of deposits. -
-
Uses of IborFixingDepositConvention in com.opengamma.strata.product.deposit.type
Classes in com.opengamma.strata.product.deposit.type that implement IborFixingDepositConvention Modifier and Type Class Description class
ImmutableIborFixingDepositConvention
A convention for Ibor fixing deposit trades.Methods in com.opengamma.strata.product.deposit.type that return IborFixingDepositConvention Modifier and Type Method Description IborFixingDepositConvention
IborFixingDepositTemplate. getConvention()
Gets the underlying Ibor fixing deposit convention.static IborFixingDepositConvention
IborFixingDepositConvention. of(IborIndex index)
Obtains a convention based on the specified index.static IborFixingDepositConvention
IborFixingDepositConvention. of(String uniqueName)
Obtains an instance from the specified unique name.Methods in com.opengamma.strata.product.deposit.type that return types with arguments of type IborFixingDepositConvention Modifier and Type Method Description org.joda.beans.MetaProperty<IborFixingDepositConvention>
IborFixingDepositTemplate.Meta. convention()
The meta-property for theconvention
property.static ExtendedEnum<IborFixingDepositConvention>
IborFixingDepositConvention. extendedEnum()
Gets the extended enum helper.Methods in com.opengamma.strata.product.deposit.type with parameters of type IborFixingDepositConvention Modifier and Type Method Description IborFixingDepositTemplate.Builder
IborFixingDepositTemplate.Builder. convention(IborFixingDepositConvention convention)
Sets the underlying Ibor fixing deposit convention.static IborFixingDepositTemplate
IborFixingDepositTemplate. of(Period depositPeriod, IborFixingDepositConvention convention)
Obtains a template based on the specified periods and convention.
-