Class EquitySwapTransactionSupplement

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.ReturnSwapBase
net.finmath.smartcontract.product.xml.EquitySwapTransactionSupplement

public class EquitySwapTransactionSupplement extends ReturnSwapBase
A type for defining Equity Swap Transaction Supplement

Java class for EquitySwapTransactionSupplement complex type.

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

 <complexType name="EquitySwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}ReturnSwapBase">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}MutualOrOptionalEarlyTermination.model" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
         <element name="extraordinaryEvents" type="{http://www.fpml.org/FpML-5/confirmation}ExtraordinaryEvents" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>