Definition Type: Group
Name: BuyerSeller.model
Namespace: http://www.fpml.org/FpML-5/legal
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into sellerAccountReference in schema fpml-shared-5-10_xsd1 Drilldown into sellerPartyReference in schema fpml-shared-5-10_xsd1 Drilldown into buyerAccountReference in schema fpml-shared-5-10_xsd1 Drilldown into buyerPartyReference in schema fpml-shared-5-10_xsd1XSD Diagram of BuyerSeller.model in schema fpml-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="BuyerSeller.model">
    <xsd:sequence>
        <xsd:element name="buyerPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party that buys this instrument, ie. pays for this instrument and receives the rights defined by it. See 2000 ISDA definitions Article 11.1 (b). In the case of FRAs this the fixed rate payer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="buyerAccountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the account that buys this instrument.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sellerPartyReference" type="PartyReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the party that sells ("writes") this instrument, i.e. that grants the rights defined by this instrument and in return receives a payment for it. See 2000 ISDA definitions Article 11.1 (a). In the case of FRAs this is the floating rate payer.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sellerAccountReference" type="AccountReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A reference to the account that sells this instrument.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
buyerPartyReference nsB:buyerPartyReference (1) (1)
buyerAccountReference nsB:buyerAccountReference 0 (1)
sellerPartyReference nsB:sellerPartyReference (1) (1)
sellerAccountReference nsB:sellerAccountReference 0 (1)