Definition Type: ComplexType
Name: Adjustment
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure used to describe an adjustment.
Collapse XSD Schema Diagram:
Drilldown into amount in schema fpml-loan-5-10_xsd Drilldown into adjustmentType in schema fpml-loan-5-10_xsdXSD Diagram of Adjustment in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Adjustment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure used to describe an adjustment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="adjustmentType" type="AmountAdjustmentEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the type of adjustment applied - increase or decrease.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="MoneyWithParticipantShare" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
adjustmentType nsA:adjustmentType (1) (1)
amount nsA:amount (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:adjustment, nsA:adjustment, nsA:adjustment, nsA:adjustment