| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static SwapTrade.Builder |
SwapTrade.builder()
Returns a builder used to create an instance of the bean.
|
SwapTrade.Builder |
SwapTrade.Meta.builder() |
SwapTrade.Builder |
SwapTrade.Builder.info(TradeInfo info)
Sets the additional trade information, defaulted to an empty instance.
|
SwapTrade.Builder |
SwapTrade.Builder.product(Swap product)
Sets the swap product that was agreed when the trade occurred.
|
SwapTrade.Builder |
SwapTrade.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
SwapTrade.Builder |
SwapTrade.Builder.set(String propertyName,
Object newValue) |
SwapTrade.Builder |
SwapTrade.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.