Class BondReference

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

public class BondReference extends Object
A type including a reference to a bond to support the representation of an asset swap or Condition Precedent Bond.

Java class for BondReference complex type.

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

 <complexType name="BondReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}bond"/>
         <element name="conditionPrecedentBond" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="discrepancyClause" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>