Definition Type: ComplexType
Name: IntermediaryInformation
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type that describes the information to identify an intermediary through which payment will be made by the correspondent bank to the ultimate beneficiary of the funds.
Collapse XSD Schema Diagram:
Drilldown into intermediaryPartyReference in schema fpml-shared-5-10_xsd2 Drilldown into intermediarySequenceNumber in schema fpml-shared-5-10_xsd2 Drilldown into routingIdsAndExplicitDetails in schema fpml-shared-5-10_xsd2 Drilldown into routingExplicitDetails in schema fpml-shared-5-10_xsd2 Drilldown into routingIds in schema fpml-shared-5-10_xsd2 Drilldown into RoutingIdentification.model in schema fpml-shared-5-10_xsd2XSD Diagram of IntermediaryInformation in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IntermediaryInformation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that describes the information to identify an intermediary through which payment will be made by the correspondent bank to the ultimate beneficiary of the funds.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="RoutingIdentification.model" />
        <xsd:element name="intermediarySequenceNumber" type="xsd:positiveInteger">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A sequence number that gives the position of the current intermediary in the chain of payment intermediaries. The assumed domain value set is an ascending sequence of integers starting from 1.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="intermediaryPartyReference" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the party acting as intermediary.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
routingIds nsC:routingIds (1) (1)
routingExplicitDetails nsC:routingExplicitDetails (1) (1)
routingIdsAndExplicitDetails nsC:routingIdsAndExplicitDetails (1) (1)
intermediarySequenceNumber nsC:intermediarySequenceNumber (1) (1)
intermediaryPartyReference nsC:intermediaryPartyReference 0 (1)
<xs:group> nsC:RoutingIdentification.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsC:intermediaryInformation