Uses of Class
com.opengamma.strata.product.fxopt.FxSingleBarrierOption
-
Packages that use FxSingleBarrierOption Package Description com.opengamma.strata.product.fxopt Entity objects describing options in the foreign exchange market. -
-
Uses of FxSingleBarrierOption in com.opengamma.strata.product.fxopt
Methods in com.opengamma.strata.product.fxopt that return FxSingleBarrierOption Modifier and Type Method Description FxSingleBarrierOption
FxSingleBarrierOption.Builder. build()
FxSingleBarrierOption
FxSingleBarrierOptionTrade. getProduct()
Gets the FX option product that was agreed when the trade occurred.static FxSingleBarrierOption
FxSingleBarrierOption. of(FxVanillaOption underlyingOption, Barrier barrier)
Obtains FX single barrier option without rebate.static FxSingleBarrierOption
FxSingleBarrierOption. of(FxVanillaOption underlyingOption, Barrier barrier, CurrencyAmount rebate)
Obtains FX single barrier option with rebate.Methods in com.opengamma.strata.product.fxopt that return types with arguments of type FxSingleBarrierOption Modifier and Type Method Description Class<? extends FxSingleBarrierOption>
FxSingleBarrierOption.Meta. beanType()
org.joda.beans.MetaProperty<FxSingleBarrierOption>
FxSingleBarrierOptionTrade.Meta. product()
The meta-property for theproduct
property.Methods in com.opengamma.strata.product.fxopt with parameters of type FxSingleBarrierOption Modifier and Type Method Description FxSingleBarrierOptionTrade.Builder
FxSingleBarrierOptionTrade.Builder. product(FxSingleBarrierOption product)
Sets the FX option product that was agreed when the trade occurred.
-