<xsd:complexType name="Discounting">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining discounting information. The 2000 ISDA definitions, section 8.4. discounting (related to the calculation of a discounted fixed amount or floating amount) apply. This type must only be included if discounting applies.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="discountingType" type="DiscountingTypeEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">The discounting method that is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="discountRate" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A discount rate, expressed as a decimal, to be used in the calculation of a discounted amount. A discount amount of 5% would be represented as 0.05.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="discountRateDayCountFraction" type="DayCountFraction" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A discount day count fraction to be used in the calculation of a discounted amount.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|