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