Definition Type: Group
Name: LoanTradingParticipationSettlementTerms.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Documentation:
A model which contains trade settlement terms for participations.
Collapse XSD Schema Diagram:
Drilldown into votingRights in schema fpml-loan-5-10_xsd Drilldown into collateralRequiredFlag in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingParticipationSettlementTerms.model in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="LoanTradingParticipationSettlementTerms.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A model which contains trade settlement terms for participations.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="collateralRequiredFlag" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation>Identifies whether the buyer is to supply collateral in the case the trade involves a revolver and the trade settles as a participation.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="votingRights" type="LoanTradingVotingRightsEnum">
            <xsd:annotation>
                <xsd:documentation>Identifies whether the buyer is to receive voting rights or be retained by the seller.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
collateralRequiredFlag nsA:collateralRequiredFlag (1) (1)
votingRights nsA:votingRights (1) (1)