Class BondReference
java.lang.Object
net.finmath.smartcontract.product.xml.BondReference
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBond()
Reference to a bond underlyer.boolean
Gets the value of the conditionPrecedentBond property.Gets the value of the discrepancyClause property.void
Sets the value of the bond property.void
setConditionPrecedentBond(boolean value)
Sets the value of the conditionPrecedentBond property.void
setDiscrepancyClause(Boolean value)
Sets the value of the discrepancyClause property.
-
Field Details
-
bond
-
conditionPrecedentBond
protected boolean conditionPrecedentBond -
discrepancyClause
-
-
Constructor Details
-
BondReference
public BondReference()
-
-
Method Details
-
getBond
Reference to a bond underlyer.- Returns:
- possible object is
Bond
-
setBond
Sets the value of the bond property.- Parameters:
value
- allowed object isBond
-
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
Gets the value of the discrepancyClause property.- Returns:
- possible object is
Boolean
-
setDiscrepancyClause
Sets the value of the discrepancyClause property.- Parameters:
value
- allowed object isBoolean
-