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

    • bond

      protected Bond bond
    • conditionPrecedentBond

      protected boolean conditionPrecedentBond
    • discrepancyClause

      protected Boolean discrepancyClause
  • Constructor Details

    • BondReference

      public BondReference()
  • Method Details

    • getBond

      public Bond getBond()
      Reference to a bond underlyer.
      Returns:
      possible object is Bond
    • setBond

      public void setBond(Bond value)
      Sets the value of the bond property.
      Parameters:
      value - allowed object is Bond
    • isConditionPrecedentBond

      public boolean isConditionPrecedentBond()
      Gets the value of the conditionPrecedentBond property.
    • setConditionPrecedentBond

      public void setConditionPrecedentBond(boolean value)
      Sets the value of the conditionPrecedentBond property.
    • isDiscrepancyClause

      public Boolean isDiscrepancyClause()
      Gets the value of the discrepancyClause property.
      Returns:
      possible object is Boolean
    • setDiscrepancyClause

      public void setDiscrepancyClause(Boolean value)
      Sets the value of the discrepancyClause property.
      Parameters:
      value - allowed object is Boolean