Class DividendLeg


public class DividendLeg extends DirectionalLegUnderlyer
Floating Payment Leg of a Dividend Swap.

Java class for DividendLeg complex type.

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

 <complexType name="DividendLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLegUnderlyer">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}DeclaredCashAndCashEquivalentDividendPercentage.model"/>
         <element name="dividendPeriod" type="{http://www.fpml.org/FpML-5/confirmation}DividendPeriodPayment" maxOccurs="unbounded"/>
         <element name="specialDividends" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="materialDividend" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • declaredCashDividendPercentage

      protected BigDecimal declaredCashDividendPercentage
    • declaredCashEquivalentDividendPercentage

      protected BigDecimal declaredCashEquivalentDividendPercentage
    • dividendPeriod

      protected List<DividendPeriodPayment> dividendPeriod
    • specialDividends

      protected Boolean specialDividends
    • materialDividend

      protected Boolean materialDividend
  • Constructor Details

    • DividendLeg

      public DividendLeg()
  • Method Details

    • getDeclaredCashDividendPercentage

      public BigDecimal getDeclaredCashDividendPercentage()
      Gets the value of the declaredCashDividendPercentage property.
      Returns:
      possible object is BigDecimal
    • setDeclaredCashDividendPercentage

      public void setDeclaredCashDividendPercentage(BigDecimal value)
      Sets the value of the declaredCashDividendPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getDeclaredCashEquivalentDividendPercentage

      public BigDecimal getDeclaredCashEquivalentDividendPercentage()
      Gets the value of the declaredCashEquivalentDividendPercentage property.
      Returns:
      possible object is BigDecimal
    • setDeclaredCashEquivalentDividendPercentage

      public void setDeclaredCashEquivalentDividendPercentage(BigDecimal value)
      Sets the value of the declaredCashEquivalentDividendPercentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getDividendPeriod

      public List<DividendPeriodPayment> getDividendPeriod()
      Gets the value of the dividendPeriod 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 dividendPeriod property.

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

          getDividendPeriod().add(newItem);
       

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

    • isSpecialDividends

      public Boolean isSpecialDividends()
      Gets the value of the specialDividends property.
      Returns:
      possible object is Boolean
    • setSpecialDividends

      public void setSpecialDividends(Boolean value)
      Sets the value of the specialDividends property.
      Parameters:
      value - allowed object is Boolean
    • isMaterialDividend

      public Boolean isMaterialDividend()
      Gets the value of the materialDividend property.
      Returns:
      possible object is Boolean
    • setMaterialDividend

      public void setMaterialDividend(Boolean value)
      Sets the value of the materialDividend property.
      Parameters:
      value - allowed object is Boolean