Definition Type: ComplexType
Name: NonPeriodicFixedPriceLeg
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:CommoditySwapLeg
Containing Schema: fpml-com-5-10.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into masterAgreementPaymentDates in schema fpml-com-5-10_xsd1 Drilldown into paymentDates in schema fpml-com-5-10_xsd1 Drilldown into CommodityNonPeriodicPaymentDates.model in schema fpml-com-5-10_xsd1 Drilldown into relativePaymentDates in schema fpml-com-5-10_xsd1 Drilldown into CommodityPaymentDates.model in schema fpml-com-5-10_xsd1 Drilldown into quantityReference in schema fpml-com-5-10_xsd1 Drilldown into totalPrice in schema fpml-com-5-10_xsd1 Drilldown into fixedPrice in schema fpml-com-5-10_xsd1 Drilldown into receiverAccountReference in schema fpml-shared-5-10_xsd3 Drilldown into receiverPartyReference in schema fpml-shared-5-10_xsd3 Drilldown into Receiver.model in schema fpml-shared-5-10_xsd3 Drilldown into payerAccountReference in schema fpml-shared-5-10_xsd3 Drilldown into payerPartyReference in schema fpml-shared-5-10_xsd3 Drilldown into Payer.model in schema fpml-shared-5-10_xsd3 Drilldown into PayerReceiver.model in schema fpml-shared-5-10_xsd3 Drilldown into id in schema fpml-shared-5-10_xsd3 Drilldown into Leg in schema fpml-shared-5-10_xsd3 Drilldown into CommoditySwapLeg in schema fpml-com-5-10_xsd1XSD Diagram of NonPeriodicFixedPriceLeg in schema fpml-com-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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:group ref="PayerReceiver.model">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A complex group containing references to the identity of the paying party, the receiving party and the accounts used by each.</xsd:documentation>
                    </xsd:annotation>
                </xsd:group>
                <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:element name="quantityReference" type="QuantityReference" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A pointer style reference to a quantity defined on another leg.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:group ref="CommodityPaymentDates.model" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference nsD:payerPartyReference (1) (1)
payerAccountReference nsD:payerAccountReference 0 (1)
receiverPartyReference nsD:receiverPartyReference 0 (1)
receiverAccountReference nsD:receiverAccountReference 0 (1)
fixedPrice nsD:fixedPrice (1) (1)
totalPrice nsD:totalPrice 0 (1)
quantityReference nsD:quantityReference 0 (1)
relativePaymentDates nsD:relativePaymentDates (1) (1)
paymentDates nsD:paymentDates (1) (1)
masterAgreementPaymentDates nsD:masterAgreementPaymentDates (1) (1)
<xs:group> nsD:PayerReceiver.model (1) (1)
<xs:group> nsD:Payer.model (1) (1)
<xs:group> nsD:Receiver.model (1) (1)
<xs:group> nsD:CommodityPaymentDates.model (1) (1)
<xs:group> nsD:CommodityNonPeriodicPaymentDates.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsD:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsD:fixedLeg