<xsd:complexType name="MarginRateChange">
<xsd:annotation>
<xsd:documentation xml:lang="en">The amount by which the margin rate has changed within a facility.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="borrowingOptionType" type="BorrowingOptionType">
<xsd:annotation>
<xsd:documentation xml:lang="en">The type of funded product for which the margin is being amended.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="loanContractSummary" type="LoanContractSummary">
<xsd:annotation>
<xsd:documentation xml:lang="en">A basic set of fields used to uniquely identify the loan contract.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element name="effectiveDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The effective date of the pricing change.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="priorRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The margin rate prior to the repricing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="postRate" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The margin rate after the repricing.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|