<xsd:complexType name="NonPeriodicFixedPriceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">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.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CommoditySwapLeg">
<xsd:sequence>
<xsd:element name="fixedPrice" type="FixedPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed price on which fixed payments are based.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalPrice" type="NonNegativeMoney" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The total amount of the fixed payment for all units of the underlying commodity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|