Definition Type: ComplexType
Name: Rounding
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-shared-5-10.xsd
Abstract
Documentation:
A type defining a rounding direction and precision to be used in the rounding of a rate.
Collapse XSD Schema Diagram:
Drilldown into precision in schema fpml-shared-5-10_xsd2 Drilldown into roundingDirection in schema fpml-shared-5-10_xsd2XSD Diagram of Rounding in schema fpml-shared-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Rounding">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining a rounding direction and precision to be used in the rounding of a rate.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="roundingDirection" type="RoundingDirectionEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the rounding direction.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="precision" type="xsd:nonNegativeInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the rounding precision in terms of a number of decimal places. Note how a percentage rate rounding of 5 decimal places is expressed as a rounding precision of 7 in the FpML document since the percentage is expressed as a decimal, e.g. 9.876543% (or 0.09876543) being rounded to the nearest 5 decimal places is 9.87654% (or 0.0987654).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
roundingDirection nsC:roundingDirection 0 (1)
precision nsC:precision 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:finalRateRounding