Class DividendAdjustment

java.lang.Object
net.finmath.smartcontract.product.xml.DividendAdjustment

public class DividendAdjustment extends Object
Container for Dividend Adjustment Periods, which are used to calculate the Deviation between Expected Dividend and Actual Dividend in that Period.

Java class for DividendAdjustment complex type.

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

 <complexType name="DividendAdjustment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dividendPeriod" type="{http://www.fpml.org/FpML-5/confirmation}DividendPeriodDividend" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>