complexType "CommodityInterestCalculation"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-com-5-7.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
dayCountFraction (in interestCalculation in commodityInterestLeg),
rate (in interestCalculation in commodityInterestLeg)
All Direct / Indirect Based Elements (1):
interestCalculation (in commodityInterestLeg)
Known Usage Locations
Annotation
Specifies the fixed payment amount on a return swap. This amount may be referred to as the interest amount or the fee amount.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="CommodityInterestCalculation">
<xsd:choice>
<xsd:sequence>
<xsd:element name="rate" type="xsd:decimal"/>
<xsd:element name="dayCountFraction" type="DayCountFraction"/>
</xsd:sequence>
</xsd:choice>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
dayCountFraction
Type:
DayCountFraction, simple content
Specifies the number of calendar days in the Calculation Period divided by the calendar days basis e.g. actual number of days in the Calculation Period divided by 365.
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dayCountFraction" type="DayCountFraction"/>

rate
Type:
xsd:decimal, predefined, simple content
The percentage that, when multiplied by the Notional Amount and the number of calendar days in the Calculation Period divided by the calendar days basis, is the fixed amount payed per Calculation Period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="rate" 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.