Definition Type: ComplexType
Name: Discounting
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-ird-5-10.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-5-10_xsd3 Drilldown into discountRate in schema fpml-ird-5-10_xsd3 Drilldown into DiscountRate.model in schema fpml-ird-5-10_xsd3 Drilldown into discountingType in schema fpml-ird-5-10_xsd3XSD Diagram of Discounting in schema fpml-ird-5-10_xsd3 (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" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The discounting method that is applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="DiscountRate.model" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
discountingType nsE:discountingType 0 (1)
discountRate nsE:discountRate 0 (1)
discountRateDayCountFraction nsE:discountRateDayCountFraction 0 (1)
<xs:group> nsE:DiscountRate.model 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:discounting