Class ConvertibleBond


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>
 
  • Field Details

  • Constructor Details

    • ConvertibleBond

      public ConvertibleBond()
  • Method Details

    • getUnderlyingEquity

      public EquityAsset getUnderlyingEquity()
      Gets the value of the underlyingEquity property.
      Returns:
      possible object is EquityAsset
    • setUnderlyingEquity

      public void setUnderlyingEquity(EquityAsset value)
      Sets the value of the underlyingEquity property.
      Parameters:
      value - allowed object is EquityAsset
    • getRedemptionDate

      public XMLGregorianCalendar getRedemptionDate()
      Gets the value of the redemptionDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setRedemptionDate

      public void setRedemptionDate(XMLGregorianCalendar value)
      Sets the value of the redemptionDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar