Definition Type: ComplexType
Name: IndexChange
Namespace: http://www.fpml.org/FpML-5/transparency
Type: nsF: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_xsd4 Drilldown into indexFactor in schema fpml-business-events-5-10_xsd4 Drilldown into eventIdentifier in schema fpml-business-events-5-10_xsd4 Drilldown into AbstractEvent in schema fpml-business-events-5-10_xsd4 Drilldown into ChangeEvent in schema fpml-business-events-5-10_xsd4XSD Diagram of IndexChange in schema fpml-business-events-5-10_xsd4 (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 nsF:eventIdentifier 0 unbounded
indexFactor nsF:indexFactor 0 (1)
factoredCalculationAmount nsF:factoredCalculationAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:indexChange