<xsd:complexType name="InterestStatement">
<xsd:annotation>
<xsd:documentation xml:lang="en">IN1 Interest Notification Message Definition.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NotificationMessage">
<xsd:sequence>
<xsd:element name="issuerPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party issuing the interest statement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="receiverPartyReference" type="PartyReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party receiving the interest statement.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditSupportAgreement" type="CreditSupportAgreement" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The agreement executed between the parties and intended to govern collateral arrangement for all OTC derivatives transactions between those parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="interestRequirement" type="InterestStatementRequirement" minOccurs="0" />
<!-- the content model is essentially the same as for the interest notification (IN1) except that NO treatment is needed for the Interest Statement -->
<xsd:element name="comment" type="String" minOccurs="0" />
<xsd:group ref="PartiesAndAccounts.model" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|