Package cdm.event.common
Class AdjustmentFactor.AdjustmentFactorImpl
java.lang.Object
cdm.event.common.AdjustmentFactor.AdjustmentFactorImpl
- All Implemented Interfaces:
AdjustmentFactor,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
AdjustmentFactor
public static class AdjustmentFactor.AdjustmentFactorImpl
extends Object
implements AdjustmentFactor
Immutable Implementation of AdjustmentFactor
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.AdjustmentFactor
AdjustmentFactor.AdjustmentFactorBuilder, AdjustmentFactor.AdjustmentFactorBuilderImpl, AdjustmentFactor.AdjustmentFactorImpl -
Field Summary
Fields inherited from interface cdm.event.common.AdjustmentFactor
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanDescribes the input terms involved in the calculation of the adjustment factor applied to the price of the underlier impacted by a Corporate Action.getValue()The multiplier value applied to the price of the underlier impacted by a Corporate Action.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.event.common.AdjustmentFactor
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AdjustmentFactorImpl
-
-
Method Details
-
getValue
@RosettaAttribute("value") @Accessor(GETTER) @Required @RuneAttribute("value") public BigDecimal getValue()Description copied from interface:AdjustmentFactorThe multiplier value applied to the price of the underlier impacted by a Corporate Action.- Specified by:
getValuein interfaceAdjustmentFactor
-
getCalculationTerms
@RosettaAttribute("calculationTerms") @Accessor(GETTER) @RuneAttribute("calculationTerms") public AdjustmentFactorCalculationTerms getCalculationTerms()Description copied from interface:AdjustmentFactorDescribes the input terms involved in the calculation of the adjustment factor applied to the price of the underlier impacted by a Corporate Action.- Specified by:
getCalculationTermsin interfaceAdjustmentFactor
-
build
Description copied from interface:AdjustmentFactorBuild Methods- Specified by:
buildin interfaceAdjustmentFactor- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceAdjustmentFactor- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-