Class VolatilitySwapTransactionSupplement

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

public class VolatilitySwapTransactionSupplement extends Product

Java class for VolatilitySwapTransactionSupplement complex type.

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

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

    • volatilityLeg

      protected List<VolatilityLeg> volatilityLeg
    • multipleExchangeIndexAnnexFallback

      protected Boolean multipleExchangeIndexAnnexFallback
    • componentSecurityIndexAnnexFallback

      protected Boolean componentSecurityIndexAnnexFallback
    • localJurisdiction

      protected CountryCode localJurisdiction
    • relevantJurisdiction

      protected CountryCode relevantJurisdiction
  • Constructor Details

    • VolatilitySwapTransactionSupplement

      public VolatilitySwapTransactionSupplement()
  • Method Details

    • getVolatilityLeg

      public List<VolatilityLeg> getVolatilityLeg()
      Gets the value of the volatilityLeg 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 volatilityLeg property.

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

          getVolatilityLeg().add(newItem);
       

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

    • 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