Uses of Class
com.opengamma.strata.product.swap.NotionalExchange
-
Packages that use NotionalExchange Package Description com.opengamma.strata.pricer.impl.swap Internal implementations of rate swap calculations.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of NotionalExchange in com.opengamma.strata.pricer.impl.swap
Methods in com.opengamma.strata.pricer.impl.swap with parameters of type NotionalExchange Modifier and Type Method Description MultiCurrencyAmountDiscountingNotionalExchangePricer. currencyExposure(NotionalExchange event, RatesProvider provider)doubleDiscountingNotionalExchangePricer. currentCash(NotionalExchange event, RatesProvider provider)voidDiscountingNotionalExchangePricer. explainPresentValue(NotionalExchange event, RatesProvider provider, ExplainMapBuilder builder)doubleDiscountingNotionalExchangePricer. forecastValue(NotionalExchange event, RatesProvider provider)PointSensitivityBuilderDiscountingNotionalExchangePricer. forecastValueSensitivity(NotionalExchange event, RatesProvider provider)doubleDiscountingNotionalExchangePricer. presentValue(NotionalExchange event, RatesProvider provider)PointSensitivityBuilderDiscountingNotionalExchangePricer. presentValueSensitivity(NotionalExchange event, RatesProvider provider)Constructor parameters in com.opengamma.strata.pricer.impl.swap with type arguments of type NotionalExchange Constructor Description DispatchingSwapPaymentEventPricer(SwapPaymentEventPricer<NotionalExchange> notionalExchangePricer, SwapPaymentEventPricer<FxResetNotionalExchange> fxResetNotionalExchangePricer)Creates an instance. -
Uses of NotionalExchange in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return NotionalExchange Modifier and Type Method Description NotionalExchangeNotionalExchange. adjustPaymentDate(TemporalAdjuster adjuster)static NotionalExchangeNotionalExchange. of(CurrencyAmount paymentAmount, LocalDate paymentDate)Obtains an instance from the amount and date.static NotionalExchangeNotionalExchange. of(Payment payment)Obtains an instance from the payment.Methods in com.opengamma.strata.product.swap that return types with arguments of type NotionalExchange Modifier and Type Method Description Class<? extends NotionalExchange>NotionalExchange.Meta. beanType()org.joda.beans.BeanBuilder<? extends NotionalExchange>NotionalExchange.Meta. builder()
-