Definition Type: ComplexType
Name: ChangeContract
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-doc-4-4.xsd
Abstract True
Documentation:
Abstract base class for changes to a Contract.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-doc-4-4_xsd Drilldown into effectiveDate in schema fpml-doc-4-4_xsd Drilldown into date in schema fpml-doc-4-4_xsd Drilldown into contractReference in schema fpml-doc-4-4_xsdXSD Diagram of ChangeContract in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ChangeContract" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Abstract base class for changes to a Contract.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="contractReference" type="ContractReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Identification of the Contract which is subject to change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="date" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the the parties enter into the change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="effectiveDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date on which the change becomes effective.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="payment" type="Payment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Payment for the right to change the Contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contractReference fpml:contractReference (1) (1)
date fpml:date (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
payment fpml:payment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:ChangeContractSize, fpml:ContractTermination