Uses of Interface
com.opengamma.strata.product.option.Barrier
-
Packages that use Barrier Package Description com.opengamma.strata.loader.csv Loader that reads market data from CSV files.com.opengamma.strata.product.fxopt Entity objects describing options in the foreign exchange market.com.opengamma.strata.product.option Entity objects describing common option concepts. -
-
Uses of Barrier in com.opengamma.strata.loader.csv
Methods in com.opengamma.strata.loader.csv that return Barrier Modifier and Type Method Description static BarrierCsvLoaderUtils. parseBarrier(CsvRow row, String barrierTypeField, String knockTypeField, String barrierLevelField)Parses a barrier from the csv row.static BarrierCsvLoaderUtils. parseBarrierFromDefaultFields(CsvRow row)Parses a barrier using the default barrier fields.Methods in com.opengamma.strata.loader.csv with parameters of type Barrier Modifier and Type Method Description static voidCsvWriterUtils. writeBarrier(CsvOutput.CsvRowOutputWithHeaders csv, Barrier barrier, LocalDate obsDate)Writes a Barrier object to CSV -
Uses of Barrier in com.opengamma.strata.product.fxopt
Methods in com.opengamma.strata.product.fxopt that return Barrier Modifier and Type Method Description BarrierFxSingleBarrierOption. getBarrier()Gets the barrier description.BarrierResolvedFxSingleBarrierOption. getBarrier()Gets the barrier description.Methods in com.opengamma.strata.product.fxopt that return types with arguments of type Barrier Modifier and Type Method Description org.joda.beans.MetaProperty<Barrier>FxSingleBarrierOption.Meta. barrier()The meta-property for thebarrierproperty.org.joda.beans.MetaProperty<Barrier>ResolvedFxSingleBarrierOption.Meta. barrier()The meta-property for thebarrierproperty.Methods in com.opengamma.strata.product.fxopt with parameters of type Barrier Modifier and Type Method Description FxSingleBarrierOption.BuilderFxSingleBarrierOption.Builder. barrier(Barrier barrier)Sets the barrier description.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.static ResolvedFxSingleBarrierOptionResolvedFxSingleBarrierOption. of(ResolvedFxVanillaOption underlyingOption, Barrier barrier)Obtains FX single barrier option without rebate.static ResolvedFxSingleBarrierOptionResolvedFxSingleBarrierOption. of(ResolvedFxVanillaOption underlyingOption, Barrier barrier, CurrencyAmount rebate)Obtains FX single barrier option with rebate. -
Uses of Barrier in com.opengamma.strata.product.option
Classes in com.opengamma.strata.product.option that implement Barrier Modifier and Type Class Description classSimpleConstantContinuousBarrierContinuous barrier with constant barrier level.Methods in com.opengamma.strata.product.option that return Barrier Modifier and Type Method Description BarrierBarrier. inverseKnockType()Obtains an instance with knock type inverted.
-