| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static FxResetCalculation.Builder |
FxResetCalculation.builder()
Returns a builder used to create an instance of the bean.
|
FxResetCalculation.Builder |
FxResetCalculation.Meta.builder() |
FxResetCalculation.Builder |
FxResetCalculation.Builder.fixingDateOffset(DaysAdjustment fixingDateOffset)
Sets the offset of the FX reset fixing date from each adjusted accrual date.
|
FxResetCalculation.Builder |
FxResetCalculation.Builder.fixingRelativeTo(FxResetFixingRelativeTo fixingRelativeTo)
Sets the base date that each FX reset fixing is made relative to, defaulted to 'PeriodStart'.
|
FxResetCalculation.Builder |
FxResetCalculation.Builder.index(FxIndex index)
Sets the FX index used to obtain the FX reset rate.
|
FxResetCalculation.Builder |
FxResetCalculation.Builder.initialNotionalValue(Double initialNotionalValue)
Sets the initial notional value, specified in the payment currency.
|
FxResetCalculation.Builder |
FxResetCalculation.Builder.referenceCurrency(Currency referenceCurrency)
Sets the currency of the notional amount defined in the contract.
|
FxResetCalculation.Builder |
FxResetCalculation.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
FxResetCalculation.Builder |
FxResetCalculation.Builder.set(String propertyName,
Object newValue) |
FxResetCalculation.Builder |
FxResetCalculation.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.