| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
NotionalSchedule |
NotionalSchedule.Builder.build() |
NotionalSchedule |
RateCalculationSwapLeg.getNotionalSchedule()
Gets the notional schedule.
|
static NotionalSchedule |
NotionalSchedule.of(CurrencyAmount notional)
Obtains an instance with a single amount that does not change over time.
|
static NotionalSchedule |
NotionalSchedule.of(Currency currency,
double amount)
Obtains an instance with a single amount that does not change over time.
|
static NotionalSchedule |
NotionalSchedule.of(Currency currency,
ValueSchedule amountSchedule)
Obtains an instance with a notional amount that can change over time.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends NotionalSchedule> |
NotionalSchedule.Meta.beanType() |
org.joda.beans.MetaProperty<NotionalSchedule> |
RateCalculationSwapLeg.Meta.notionalSchedule()
The meta-property for the
notionalSchedule property. |
| Modifier and Type | Method and Description |
|---|---|
RateCalculationSwapLeg.Builder |
RateCalculationSwapLeg.Builder.notionalSchedule(NotionalSchedule notionalSchedule)
Sets the notional schedule.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.