Definition Type: ComplexType
Name: LoanTradingSettlementTaskDates
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that details key dates related to a task that is a prerequisite to trade settlement.
Collapse XSD Schema Diagram:
Drilldown into clearedDate in schema fpml-loan-5-10_xsd Drilldown into expectedDate in schema fpml-loan-5-10_xsd Drilldown into raisedDate in schema fpml-loan-5-10_xsdXSD Diagram of LoanTradingSettlementTaskDates in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LoanTradingSettlementTaskDates">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that details key dates related to a task that is a prerequisite to trade settlement.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="raisedDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the settlement task was raised.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="expectedDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The date by which the settlement task is expected to be completed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="clearedDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the settlement task was either cleared or cancelled.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
raisedDate nsA:raisedDate (1) (1)
expectedDate nsA:expectedDate 0 (1)
clearedDate nsA:clearedDate 0 (1)
Collapse Derivation Tree:
  • LoanTradingSettlementTaskDates
Collapse References:
nsA:dates