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
FieldsModifier and TypeFieldDescriptionprotected ShareExtraordinaryEventEnumprotected ShareExtraordinaryEventEnumprotected ShareExtraordinaryEventEnum -
Constructor Summary
Constructors -
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.voidSets the value of the shareForCombined property.voidSets the value of the shareForOther property.voidSets the value of the shareForShare property.
-
Field Details
-
Constructor Details
-
EquityCorporateEvents
public EquityCorporateEvents()
-
-
Method Details