<xsd:complexType name="LoanContractBaseRateSet">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing the initial setting of the rate on a single (new) loan contract.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractLoanContractEvent">
<xsd:sequence>
<xsd:element name="fixingDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date on which the underlying interest rate is fixed. It is an actual (adjusted) date. Note: This should default to the effective date of the loan contract in the case of a PRIME base rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="rate" type="xsd:decimal" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|