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 MultiCurrencyAmount
DiscountingFxResetNotionalExchangePricer. currencyExposure(FxResetNotionalExchange event, RatesProvider provider)
double
DiscountingFxResetNotionalExchangePricer. currentCash(FxResetNotionalExchange event, RatesProvider provider)
void
DiscountingFxResetNotionalExchangePricer. explainPresentValue(FxResetNotionalExchange event, RatesProvider provider, ExplainMapBuilder builder)
double
DiscountingFxResetNotionalExchangePricer. forecastValue(FxResetNotionalExchange event, RatesProvider provider)
PointSensitivityBuilder
DiscountingFxResetNotionalExchangePricer. forecastValueSensitivity(FxResetNotionalExchange event, RatesProvider provider)
double
DiscountingFxResetNotionalExchangePricer. presentValue(FxResetNotionalExchange event, RatesProvider provider)
PointSensitivityBuilder
DiscountingFxResetNotionalExchangePricer. 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 FxResetNotionalExchange
FxResetNotionalExchange. adjustPaymentDate(TemporalAdjuster adjuster)
static FxResetNotionalExchange
FxResetNotionalExchange. 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()
-