Definition Type: SimpleType
Name: AmountAdjustmentEnum
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-enum-5-10.xsd
Documentation:
The type of adjustment applied to any amount.
Collapse XSD Schema Diagram:
XSD Diagram of AmountAdjustmentEnum in schema fpml-enum-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="AmountAdjustmentEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The type of adjustment applied to any amount.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Decrease">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an decrease.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Increase">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Denotes an increase.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Decrease
Enumeration Increase
Collapse Derivation Tree:
Collapse References:
nsA:adjustmentType