<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>
|