Uses of Class
com.opengamma.strata.product.swap.FxResetNotionalExchange
-
Packages that use FxResetNotionalExchange 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 FxResetNotionalExchange in com.opengamma.strata.pricer.impl.swap
Methods in com.opengamma.strata.pricer.impl.swap with parameters of type FxResetNotionalExchange Modifier and Type Method Description MultiCurrencyAmountDiscountingFxResetNotionalExchangePricer. currencyExposure(FxResetNotionalExchange event, RatesProvider provider)doubleDiscountingFxResetNotionalExchangePricer. currentCash(FxResetNotionalExchange event, RatesProvider provider)voidDiscountingFxResetNotionalExchangePricer. explainPresentValue(FxResetNotionalExchange event, RatesProvider provider, ExplainMapBuilder builder)doubleDiscountingFxResetNotionalExchangePricer. forecastValue(FxResetNotionalExchange event, RatesProvider provider)PointSensitivityBuilderDiscountingFxResetNotionalExchangePricer. forecastValueSensitivity(FxResetNotionalExchange event, RatesProvider provider)doubleDiscountingFxResetNotionalExchangePricer. presentValue(FxResetNotionalExchange event, RatesProvider provider)PointSensitivityBuilderDiscountingFxResetNotionalExchangePricer. presentValueSensitivity(FxResetNotionalExchange event, RatesProvider provider) -
Uses of FxResetNotionalExchange in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FxResetNotionalExchange Modifier and Type Method Description FxResetNotionalExchangeFxResetNotionalExchange. adjustPaymentDate(TemporalAdjuster adjuster)static FxResetNotionalExchangeFxResetNotionalExchange. of(CurrencyAmount notionalAmount, LocalDate paymentDate, FxIndexObservation observation)Obtains an instance from the amount, date and FX index observation.Methods in com.opengamma.strata.product.swap that return types with arguments of type FxResetNotionalExchange Modifier and Type Method Description Class<? extends FxResetNotionalExchange>FxResetNotionalExchange.Meta. beanType()org.joda.beans.BeanBuilder<? extends FxResetNotionalExchange>FxResetNotionalExchange.Meta. builder()
-