Definition Type: ComplexType
Name: TransferRounding
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-collateral-processes-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-collateral-processes-5-10_xsd Drilldown into direction in schema fpml-collateral-processes-5-10_xsdXSD Diagram of TransferRounding in schema fpml-collateral-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TransferRounding">
    <xsd:sequence>
        <xsd:element name="direction" type="RoundingDirectionEnum" minOccurs="0" />
        <xsd:element name="amount" type="NonNegativeDecimal" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
direction nsE:direction 0 (1)
amount nsE:amount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:transferRounding