<xsd:complexType name="ResetReport">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining the content model for a message allowing one party to send a report listing an index that has been observed/set and the affected positions.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element name="asOfDate" type="IdentifiedDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date for which this request was generated.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dataSetName" type="NormalizedString" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the data set (portfolio, product type, etc.) that this report corresponds to.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="reportContents" type="ReportContents" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The specific characteristics included in the report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="index" type="ForecastRateIndex" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate index that has set.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="indexSource" type="RateSourcePage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The reference source such as Reuters or Bloomberg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rateObservation" type="RateObservation" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The value of the index on the reset/fixing date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="affectedPositions" type="AffectedPositions" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The positions affected by this fixing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|