Definition Type: Group
Name: BuyerSeller.model
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-shared-4-5.xsd
Documentation:
Collapse XSD Schema Diagram:
Drilldown into sellerPartyReference Drilldown into buyerPartyReferenceXSD Diagram of BuyerSeller.model
Collapse XSD Schema Code:
<xsd:group name="BuyerSeller.model">
    <xsd:sequence>
        <xsd:element name="buyerPartyReference" type="PartyOrTradeSideReference">
            <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="PartyOrTradeSideReference">
            <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 fpml:buyerPartyReference (1) (1)
sellerPartyReference fpml:sellerPartyReference (1) (1)
Collapse Comments:
blog comments powered by Disqus