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 classImmutableIborFixingDepositConventionA convention for Ibor fixing deposit trades.Methods in com.opengamma.strata.product.deposit.type that return IborFixingDepositConvention Modifier and Type Method Description IborFixingDepositConventionIborFixingDepositTemplate. getConvention()Gets the underlying Ibor fixing deposit convention.static IborFixingDepositConventionIborFixingDepositConvention. of(IborIndex index)Obtains a convention based on the specified index.static IborFixingDepositConventionIborFixingDepositConvention. 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 theconventionproperty.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.BuilderIborFixingDepositTemplate.Builder. convention(IborFixingDepositConvention convention)Sets the underlying Ibor fixing deposit convention.static IborFixingDepositTemplateIborFixingDepositTemplate. of(Period depositPeriod, IborFixingDepositConvention convention)Obtains a template based on the specified periods and convention.
-