Class VolatilitySwap

java.lang.Object

public class VolatilitySwap extends NettedSwapBase
A Volatility Swap.

Java class for VolatilitySwap complex type.

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

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