Class SingleUnderlyer

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

public class SingleUnderlyer extends Object
A type describing a single underlyer

Java class for SingleUnderlyer complex type.

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

 <complexType name="SingleUnderlyer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}underlyingAsset"/>
         <element name="openUnits" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="dividendPayout" type="{http://www.fpml.org/FpML-5/confirmation}DividendPayout" minOccurs="0"/>
         <element name="couponPayment" type="{http://www.fpml.org/FpML-5/confirmation}PendingPayment" minOccurs="0"/>
         <element name="averageDailyTradingVolume" type="{http://www.fpml.org/FpML-5/confirmation}AverageDailyTradingVolumeLimit" minOccurs="0"/>
         <element name="depositoryReceipt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>