XML Schema Documentation

Complex Type: CompoundingRate

[Table of contents]

Super-types: None
Sub-types: None
Name CompoundingRate
Used by (from the same schema document) Complex Type Compounding
Abstract no
Documentation A type defining a compounding rate. The compounding interest can either point back to the interest calculation node on the Interest Leg, or be defined specifically.
XML Instance Representation
<...>
Start Choice [1]
<interestLegRate> InterestCalculationReference </interestLegRate> [1]

'Reference to the interest calculation node on the Interest Leg.'

<specificRate> InterestAccrualsMethod </specificRate> [1]

'Defines a specific rate.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CompoundingRate">
<xsd:choice>
<xsd:element name="interestLegRate" type=" InterestCalculationReference "/>
<xsd:element name="specificRate" type=" InterestAccrualsMethod "/>
</xsd:choice>
</xsd:complexType>