complexType "NonPeriodicFixedPriceLeg"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in fpml-com-5-13.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (10):
payerPartyReference (defined in Payer.model group),
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The details of a fixed payment. Can be used for a forward transaction or as the base for a more complex fixed leg component such as the fixed leg of a swap.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  CommodityLeg (extension)
      NonPeriodicFixedPriceLeg
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="NonPeriodicFixedPriceLeg">
<xsd:complexContent>
<xsd:extension base="CommodityLeg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="fixedPrice" type="CommodityFixedPrice"/>
<xsd:element minOccurs="0" name="totalPrice" type="NonNegativeMoney"/>
<xsd:element name="quantityReference" type="QuantityReference"/>
<xsd:group ref="CommodityPaymentDates.model"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/10)
fixedPrice
Type:
CommodityFixedPrice, complex content
Fixed price on which fixed payments are based.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="fixedPrice" type="CommodityFixedPrice"/>

quantityReference
Type:
QuantityReference, empty content
A pointer style reference to a quantity defined on another leg.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="quantityReference" type="QuantityReference"/>

totalPrice
Type:
NonNegativeMoney, complex content
The total amount of the fixed payment for all units of the underlying commodity.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="totalPrice" type="NonNegativeMoney"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.