Class VarianceSwap


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>
 
  • Field Details

  • Constructor Details

    • VarianceSwap

      public VarianceSwap()
  • Method Details

    • getVarianceLeg

      public List<VarianceLeg> getVarianceLeg()
      Gets the value of the varianceLeg property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the varianceLeg property.

      For example, to add a new item, do as follows:

          getVarianceLeg().add(newItem);
       

      Objects of the following type(s) are allowed in the list VarianceLeg