Class DividendSwapTransactionSupplement

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

public class DividendSwapTransactionSupplement extends Product
A Dividend Swap Transaction Supplement.

Java class for DividendSwapTransactionSupplement complex type.

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

 <complexType name="DividendSwapTransactionSupplement">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <element name="dividendLeg" type="{http://www.fpml.org/FpML-5/confirmation}DividendLeg"/>
         <element name="fixedLeg" type="{http://www.fpml.org/FpML-5/confirmation}FixedPaymentLeg"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}EquityUnderlyerProvisions.model" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • dividendLeg

      protected DividendLeg dividendLeg
    • fixedLeg

      protected FixedPaymentLeg fixedLeg
    • multipleExchangeIndexAnnexFallback

      protected Boolean multipleExchangeIndexAnnexFallback
    • componentSecurityIndexAnnexFallback

      protected Boolean componentSecurityIndexAnnexFallback
    • localJurisdiction

      protected CountryCode localJurisdiction
    • relevantJurisdiction

      protected CountryCode relevantJurisdiction
  • Constructor Details

    • DividendSwapTransactionSupplement

      public DividendSwapTransactionSupplement()
  • Method Details

    • getDividendLeg

      public DividendLeg getDividendLeg()
      Gets the value of the dividendLeg property.
      Returns:
      possible object is DividendLeg
    • setDividendLeg

      public void setDividendLeg(DividendLeg value)
      Sets the value of the dividendLeg property.
      Parameters:
      value - allowed object is DividendLeg
    • getFixedLeg

      public FixedPaymentLeg getFixedLeg()
      Gets the value of the fixedLeg property.
      Returns:
      possible object is FixedPaymentLeg
    • setFixedLeg

      public void setFixedLeg(FixedPaymentLeg value)
      Sets the value of the fixedLeg property.
      Parameters:
      value - allowed object is FixedPaymentLeg
    • 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