Drilldown into Compounding Drilldown into Compounding
Definition Type Complex Type
Name Compounding
Namespace http://www.fpml.org/2007/FpML-4-4
Abstract False
Documentation Specifies the compounding method and the compounding rate.
XSD Schema fpml-eq-shared-4-4.xsd
Collapse XSD Schema Diagram
XSD Diagram of Compounding
Collapse XSD Schema Code
<xsd:complexType name="Compounding" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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>
Collapse Child Elements
Name Type Min Occurs Max Occurs
Collapse Derivation Tree
[No Sub Types]
Compounding
    fpml:compounding
Collapse References
fpml:compounding
Generated using Liquid XML Studio Designer Edition 8.0.4.1955 - Featuring XML Schema to HTML Doc Generation