Definition Type: ComplexType
Name: IndexChange
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Type: nsD:ChangeEvent
Containing Schema: fpml-business-events-5-10.xsd
Abstract
Documentation:
A structure describing the effect of a change to an index.
Collapse XSD Schema Diagram:
Drilldown into factoredCalculationAmount in schema fpml-business-events-5-10_xsd2 Drilldown into indexFactor in schema fpml-business-events-5-10_xsd2 Drilldown into eventIdentifier in schema fpml-business-events-5-10_xsd2 Drilldown into AbstractEvent in schema fpml-business-events-5-10_xsd2 Drilldown into ChangeEvent in schema fpml-business-events-5-10_xsd2XSD Diagram of IndexChange in schema fpml-business-events-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="IndexChange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure describing the effect of a change to an index.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ChangeEvent">
            <xsd:sequence>
                <xsd:element name="indexFactor" type="xsd:decimal" minOccurs="0" />
                <xsd:element name="factoredCalculationAmount" type="Money" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
eventIdentifier nsD:eventIdentifier 0 unbounded
indexFactor nsD:indexFactor 0 (1)
factoredCalculationAmount nsD:factoredCalculationAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsD:indexChange