Definition Type: SimpleType
Name: RoundingModulus_t
Namespace: http://www.fixprotocol.org/FIXML-5-0-SP2
Containing Schema: fixml-fields-base-5-0-SP2.xsd
Documentation:
For CIV - a float value indicating the value to which rounding is required. i.e. 0 means round to a multiple of 0 units/shares; 0.5 means round to a multiple of 0.5 units/shares. The default, if RoundingDirection (468) is specified without RoundingModulus, is to round to a whole unit/share.
Collapse XSD Schema Diagram:
XSD Diagram of RoundingModulus_t in schema fixml-fields-base-5-0-sp2_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="RoundingModulus_t">
    <xs:annotation>
        <xs:documentation>
      For CIV - a float value indicating the value to which rounding is required.
      i.e. 0 means round to a multiple of 0 units/shares; 0.5 means round to a multiple of 0.5 units/shares.
      The default, if RoundingDirection (468) is specified without RoundingModulus, is to round to a whole unit/share.
    </xs:documentation>
        <xs:appinfo>
            <fm:Xref Protocol="FIX" name="RoundingModulus" ComponentType="Field" Tag="469" Type="float" AbbrName="RndMod" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:decimal" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:RndMod