Class ConvertibleBond

java.lang.Object

public class ConvertibleBond extends Bond

Java class for ConvertibleBond complex type.

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

 <complexType name="ConvertibleBond">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Bond">
       <sequence>
         <element name="underlyingEquity" type="{http://www.fpml.org/FpML-5/confirmation}EquityAsset" minOccurs="0"/>
         <element name="redemptionDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>