Uses of Class
com.opengamma.strata.product.swap.RateCalculationSwapLeg
-
Packages that use RateCalculationSwapLeg Package Description com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of RateCalculationSwapLeg in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return RateCalculationSwapLeg Modifier and Type Method Description RateCalculationSwapLegRateCalculationSwapLeg.Builder. build()RateCalculationSwapLegRateCalculationSwapLeg. replaceStartDate(LocalDate adjustedStartDate)Returns an instance based on this leg with the start date replaced.Methods in com.opengamma.strata.product.swap that return types with arguments of type RateCalculationSwapLeg Modifier and Type Method Description Class<? extends RateCalculationSwapLeg>RateCalculationSwapLeg.Meta. beanType() -
Uses of RateCalculationSwapLeg in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return RateCalculationSwapLeg Modifier and Type Method Description RateCalculationSwapLegFixedRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double fixedRate)Creates a leg based on this convention.RateCalculationSwapLegIborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegIborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)Creates a leg based on this convention.RateCalculationSwapLegInflationRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegOvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)Creates a leg based on this convention.RateCalculationSwapLegOvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)Creates a leg based on this convention.
-