Definition Type: Group
Name: BuyerSeller.model
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-shared-5-10.xsd
Collapse XSD Schema Diagram:
Drilldown into sellerPartyReference in schema fpml-shared-5-10_xsd5 Drilldown into buyerPartyReference in schema fpml-shared-5-10_xsd5XSD Diagram of BuyerSeller.model in schema fpml-shared-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="BuyerSeller.model">
    <xsd:sequence>
        <xsd:element name="buyerPartyReference" type="PartyReference" minOccurs="0">
            <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="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:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
buyerPartyReference nsF:buyerPartyReference 0 (1)
sellerPartyReference nsF:sellerPartyReference 0 (1)