| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
NotionalExchange |
NotionalExchange.adjustPaymentDate(TemporalAdjuster adjuster) |
static NotionalExchange |
NotionalExchange.of(CurrencyAmount paymentAmount,
LocalDate paymentDate)
Obtains an instance from the amount and date.
|
static NotionalExchange |
NotionalExchange.of(Payment payment)
Obtains an instance from the payment.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends NotionalExchange> |
NotionalExchange.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends NotionalExchange> |
NotionalExchange.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.