Package | Description |
---|---|
com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
Modifier and Type | Method and Description |
---|---|
static Swap.Builder |
Swap.builder()
Returns a builder used to create an instance of the bean.
|
Swap.Builder |
Swap.Meta.builder() |
Swap.Builder |
Swap.Builder.legs(List<? extends SwapLeg> legs)
Sets the legs of the swap.
|
Swap.Builder |
Swap.Builder.legs(SwapLeg... legs)
Sets the
legs property in the builder
from an array of objects. |
Swap.Builder |
Swap.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
Swap.Builder |
Swap.Builder.set(String propertyName,
Object newValue) |
Swap.Builder |
Swap.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.