<xsd:complexType name="Compounding">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the compounding method and the compounding rate.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="compoundingMethod" type="CompoundingMethodEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">If more that one calculation period contributes to a single payment amount this element specifies whether compounding is applicable, and if so, what compounding method is to be used. This element must only be included when more that one calculation period contributes to a single payment amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="compoundingRate" type="CompoundingRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines 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:element>
</xsd:sequence>
</xsd:complexType>
|