Class Bond

java.lang.Object
Direct Known Subclasses:
ConvertibleBond

public class Bond extends UnderlyingAsset
An exchange traded bond.

Java class for Bond complex type.

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

 <complexType name="Bond">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FixedIncomeSecurityContent.model"/>
         <element name="parValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="faceAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BondCalculation.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>