Definition Type: ComplexType
Name: ContractAmendment
Namespace: http://www.fpml.org/2009/FpML-4-6
Containing Schema: fpml-contract-notification-4-6.xsd
Abstract
Documentation:
Details of the amendment.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-contract-notification-4-6_xsd Drilldown into effectiveDate in schema fpml-contract-notification-4-6_xsd Drilldown into agreementDate in schema fpml-contract-notification-4-6_xsd Drilldown into contract in schema fpml-contract-notification-4-6_xsdXSD Diagram of ContractAmendment in schema fpml-contract-notification-4-6_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ContractAmendment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Details of the amendment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="contract" type="Contract">
            <xsd:annotation>
                <xsd:documentation>A fulll description of the amended contract.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="agreementDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation>The date on which the change was agreed.</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 name="payment" type="Payment" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Describes a payment made in settlement of the change.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
contract fpml:contract (1) (1)
agreementDate fpml:agreementDate (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
payment fpml:payment 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:amendment, fpml:amendment