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 RateCalculationSwapLeg
RateCalculationSwapLeg.Builder. build()
RateCalculationSwapLeg
RateCalculationSwapLeg. 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 RateCalculationSwapLeg
FixedRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double fixedRate)
Creates a leg based on this convention.RateCalculationSwapLeg
IborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
IborRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)
Creates a leg based on this convention.RateCalculationSwapLeg
InflationRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
OvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional)
Creates a leg based on this convention.RateCalculationSwapLeg
OvernightRateSwapLegConvention. toLeg(LocalDate startDate, LocalDate endDate, PayReceive payReceive, double notional, double spread)
Creates a leg based on this convention.
-