Class VarianceSwap

java.lang.Object

public class VarianceSwap extends NettedSwapBase
A Variance Swap.

Java class for VarianceSwap complex type.

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

 <complexType name="VarianceSwap">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}NettedSwapBase">
       <sequence>
         <element name="varianceLeg" type="{http://www.fpml.org/FpML-5/confirmation}VarianceLeg" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>