Class DividendSwapTransactionSupplement

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.DividendSwapTransactionSupplement

public class DividendSwapTransactionSupplement extends Product
A Dividend Swap Transaction Supplement.

Java class for DividendSwapTransactionSupplement complex type.

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

 <complexType name="DividendSwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="dividendLeg" type="{http://www.fpml.org/FpML-5/confirmation}DividendLeg"/>
         <element name="fixedLeg" type="{http://www.fpml.org/FpML-5/confirmation}FixedPaymentLeg"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>