Definition Type: ComplexType
Name: ContractChange
Namespace: http://www.fpml.org/2009/FpML-4-6
Containing Schema: fpml-contract-notification-4-6.xsd
Abstract
Documentation:
Details of the Contract's non-negotiated changes.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-contract-notification-4-6_xsd Drilldown into changeEvent in schema fpml-contract-notification-4-6_xsd Drilldown into effectiveDate in schema fpml-contract-notification-4-6_xsd Drilldown into contract in schema fpml-contract-notification-4-6_xsd Drilldown into oldContract in schema fpml-contract-notification-4-6_xsd Drilldown into oldContractIdentifier in schema fpml-contract-notification-4-6_xsdXSD Diagram of ContractChange in schema fpml-contract-notification-4-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractChange">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Details of the Contract's non-negotiated changes.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:element name="oldContractIdentifier" type="PartyTradeIdentifier" />
            <xsd:element name="oldContract" type="Contract" />
        </xsd:choice>
        <xsd:element name="contract" type="Contract">
            <xsd:annotation>
                <xsd:documentation>A fulll description of the changed contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation>The date on which the change become effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="changeEvent">
            <xsd:annotation>
                <xsd:documentation>Substitution point for types of change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="payment" type="Payment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Describes a payment made in settlement of this change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
oldContractIdentifier fpml:oldContractIdentifier (1) (1)
oldContract fpml:oldContract (1) (1)
contract fpml:contract (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
changeEvent fpml:changeEvent (1) (1)
payment fpml:payment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:change, fpml:change