public final class ResolvedFxVanillaOptionTrade extends Object implements ResolvedTrade, org.joda.beans.ImmutableBean, Serializable
This is the resolved form of FxVanillaOptionTrade and is the primary input to the pricers.
Applications will typically create a ResolvedFxVanillaOptionTrade from a FxVanillaOptionTrade
using FxVanillaOptionTrade.resolve(ReferenceData).
A ResolvedFxVanillaOptionTrade is bound to data that changes over time, such as holiday calendars.
If the data changes, such as the addition of a new holiday, the resolved form will not be updated.
Care must be taken when placing the resolved form in a cache or persistence layer.
| Modifier and Type | Class and Description |
|---|---|
static class |
ResolvedFxVanillaOptionTrade.Builder
The bean-builder for
ResolvedFxVanillaOptionTrade. |
static class |
ResolvedFxVanillaOptionTrade.Meta
The meta-bean for
ResolvedFxVanillaOptionTrade. |
| Modifier and Type | Method and Description |
|---|---|
static ResolvedFxVanillaOptionTrade.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
TradeInfo |
getInfo()
Gets the additional trade information, defaulted to an empty instance.
|
Payment |
getPremium()
Gets the premium of the FX option.
|
ResolvedFxVanillaOption |
getProduct()
Gets the resolved vanilla FX option product.
|
int |
hashCode() |
static ResolvedFxVanillaOptionTrade.Meta |
meta()
The meta-bean for
ResolvedFxVanillaOptionTrade. |
ResolvedFxVanillaOptionTrade.Meta |
metaBean() |
ResolvedFxVanillaOptionTrade.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static ResolvedFxVanillaOptionTrade.Meta meta()
ResolvedFxVanillaOptionTrade.public static ResolvedFxVanillaOptionTrade.Builder builder()
public ResolvedFxVanillaOptionTrade.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic TradeInfo getInfo()
This allows additional information to be attached to the trade.
getInfo in interface ResolvedTradepublic ResolvedFxVanillaOption getProduct()
The product captures the contracted financial details of the trade.
getProduct in interface ResolvedTradepublic Payment getPremium()
The premium sign should be compatible with the product Long/Short flag. This means that the premium is negative for long and positive for short.
public ResolvedFxVanillaOptionTrade.Builder toBuilder()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.