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 Barrier
CsvLoaderUtils. parseBarrier(CsvRow row, String barrierTypeField, String knockTypeField, String barrierLevelField)
Parses a barrier from the csv row.static Barrier
CsvLoaderUtils. 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 void
CsvWriterUtils. 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 Barrier
FxSingleBarrierOption. getBarrier()
Gets the barrier description.Barrier
ResolvedFxSingleBarrierOption. 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 thebarrier
property.org.joda.beans.MetaProperty<Barrier>
ResolvedFxSingleBarrierOption.Meta. barrier()
The meta-property for thebarrier
property.Methods in com.opengamma.strata.product.fxopt with parameters of type Barrier Modifier and Type Method Description FxSingleBarrierOption.Builder
FxSingleBarrierOption.Builder. barrier(Barrier barrier)
Sets the barrier description.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.static ResolvedFxSingleBarrierOption
ResolvedFxSingleBarrierOption. of(ResolvedFxVanillaOption underlyingOption, Barrier barrier)
Obtains FX single barrier option without rebate.static ResolvedFxSingleBarrierOption
ResolvedFxSingleBarrierOption. 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 class
SimpleConstantContinuousBarrier
Continuous barrier with constant barrier level.Methods in com.opengamma.strata.product.option that return Barrier Modifier and Type Method Description Barrier
Barrier. inverseKnockType()
Obtains an instance with knock type inverted.
-