Uses of Interface
com.opengamma.strata.pricer.swap.SwapPaymentEventPricer
-
Packages that use SwapPaymentEventPricer 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 SwapPaymentEventPricer in com.opengamma.strata.pricer.impl.swap
Classes in com.opengamma.strata.pricer.impl.swap that implement SwapPaymentEventPricer Modifier and Type Class Description classDiscountingFxResetNotionalExchangePricerPricer implementation for the exchange of FX reset notionals.classDiscountingNotionalExchangePricerPricer implementation for the exchange of notionals.classDispatchingSwapPaymentEventPricerPricer implementation for payment events using multiple dispatch.Constructors in com.opengamma.strata.pricer.impl.swap with parameters of type SwapPaymentEventPricer Constructor Description DispatchingSwapPaymentEventPricer(SwapPaymentEventPricer<NotionalExchange> notionalExchangePricer, SwapPaymentEventPricer<FxResetNotionalExchange> fxResetNotionalExchangePricer)Creates an instance. -
Uses of SwapPaymentEventPricer in com.opengamma.strata.pricer.swap
Methods in com.opengamma.strata.pricer.swap that return SwapPaymentEventPricer Modifier and Type Method Description SwapPaymentEventPricer<SwapPaymentEvent>DiscountingSwapLegPricer. getEventPricer()Gets the underlying leg pricer.static SwapPaymentEventPricer<SwapPaymentEvent>SwapPaymentEventPricer. standard()Returns the standard instance of the function.Constructors in com.opengamma.strata.pricer.swap with parameters of type SwapPaymentEventPricer Constructor Description DiscountingSwapLegPricer(SwapPaymentPeriodPricer<SwapPaymentPeriod> paymentPeriodPricer, SwapPaymentEventPricer<SwapPaymentEvent> paymentEventPricer)Creates an instance.
-