complexType "FloatingPriceLeg"
Namespace:
Content:
complex, 1 attribute, 6 elements
Defined:
globally in fpml-com-5-3.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
commodity, notionalQuantity, totalNotionalQuantity, calculation, (flatRate?, flatRateAmount?)?
</...>
Content Model Elements (6):
calculation (in floatingLeg), flatRateAmount,
All Direct / Indirect Based Elements (1):
floatingLeg
Known Usage Locations
Annotation
Floating Price Leg of a Commodity Swap.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  CommoditySwapLeg (extension)
      FinancialSwapLeg (extension)
          FloatingPriceLeg
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FloatingPriceLeg">
<xsd:complexContent>
<xsd:extension base="FinancialSwapLeg">
<xsd:sequence>
<!--View Generation: SKIPPED - Documentation-->
<xsd:element name="commodity" type="Commodity"/>
<xsd:element name="calculation" type="FloatingLegCalculation"/>
<!--View Generation: SKIPPED - Documentation-->
<xsd:group minOccurs="0" ref="CommodityFreightFlatRate.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/6)
calculation
Type:
FloatingLegCalculation, complex content
Defines details relevant to the calculation of the floating price.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="calculation" type="FloatingLegCalculation"/>

commodity
Type:
Commodity, complex content
Specifies the underlying instrument. At this time, only underlyers of type Commodity are supported; the choice group in the future could offer the possibility of adding other types later.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="commodity" type="Commodity"/>

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.