Definition Type: ComplexType
Name: NonPeriodicFixedPriceLeg
Namespace: http://www.fpml.org/2009/FpML-4-6
Type: fpml:Leg
Containing Schema: fpml-com-4-6.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-4-6_xsd Drilldown into paymentDates in schema fpml-com-4-6_xsd Drilldown into CommodityNonPeriodicPaymentDates.model in schema fpml-com-4-6_xsd Drilldown into relativePaymentDates in schema fpml-com-4-6_xsd Drilldown into CommodityPaymentDates.model in schema fpml-com-4-6_xsd Drilldown into quantityReference in schema fpml-com-4-6_xsd Drilldown into fixedPrice in schema fpml-com-4-6_xsd Drilldown into receiverPartyReference in schema fpml-shared-4-6_xsd Drilldown into payerPartyReference in schema fpml-shared-4-6_xsd Drilldown into PayerReceiver.model in schema fpml-shared-4-6_xsd Drilldown into Leg in schema fpml-shared-4-6_xsd Drilldown into id in schema fpml-com-4-6_xsdXSD Diagram of NonPeriodicFixedPriceLeg in schema fpml-com-4-6_xsd (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="Leg">
            <xsd:sequence>
                <xsd:group ref="PayerReceiver.model" />
                <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="quantityReference" type="QuantityReference">
                    <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:attribute name="id" type="xsd:ID" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
payerPartyReference fpml:payerPartyReference (1) (1)
receiverPartyReference fpml:receiverPartyReference (1) (1)
fixedPrice fpml:fixedPrice (1) (1)
quantityReference fpml:quantityReference (1) (1)
relativePaymentDates fpml:relativePaymentDates (1) (1)
paymentDates fpml:paymentDates (1) (1)
masterAgreementPaymentDates fpml:masterAgreementPaymentDates (1) (1)
<xs:group> fpml:PayerReceiver.model (1) (1)
<xs:group> fpml:CommodityPaymentDates.model (1) (1)
<xs:group> fpml:CommodityNonPeriodicPaymentDates.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:fixedLeg