| Package | Description |
|---|---|
| com.opengamma.strata.product.fra |
Entity objects describing a forward rate agreement (FRA).
|
| Modifier and Type | Method and Description |
|---|---|
Fra |
Fra.Builder.build() |
Fra |
FraTrade.getProduct()
Gets the FRA product that was agreed when the trade occurred.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Fra> |
Fra.Meta.beanType() |
org.joda.beans.MetaProperty<Fra> |
FraTrade.Meta.product()
The meta-property for the
product property. |
| Modifier and Type | Method and Description |
|---|---|
static FraTrade |
FraTrade.of(TradeInfo info,
Fra product)
Obtains an instance of a FRA trade.
|
FraTrade.Builder |
FraTrade.Builder.product(Fra product)
Sets the FRA product that was agreed when the trade occurred.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.