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 BarrierType
LoaderUtils. 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 BarrierType
ConstantContinuousSingleBarrierKnockoutFunction. 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 thebarrierType
property.Methods in com.opengamma.strata.pricer.impl.tree with parameters of type BarrierType Modifier and Type Method Description static ConstantContinuousSingleBarrierKnockoutFunction
ConstantContinuousSingleBarrierKnockoutFunction. 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 BarrierType
Barrier. getBarrierType()
Obtains the barrier type.BarrierType
SimpleConstantContinuousBarrier. getBarrierType()
Gets the barrier type.static BarrierType
BarrierType. of(String name)
Obtains an instance from the specified name.static BarrierType
BarrierType. 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 thebarrierType
property.Methods in com.opengamma.strata.product.option with parameters of type BarrierType Modifier and Type Method Description static SimpleConstantContinuousBarrier
SimpleConstantContinuousBarrier. of(BarrierType barrierType, KnockType knockType, double barrierLevel)
Obtains the continuous barrier with constant barrier level.
-