complexType "Compounding"
Namespace:
Content:
complex, 4 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
compounding (in interestCalculation)
Known Usage Locations
Annotation
Specifies the compounding method and the compounding rate.
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Compounding">
<xsd:sequence>
<xsd:element minOccurs="0" name="compoundingMethod" type="CompoundingMethodEnum"/>
<xsd:element name="compoundingRate" type="CompoundingRate"/>
<xsd:element minOccurs="0" name="compoundingSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="compoundingDates" type="AdjustableRelativeOrPeriodicDates2"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
compoundingDates
Type:
Defines the compounding dates.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="compoundingDates" type="AdjustableRelativeOrPeriodicDates2"/>

compoundingMethod
Type:
CompoundingMethodEnum, simple content
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.
Simple Content
enumeration of xsd:token
Enumeration:
"Flat"
 - 
Flat compounding. Compounding excludes the spread. Note that the first compounding period has it's interest calculated including any spread then subsequent periods compound this at a rate excluding the spread.
"None"
 - 
No compounding is to be applied.
"Straight"
 - 
Straight compounding. Compounding includes the spread.
"SpreadExclusive"
 - 
Spread Exclusive compounding.
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="compoundingMethod" type="CompoundingMethodEnum"/>

compoundingRate
Type:
CompoundingRate, complex content
Defines a compounding rate. The compounding interest can either point back to the interest calculation node on the Interest Leg, or be defined specifically.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="compoundingRate" type="CompoundingRate"/>

compoundingSpread
Type:
xsd:decimal, predefined, simple content
Defines the spread to be used for compounding. This field should be used in scenarios where the interest payment is based on a compounding formula that uses a compounding spread in addition to the regular spread.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="compoundingSpread" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.