<xsd:complexType name="RepaymentConfirmationNotice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Confirmation notice on whether the lender has accepted or rejected the borrower’s request for unsheduled principal repayment</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FacilityNotice">
<xsd:sequence>
<xsd:element name="confirmationType" type="LoanRepaymentConfirmEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines whether the lender is accepting in ful, partially accepting or denying repayment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="shareRepaymentAmount" type="Money">
<xsd:annotation>
<xsd:documentation xml:lang="en">Repayment amount agreed to be accepted by the specific lender.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|