Class DividendPayout

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

public class DividendPayout extends Object
A type describing the dividend payout ratio associated with an equity underlyer. In certain cases the actual ratio is not known on trade inception, and only general conditions are then specified.

Java class for DividendPayout complex type.

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

 <complexType name="DividendPayout">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="dividendPayoutRatio" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="dividendPayoutRatioCash" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
             <element name="dividendPayoutRatioNonCash" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
           </sequence>
           <element name="dividendPayoutConditions" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
         </choice>
         <element name="dividendPayment" type="{http://www.fpml.org/FpML-5/confirmation}PendingPayment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>