Uses of Interface
com.opengamma.strata.pricer.swap.SwapPaymentPeriodPricer
-
Packages that use SwapPaymentPeriodPricer Package Description com.opengamma.strata.pricer.impl.swap Internal implementations of rate swap calculations.com.opengamma.strata.pricer.swap Calculators for interest rate swaps. -
-
Uses of SwapPaymentPeriodPricer in com.opengamma.strata.pricer.impl.swap
Classes in com.opengamma.strata.pricer.impl.swap that implement SwapPaymentPeriodPricer Modifier and Type Class Description class
DiscountingKnownAmountPaymentPeriodPricer
Pricer implementation for swap payment periods based on a known amount.class
DiscountingRatePaymentPeriodPricer
Pricer implementation for swap payment periods based on a rate.class
DispatchingSwapPaymentPeriodPricer
Pricer implementation for payment periods using multiple dispatch.Constructors in com.opengamma.strata.pricer.impl.swap with parameters of type SwapPaymentPeriodPricer Constructor Description DispatchingSwapPaymentPeriodPricer(SwapPaymentPeriodPricer<RatePaymentPeriod> ratePaymentPeriodPricer, SwapPaymentPeriodPricer<KnownAmountSwapPaymentPeriod> knownAmountPaymentPeriodPricer)
Creates an instance. -
Uses of SwapPaymentPeriodPricer in com.opengamma.strata.pricer.swap
Methods in com.opengamma.strata.pricer.swap that return SwapPaymentPeriodPricer Modifier and Type Method Description SwapPaymentPeriodPricer<SwapPaymentPeriod>
DiscountingSwapLegPricer. getPeriodPricer()
Gets the underlying leg pricer.static SwapPaymentPeriodPricer<SwapPaymentPeriod>
SwapPaymentPeriodPricer. standard()
Returns the standard instance of the function.Constructors in com.opengamma.strata.pricer.swap with parameters of type SwapPaymentPeriodPricer Constructor Description DiscountingSwapLegPricer(SwapPaymentPeriodPricer<SwapPaymentPeriod> paymentPeriodPricer, SwapPaymentEventPricer<SwapPaymentEvent> paymentEventPricer)
Creates an instance.
-