Definition Type: ComplexType
Name: ApplicableSettlementInstructionDetails
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractApplicablePartyProfileObjects
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that defines the assets (or type of assets) that a particular set of settlement instrution details may be associated with.
Collapse XSD Schema Diagram:
Drilldown into settlementDetails in schema fpml-loan-5-10_xsd Drilldown into applicableTransactions in schema fpml-loan-5-10_xsd Drilldown into applicableAssets in schema fpml-loan-5-10_xsd Drilldown into identifier in schema fpml-loan-5-10_xsd Drilldown into AbstractApplicablePartyProfileObjects in schema fpml-loan-5-10_xsdXSD Diagram of ApplicableSettlementInstructionDetails in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ApplicableSettlementInstructionDetails">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that defines the assets (or type of assets) that a particular set of settlement instrution details may be associated with.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractApplicablePartyProfileObjects">
            <xsd:sequence>
                <xsd:element name="settlementDetails" type="SettlementDetails" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation>Settlement account details to describe the acount to which cash should be sent, for payments received by the party sending the Lender Party Notification.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
identifier nsA:identifier (1) (1)
applicableAssets nsA:applicableAssets 0 (1)
applicableTransactions nsA:applicableTransactions 0 unbounded
settlementDetails nsA:settlementDetails (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:settlementInstructionDetails