Definition Type: Group
Name: LoanTradingSettlementTerms.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model which contains settlement terms of a trade.
Collapse XSD Schema Diagram:
Drilldown into formOfPurchase in schema fpml-loan-5-10_xsd Drilldown into tradingAssociation in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingSettlementTerms.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanTradingSettlementTerms.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model which contains settlement terms of a trade.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradingAssociation" type="LoanTradingAssocEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the trading association under which the loan trade documentation is governed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="formOfPurchase" type="LoanTradingFormOfPurchaseEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines whether the trade is being settled by assignment or participation (i.e. sub-participation).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradingAssociation nsA:tradingAssociation (1) (1)
formOfPurchase nsA:formOfPurchase (1) (1)