Class IndexAdjustmentEvents
java.lang.Object
net.finmath.smartcontract.product.xml.IndexAdjustmentEvents
Defines the specification of the consequences of Index Events as defined by
the 2002 ISDA Equity Derivatives Definitions.
Java class for IndexAdjustmentEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndexAdjustmentEvents">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="indexModification" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
<element name="indexCancellation" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
<element name="indexDisruption" type="{http://www.fpml.org/FpML-5/confirmation}IndexEventConsequenceEnum"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IndexEventConsequenceEnumprotected IndexEventConsequenceEnumprotected IndexEventConsequenceEnum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the indexCancellation property.Gets the value of the indexDisruption property.Gets the value of the indexModification property.voidSets the value of the indexCancellation property.voidSets the value of the indexDisruption property.voidSets the value of the indexModification property.
-
Field Details
-
indexModification
-
indexCancellation
-
indexDisruption
-
-
Constructor Details
-
IndexAdjustmentEvents
public IndexAdjustmentEvents()
-
-
Method Details
-
getIndexModification
Gets the value of the indexModification property.- Returns:
- possible object is
IndexEventConsequenceEnum
-
setIndexModification
Sets the value of the indexModification property.- Parameters:
value- allowed object isIndexEventConsequenceEnum
-
getIndexCancellation
Gets the value of the indexCancellation property.- Returns:
- possible object is
IndexEventConsequenceEnum
-
setIndexCancellation
Sets the value of the indexCancellation property.- Parameters:
value- allowed object isIndexEventConsequenceEnum
-
getIndexDisruption
Gets the value of the indexDisruption property.- Returns:
- possible object is
IndexEventConsequenceEnum
-
setIndexDisruption
Sets the value of the indexDisruption property.- Parameters:
value- allowed object isIndexEventConsequenceEnum
-