Class DividendPaymentDate

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

public class DividendPaymentDate extends Object
A type describing the date on which the dividend will be paid/received. This type is also used to specify the date on which the FX rate will be determined, when applicable.

Java class for DividendPaymentDate complex type.

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

 <complexType name="DividendPaymentDate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="dividendDateReference" type="{http://www.fpml.org/FpML-5/confirmation}DividendDateReferenceEnum"/>
             <element name="paymentDateOffset" type="{http://www.fpml.org/FpML-5/confirmation}Offset" minOccurs="0"/>
           </sequence>
           <element name="adjustableDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>