Class VarianceSwapTransactionSupplement

java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.VarianceSwapTransactionSupplement

public class VarianceSwapTransactionSupplement extends Product
A Variance Swap Transaction Supplement.

Java class for VarianceSwapTransactionSupplement complex type.

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

 <complexType name="VarianceSwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="varianceLeg" type="{http://www.fpml.org/FpML-5/confirmation}VarianceLeg" maxOccurs="unbounded"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • varianceLeg

      protected List<VarianceLeg> varianceLeg
    • multipleExchangeIndexAnnexFallback

      protected Boolean multipleExchangeIndexAnnexFallback
    • componentSecurityIndexAnnexFallback

      protected Boolean componentSecurityIndexAnnexFallback
    • localJurisdiction

      protected CountryCode localJurisdiction
    • relevantJurisdiction

      protected CountryCode relevantJurisdiction
  • Constructor Details

    • VarianceSwapTransactionSupplement

      public VarianceSwapTransactionSupplement()
  • 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

    • isMultipleExchangeIndexAnnexFallback

      public Boolean isMultipleExchangeIndexAnnexFallback()
      Gets the value of the multipleExchangeIndexAnnexFallback property.
      Returns:
      possible object is Boolean
    • setMultipleExchangeIndexAnnexFallback

      public void setMultipleExchangeIndexAnnexFallback(Boolean value)
      Sets the value of the multipleExchangeIndexAnnexFallback property.
      Parameters:
      value - allowed object is Boolean
    • isComponentSecurityIndexAnnexFallback

      public Boolean isComponentSecurityIndexAnnexFallback()
      Gets the value of the componentSecurityIndexAnnexFallback property.
      Returns:
      possible object is Boolean
    • setComponentSecurityIndexAnnexFallback

      public void setComponentSecurityIndexAnnexFallback(Boolean value)
      Sets the value of the componentSecurityIndexAnnexFallback property.
      Parameters:
      value - allowed object is Boolean
    • getLocalJurisdiction

      public CountryCode getLocalJurisdiction()
      Gets the value of the localJurisdiction property.
      Returns:
      possible object is CountryCode
    • setLocalJurisdiction

      public void setLocalJurisdiction(CountryCode value)
      Sets the value of the localJurisdiction property.
      Parameters:
      value - allowed object is CountryCode
    • getRelevantJurisdiction

      public CountryCode getRelevantJurisdiction()
      Gets the value of the relevantJurisdiction property.
      Returns:
      possible object is CountryCode
    • setRelevantJurisdiction

      public void setRelevantJurisdiction(CountryCode value)
      Sets the value of the relevantJurisdiction property.
      Parameters:
      value - allowed object is CountryCode