Uses of Class
com.opengamma.strata.product.swap.IborRateCalculation
-
Packages that use IborRateCalculation Package Description com.opengamma.strata.product.capfloor Entity objects describing Ibor cap/floor.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of IborRateCalculation in com.opengamma.strata.product.capfloor
Methods in com.opengamma.strata.product.capfloor that return IborRateCalculation Modifier and Type Method Description IborRateCalculation
IborCapFloorLeg. getCalculation()
Gets the interest rate accrual calculation.Methods in com.opengamma.strata.product.capfloor that return types with arguments of type IborRateCalculation Modifier and Type Method Description org.joda.beans.MetaProperty<IborRateCalculation>
IborCapFloorLeg.Meta. calculation()
The meta-property for thecalculation
property.Methods in com.opengamma.strata.product.capfloor with parameters of type IborRateCalculation Modifier and Type Method Description IborCapFloorLeg.Builder
IborCapFloorLeg.Builder. calculation(IborRateCalculation calculation)
Sets the interest rate accrual calculation. -
Uses of IborRateCalculation in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return IborRateCalculation Modifier and Type Method Description IborRateCalculation
IborRateCalculation.Builder. build()
static IborRateCalculation
IborRateCalculation. of(IborIndex index)
Obtains a rate calculation for the specified index.Methods in com.opengamma.strata.product.swap that return types with arguments of type IborRateCalculation Modifier and Type Method Description Class<? extends IborRateCalculation>
IborRateCalculation.Meta. beanType()
-