Uses of Interface
com.opengamma.strata.product.swap.RateCalculation
-
Packages that use RateCalculation Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of RateCalculation in com.opengamma.strata.product.swap
Classes in com.opengamma.strata.product.swap that implement RateCalculation Modifier and Type Class Description class
FixedRateCalculation
Defines the calculation of a fixed rate swap leg.class
IborRateCalculation
Defines the calculation of a floating rate swap leg based on an Ibor index.class
InflationRateCalculation
Defines the calculation of a swap leg of a zero-coupon inflation coupon based on a price index.class
OvernightRateCalculation
Defines the calculation of a floating rate swap leg based on an Overnight index.Methods in com.opengamma.strata.product.swap that return RateCalculation Modifier and Type Method Description RateCalculation
RateCalculationSwapLeg. getCalculation()
Gets the interest rate accrual calculation.Methods in com.opengamma.strata.product.swap that return types with arguments of type RateCalculation Modifier and Type Method Description org.joda.beans.MetaProperty<RateCalculation>
RateCalculationSwapLeg.Meta. calculation()
The meta-property for thecalculation
property.Methods in com.opengamma.strata.product.swap with parameters of type RateCalculation Modifier and Type Method Description RateCalculationSwapLeg.Builder
RateCalculationSwapLeg.Builder. calculation(RateCalculation calculation)
Sets the interest rate accrual calculation.
-