Class DividendPeriodPayment

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

public class DividendPeriodPayment extends DividendPeriod
A time bounded dividend period, with fixed strike and a dividend payment date per period.

Java class for DividendPeriodPayment complex type.

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

 <complexType name="DividendPeriodPayment">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DividendPeriod">
       <sequence>
         <element name="fixedStrike" type="{http://www.fpml.org/FpML-5/confirmation}PositiveDecimal"/>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate"/>
         <element name="valuationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>