Class AdditionalDisruptionEvents

java.lang.Object
net.finmath.smartcontract.product.xml.AdditionalDisruptionEvents

public class AdditionalDisruptionEvents extends Object
A type for defining ISDA 2002 Equity Derivative Additional Disruption Events.

Java class for AdditionalDisruptionEvents complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AdditionalDisruptionEvents">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="changeInLaw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="failureToDeliver" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="insolvencyFiling" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="hedgingDisruption" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}StockLoan.model"/>
         <element name="increasedCostOfHedging" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="determiningPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="foreignOwnershipEvent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>