XML Schema Documentation

Complex Type: BondReference

[Table of contents]

Super-types: None
Sub-types: None
Name BondReference
Used by (from the same schema document) Complex Type SwapAdditionalTerms
Abstract no
Documentation A type including a reference to a bond to support the representation of an asset swap or Condition Precedent Bond.
XML Instance Representation
<...>
<bond> ... </bond> [1]

'Reference to a bond underlyer.'

<conditionPrecedentBond> xsd:boolean </conditionPrecedentBond> [1]

'To indicate whether the Condition Precedent Bond is applicable. The swap contract is only valid if the bond is issued and if there is any dispute over the terms of fixed stream then the bond terms would be used.'

<discrepancyClause> xsd:boolean </discrepancyClause> [0..1]

'To indicate whether the Discrepancy Clause is applicable.'

</...>
Diagram
element_bond
Schema Component Representation
<xsd:complexType name="BondReference">
<xsd:sequence>
<xsd:element ref=" bond "/>
<xsd:element name="conditionPrecedentBond" type=" xsd:boolean "/>
<xsd:element name="discrepancyClause" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>