Uses of Class
com.opengamma.strata.product.option.BarrierType
-
Packages that use BarrierType Package Description com.opengamma.strata.loader Tools for loading data from files.com.opengamma.strata.pricer.impl.tree com.opengamma.strata.product.option Entity objects describing common option concepts. -
-
Uses of BarrierType in com.opengamma.strata.loader
Methods in com.opengamma.strata.loader that return BarrierType Modifier and Type Method Description static BarrierTypeLoaderUtils. parseBarrierType(String str)Parses barrier type from the input string. -
Uses of BarrierType in com.opengamma.strata.pricer.impl.tree
Methods in com.opengamma.strata.pricer.impl.tree that return BarrierType Modifier and Type Method Description BarrierTypeConstantContinuousSingleBarrierKnockoutFunction. getBarrierType()Gets the barrier type.Methods in com.opengamma.strata.pricer.impl.tree that return types with arguments of type BarrierType Modifier and Type Method Description org.joda.beans.MetaProperty<BarrierType>ConstantContinuousSingleBarrierKnockoutFunction.Meta. barrierType()The meta-property for thebarrierTypeproperty.Methods in com.opengamma.strata.pricer.impl.tree with parameters of type BarrierType Modifier and Type Method Description static ConstantContinuousSingleBarrierKnockoutFunctionConstantContinuousSingleBarrierKnockoutFunction. of(double strike, double timeToExpiry, PutCall putCall, int numberOfSteps, BarrierType barrierType, double barrierLevel, DoubleArray rebate)Obtains an instance. -
Uses of BarrierType in com.opengamma.strata.product.option
Methods in com.opengamma.strata.product.option that return BarrierType Modifier and Type Method Description BarrierTypeBarrier. getBarrierType()Obtains the barrier type.BarrierTypeSimpleConstantContinuousBarrier. getBarrierType()Gets the barrier type.static BarrierTypeBarrierType. of(String name)Obtains an instance from the specified name.static BarrierTypeBarrierType. valueOf(String name)Returns the enum constant of this type with the specified name.static BarrierType[]BarrierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.option that return types with arguments of type BarrierType Modifier and Type Method Description org.joda.beans.MetaProperty<BarrierType>SimpleConstantContinuousBarrier.Meta. barrierType()The meta-property for thebarrierTypeproperty.Methods in com.opengamma.strata.product.option with parameters of type BarrierType Modifier and Type Method Description static SimpleConstantContinuousBarrierSimpleConstantContinuousBarrier. of(BarrierType barrierType, KnockType knockType, double barrierLevel)Obtains the continuous barrier with constant barrier level.
-