<xsd:complexType name="RolloverNotificationRetracted">
<xsd:annotation>
<xsd:documentation xml:lang="en">A loan servicing retraction designed to cancel a previous rollover transaction.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="NonCorrectableRequestMessage">
<xsd:sequence>
<xsd:sequence>
<xsd:element name="businessEventGroupId" type="BusinessEventGroupIdentifier">
<xsd:annotation>
<xsd:documentation xml:lang="en">An identifier used to group related business events together.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:sequence>
<xsd:element name="maturingContracts">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list of all contracts that are maturing during the rollover event.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:group ref="LoanContractDetails.model" maxOccurs="unbounded" />
</xsd:complexType>
</xsd:element>
<xsd:element name="currentContracts">
<xsd:annotation>
<xsd:documentation xml:lang="en">A list of all contracts whose rates are resetting or contracts that are initiating as part of the rollover event.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="contract" type="LoanContract" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The optional business events that can be combined to represent all the actions/chash flows that take place during the rollover.</xsd:documentation>
</xsd:annotation>
<xsd:element name="baseRateSet" type="LoanContractBaseRateSet" />
<xsd:element name="borrowing" type="Borrowing" />
<xsd:element name="commitmentAdjustment" type="CommitmentAdjustment" />
<xsd:element name="interestCapitalization" type="InterestCapitalization" />
<xsd:element name="interestPayment" type="InterestPayment" />
<xsd:element name="repayment" type="Repayment" />
</xsd:choice>
<xsd:group ref="FacilityDetails.model" />
<xsd:element name="party" type="Party" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|