Definition Type: Group
Name: BuyerSellerGeneric.model
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-generic-5-10.xsd
Documentation:
Defines the buyer and seller party, where the seller is optional .
Collapse XSD Schema Diagram:
Drilldown into sellerAccountReference in schema fpml-generic-5-10_xsd1 Drilldown into sellerPartyReference in schema fpml-generic-5-10_xsd1 Drilldown into buyerAccountReference in schema fpml-generic-5-10_xsd1 Drilldown into buyerPartyReference in schema fpml-generic-5-10_xsd1XSD Diagram of BuyerSellerGeneric.model in schema fpml-generic-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="BuyerSellerGeneric.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines the buyer and seller party, where the seller is optional .</xsd:documentation>
    </xsd:annotation>
    <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" minOccurs="0">
            <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 nsD:buyerPartyReference (1) (1)
buyerAccountReference nsD:buyerAccountReference 0 (1)
sellerPartyReference nsD:sellerPartyReference 0 (1)
sellerAccountReference nsD:sellerAccountReference 0 (1)