Package cdm.product.asset
Interface BoundedVariance
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
BoundedVariance.BoundedVarianceBuilder
- All Known Implementing Classes:
BoundedVariance.BoundedVarianceBuilderImpl,BoundedVariance.BoundedVarianceImpl
@RosettaDataType(value="BoundedVariance",
builder=BoundedVarianceBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="BoundedVariance",
model="cdm",
builder=BoundedVarianceBuilderImpl.class,
version="5.30.0")
public interface BoundedVariance
extends com.rosetta.model.lib.RosettaModelObject
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of BoundedVariancestatic classImmutable Implementation of BoundedVariance -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The contract specifies whether the notional should be scaled by the Number of Days in Range divided by the Expected N.All observations below this price level will be excluded from the variance calculation.The contract specifies which price must satisfy the boundary condition.default Class<? extends BoundedVariance> getType()All observations above this price level will be excluded from the variance calculation.default com.rosetta.model.lib.meta.RosettaMetaData<? extends BoundedVariance> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getRealisedVarianceMethod
RealisedVarianceMethodEnum getRealisedVarianceMethod()The contract specifies which price must satisfy the boundary condition. -
getDaysInRangeAdjustment
Boolean getDaysInRangeAdjustment()The contract specifies whether the notional should be scaled by the Number of Days in Range divided by the Expected N. The number of Days in Ranges refers to the number of returns that contribute to the realized volatility. -
getUpperBarrier
BigDecimal getUpperBarrier()All observations above this price level will be excluded from the variance calculation. -
getLowerBarrier
BigDecimal getLowerBarrier()All observations below this price level will be excluded from the variance calculation. -
build
BoundedVariance build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
BoundedVariance.BoundedVarianceBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-