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 FxSingleBarrierOptionFxSingleBarrierOption.Builder. build()FxSingleBarrierOptionFxSingleBarrierOptionTrade. getProduct()Gets the FX option product that was agreed when the trade occurred.static FxSingleBarrierOptionFxSingleBarrierOption. of(FxVanillaOption underlyingOption, Barrier barrier)Obtains FX single barrier option without rebate.static FxSingleBarrierOptionFxSingleBarrierOption. 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 theproductproperty.Methods in com.opengamma.strata.product.fxopt with parameters of type FxSingleBarrierOption Modifier and Type Method Description FxSingleBarrierOptionTrade.BuilderFxSingleBarrierOptionTrade.Builder. product(FxSingleBarrierOption product)Sets the FX option product that was agreed when the trade occurred.
-