Class VarianceLeg

java.lang.Object

public class VarianceLeg extends DirectionalLegUnderlyerValuation
A type describing return which is driven by a Variance Calculation.

Java class for VarianceLeg complex type.

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

 <complexType name="VarianceLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLegUnderlyerValuation">
       <sequence>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}VarianceAmount"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>