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>