Definition Type: Group
Name: DiscountRate.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-ird-5-10.xsd
Documentation:
Model group enforces association of day count fraction with the discount rate.
Collapse XSD Schema Diagram:
Drilldown into discountRateDayCountFraction in schema fpml-ird-5-10_xsd Drilldown into discountRate in schema fpml-ird-5-10_xsdXSD Diagram of DiscountRate.model in schema fpml-ird-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="DiscountRate.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Model group enforces association of day count fraction with the discount rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="discountRate" type="xsd:decimal">
            <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:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
discountRate nsA:discountRate (1) (1)
discountRateDayCountFraction nsA:discountRateDayCountFraction 0 (1)