Class DividendPeriodDividend

java.lang.Object
net.finmath.smartcontract.product.xml.DividendPeriod
net.finmath.smartcontract.product.xml.DividendPeriodDividend

public class DividendPeriodDividend extends DividendPeriod
A time bounded dividend period, with an expected dividend for each period.

Java class for DividendPeriodDividend complex type.

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

 <complexType name="DividendPeriodDividend">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DividendPeriod">
       <sequence>
         <element name="dividend" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney"/>
         <element name="multiplier" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DividendPeriodDividend

      public DividendPeriodDividend()
  • Method Details

    • getDividend

      public NonNegativeMoney getDividend()
      Gets the value of the dividend property.
      Returns:
      possible object is NonNegativeMoney
    • setDividend

      public void setDividend(NonNegativeMoney value)
      Sets the value of the dividend property.
      Parameters:
      value - allowed object is NonNegativeMoney
    • getMultiplier

      public BigDecimal getMultiplier()
      Gets the value of the multiplier property.
      Returns:
      possible object is BigDecimal
    • setMultiplier

      public void setMultiplier(BigDecimal value)
      Sets the value of the multiplier property.
      Parameters:
      value - allowed object is BigDecimal