complexType "NonPeriodicFixedPriceLeg"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in fpml-com-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (10):
fixedPrice (in fixedLeg in commodityForward),
masterAgreementPaymentDates,
payerAccountReference,
payerPartyReference (defined in Payer.model group),
paymentDates (defined in CommodityNonPeriodicPaymentDates.model group),
quantityReference (in fixedLeg in commodityForward),
receiverAccountReference,
receiverPartyReference (defined in Receiver.model group),
relativePaymentDates,
totalPrice (in fixedLeg in commodityForward)
All Direct / Indirect Based Elements (1):
fixedLeg (in commodityForward)
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)
  CommoditySwapLeg (extension)
      NonPeriodicFixedPriceLeg
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="NonPeriodicFixedPriceLeg">
<xsd:complexContent>
<xsd:extension base="CommoditySwapLeg">
<xsd:sequence>
<xsd:group ref="PayerReceiver.model"/>
<xsd:element name="fixedPrice" type="FixedPrice"/>
<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:
FixedPrice, 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="FixedPrice"/>

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 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.