Class EquityCorporateEvents
java.lang.Object
net.finmath.smartcontract.product.xml.EquityCorporateEvents
A type for defining the merger events and their treatment.
Java class for EquityCorporateEvents complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EquityCorporateEvents"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="shareForShare" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/> <element name="shareForOther" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/> <element name="shareForCombined" type="{http://www.fpml.org/FpML-5/confirmation}ShareExtraordinaryEventEnum"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected ShareExtraordinaryEventEnum
protected ShareExtraordinaryEventEnum
protected ShareExtraordinaryEventEnum
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the shareForCombined property.Gets the value of the shareForOther property.Gets the value of the shareForShare property.void
Sets the value of the shareForCombined property.void
Sets the value of the shareForOther property.void
Sets the value of the shareForShare property.
-
Field Details
-
Constructor Details
-
EquityCorporateEvents
public EquityCorporateEvents()
-
-
Method Details