Class VarianceLeg


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

  • Constructor Details

    • VarianceLeg

      public VarianceLeg()
  • Method Details

    • getAmount

      public VarianceAmount getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is VarianceAmount
    • setAmount

      public void setAmount(VarianceAmount value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is VarianceAmount