Definition Type: Group
Name: PaymentDiscounting.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Documentation:
A model group for representing the discounting elements that can be associated with a payment.
Collapse XSD Schema Diagram:
Drilldown into presentValueAmount in schema fpml-shared-4-4_xsd Drilldown into discountFactor in schema fpml-shared-4-4_xsdXSD Diagram of PaymentDiscounting.model in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="PaymentDiscounting.model">
    <xsd:annotation>
        <xsd:documentation>A model group for representing the discounting elements that can be associated with a payment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="discountFactor" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The value representing the discount factor used to calculate the present value of the cash flow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="presentValueAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount representing the present value of the forecast payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
discountFactor fpml:discountFactor 0 (1)
presentValueAmount fpml:presentValueAmount 0 (1)