complexType "FloatingLegCalculation"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-com-5-3.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
pricingDates, spread??
</...>
Content Model Elements (2):
pricingDates, spread (in calculation in floatingLeg)
All Direct / Indirect Based Elements (1):
calculation (in floatingLeg)
Known Usage Locations
Annotation
A type to capture details relevant to the calculation of the floating price.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FloatingLegCalculation">
<xsd:sequence>
<xsd:element name="pricingDates" type="CommodityPricingDates"/>
<xsd:choice minOccurs="0">
<xsd:element minOccurs="0" name="spread" type="Money"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
pricingDates
Type:
CommodityPricingDates, complex content
Commodity Pricing Dates.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="pricingDates" type="CommodityPricingDates"/>

spread
Type:
Money, complex content
The spread over or under the Commodity Reference Price for this leg of the trade. This element is intended to be used for basis trades.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="spread" type="Money"/>

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