Definition Type: ComplexType
Name: Discounting
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-ird-4-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into discountRateDayCountFraction in schema fpml-ird-4-4_xsd Drilldown into discountRate in schema fpml-ird-4-4_xsd Drilldown into discountingType in schema fpml-ird-4-4_xsdXSD Diagram of Discounting in schema fpml-ird-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
discountingType fpml:discountingType (1) (1)
discountRate fpml:discountRate 0 (1)
discountRateDayCountFraction fpml:discountRateDayCountFraction 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:discounting