<xsd:complexType name="CompoundingRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="interestLegRate" type="InterestCalculationReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">Reference to the interest calculation node on the Interest Leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="specificRate" type="InterestAccrualsMethod">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines a specific rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|