Definition Type: ComplexType
Name: BuyerSellerAmounts
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract False
Documentation:
A structure that defines the buyer and seller amounts of a payable.
Collapse XSD Schema Diagram:
Drilldown into sellersAmount in schema fpml-loan-5-10_xsd Drilldown into buyersAmount in schema fpml-loan-5-10_xsdXSD Diagram of BuyerSellerAmounts in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="BuyerSellerAmounts" abstract="false">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines the buyer and seller amounts of a payable.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="buyersAmount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The buyer's amount of a payable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="sellersAmount" type="NonNegativeMoney">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The seller's amount of a payable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
buyersAmount nsA:buyersAmount (1) (1)
sellersAmount nsA:sellersAmount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:transferFeeAmounts, nsA:transferFeeAmounts