<xsd:complexType name="LoanContractAdjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing adjustment in the notional amount of a loan contract that has no cash flow effect. E.g. an amount adjustment due to a defaulted loan.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="adjustment" type="Adjustment">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the type of adjustment applied - increase or decrease.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amount" type="MoneyWithParticipantShare" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|