Definition Type: ComplexType
Name: SplitSettlement
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type that supports the division of a gross settlement amount into a number of split settlements, each requiring its own settlement instruction.
Collapse XSD Schema Diagram:
Drilldown into beneficiary in schema fpml-shared-4-4_xsd Drilldown into beneficiaryBank in schema fpml-shared-4-4_xsd Drilldown into splitSettlementAmount in schema fpml-shared-4-4_xsdXSD Diagram of SplitSettlement in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SplitSettlement">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that supports the division of a gross settlement amount into a number of split settlements, each requiring its own settlement instruction.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="splitSettlementAmount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">One of the monetary amounts in a split settlement payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="beneficiaryBank" type="Routing" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The bank that acts for the ultimate beneficiary of the funds in receiving payments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="beneficiary" type="Routing">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The ultimate beneficiary of the funds. The beneficiary can be identified either by an account at the beneficiaryBank (qv) or by explicit routingInformation. This element provides for the latter.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
splitSettlementAmount fpml:splitSettlementAmount (1) (1)
beneficiaryBank fpml:beneficiaryBank 0 (1)
beneficiary fpml:beneficiary (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:splitSettlement