Class DividendPeriod

java.lang.Object
net.finmath.smartcontract.product.xml.DividendPeriod
Direct Known Subclasses:
DividendPeriodDividend, DividendPeriodPayment

public abstract class DividendPeriod extends Object
Abstract base class of all time bounded dividend period types.

Java class for DividendPeriod complex type.

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

 <complexType name="DividendPeriod">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="unadjustedStartDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="unadjustedEndDate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedDate"/>
         <element name="dateAdjustments" type="{http://www.fpml.org/FpML-5/confirmation}BusinessDayAdjustments"/>
         <element name="underlyerReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetReference" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>