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
  • Field Details

  • 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

      Build Methods
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends BoundedVariance> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends BoundedVariance> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject