XML Schema Documentation

Complex Type: Tranche

[Table of contents]

Super-types: None
Sub-types: None
Name Tranche
Used by (from the same schema document) Complex Type BasketReferenceInformation , Complex Type IndexReferenceInformation
Abstract no
Documentation This type represents a CDS Tranche.
XML Instance Representation
<...>
<attachmentPoint> xsd:decimal </attachmentPoint> [1]

'Lower bound percentage of the loss that the Tranche can endure, expressed as a decimal. An attachment point of 5% would be represented as 0.05. The difference between Attachment and Exhaustion points is call the width of the Tranche. A schema facet to constraint the value between 0 to 1 will be introduced in FpML 4.3.'

<exhaustionPoint> xsd:decimal </exhaustionPoint> [1]

'Upper bound percentage of the loss that the Tranche can endure, expressed as a decimal. An exhaustion point of 5% would be represented as 0.05. The difference between Attachment and Exhaustion points is call the width of the Tranche. A schema facet to constraint the value between 0 to 1 will be introduced in FpML 4.3.'

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

'Outstanding Swap Notional Amount is defined at any time on any day, as the greater of: (a) Zero; If Incurred Recovery Amount Applicable: (b) The Original Swap Notional Amount minus the sum of all Incurred Loss Amounts and all Incurred Recovery Amounts (if any) determined under this Confirmation at or prior to such time.Incurred Recovery Amount not populated: (b) The Original Swap Notional Amount minus the sum of all Incurred Loss Amounts determined under this Confirmation at or prior to such time.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="Tranche">
<xsd:sequence>
<xsd:element name="attachmentPoint" type=" xsd:decimal "/>
<xsd:element name="exhaustionPoint" type=" xsd:decimal "/>
<xsd:element name="incurredRecoveryApplicable" type=" xsd:boolean " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>