Class VarianceSwapTransactionSupplement

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

public class VarianceSwapTransactionSupplement extends Product
A Variance Swap Transaction Supplement.

Java class for VarianceSwapTransactionSupplement complex type.

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

 <complexType name="VarianceSwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="varianceLeg" type="{http://www.fpml.org/FpML-5/confirmation}VarianceLeg" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>