Definition Type: ComplexType
Name: SettlementDetails
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A set of currency-specific settlement instructions.
Collapse XSD Schema Diagram:
Drilldown into settlementInstruction in schema fpml-loan-5-10_xsd Drilldown into currency in schema fpml-loan-5-10_xsd Drilldown into id in schema fpml-loan-5-10_xsdXSD Diagram of SettlementDetails in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="SettlementDetails">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A set of currency-specific settlement instructions.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="id" type="SettlementInstructionId">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A unique identifier for a cash settlement details structure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="currency" type="Currency">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Currency associated with the settlement instruction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="settlementInstruction" type="SettlementInstruction">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A standard settlement instruction defining how a currency payment is to be made.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
id nsA:id (1) (1)
currency nsA:currency (1) (1)
settlementInstruction nsA:settlementInstruction (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:settlementDetails, nsA:settlementDetails, nsA:settlementDetails