Package cdm.product.asset
Class BoundedCorrelation.BoundedCorrelationBuilderImpl
java.lang.Object
cdm.product.asset.BoundedCorrelation.BoundedCorrelationBuilderImpl
- All Implemented Interfaces:
BoundedCorrelation,BoundedCorrelation.BoundedCorrelationBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- Enclosing interface:
BoundedCorrelation
public static class BoundedCorrelation.BoundedCorrelationBuilderImpl
extends Object
implements BoundedCorrelation.BoundedCorrelationBuilder
Builder Implementation of BoundedCorrelation
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.BoundedCorrelation
BoundedCorrelation.BoundedCorrelationBuilder, BoundedCorrelation.BoundedCorrelationBuilderImpl, BoundedCorrelation.BoundedCorrelationImpl -
Field Summary
FieldsFields inherited from interface cdm.product.asset.BoundedCorrelation
metaData -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanMaximum Boundary as a percentage of the Strike Price.Minimum Boundary as a percentage of the Strike Price.booleanhasData()inthashCode()merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) prune()setMaximumBoundaryPercent(BigDecimal _maximumBoundaryPercent) setMinimumBoundaryPercent(BigDecimal _minimumBoundaryPercent) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.product.asset.BoundedCorrelation
getType, metaData, processMethods inherited from interface cdm.product.asset.BoundedCorrelation.BoundedCorrelationBuilder
processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, processRosetta, processRosetta
-
Field Details
-
minimumBoundaryPercent
-
maximumBoundaryPercent
-
-
Constructor Details
-
BoundedCorrelationBuilderImpl
public BoundedCorrelationBuilderImpl()
-
-
Method Details
-
getMinimumBoundaryPercent
@RosettaAttribute("minimumBoundaryPercent") @RuneAttribute("minimumBoundaryPercent") public BigDecimal getMinimumBoundaryPercent()Description copied from interface:BoundedCorrelationMinimum Boundary as a percentage of the Strike Price.- Specified by:
getMinimumBoundaryPercentin interfaceBoundedCorrelation
-
getMaximumBoundaryPercent
@RosettaAttribute("maximumBoundaryPercent") @RuneAttribute("maximumBoundaryPercent") public BigDecimal getMaximumBoundaryPercent()Description copied from interface:BoundedCorrelationMaximum Boundary as a percentage of the Strike Price.- Specified by:
getMaximumBoundaryPercentin interfaceBoundedCorrelation
-
setMinimumBoundaryPercent
@RosettaAttribute("minimumBoundaryPercent") @RuneAttribute("minimumBoundaryPercent") public BoundedCorrelation.BoundedCorrelationBuilder setMinimumBoundaryPercent(BigDecimal _minimumBoundaryPercent) - Specified by:
setMinimumBoundaryPercentin interfaceBoundedCorrelation.BoundedCorrelationBuilder
-
setMaximumBoundaryPercent
@RosettaAttribute("maximumBoundaryPercent") @RuneAttribute("maximumBoundaryPercent") public BoundedCorrelation.BoundedCorrelationBuilder setMaximumBoundaryPercent(BigDecimal _maximumBoundaryPercent) - Specified by:
setMaximumBoundaryPercentin interfaceBoundedCorrelation.BoundedCorrelationBuilder
-
build
Description copied from interface:BoundedCorrelationBuild Methods- Specified by:
buildin interfaceBoundedCorrelation- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceBoundedCorrelation- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
prune
- Specified by:
prunein interfaceBoundedCorrelation.BoundedCorrelationBuilder- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
hasData
public boolean hasData()- Specified by:
hasDatain interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
merge
public BoundedCorrelation.BoundedCorrelationBuilder merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) - Specified by:
mergein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
equals
-
hashCode
public int hashCode() -
toString
-