Definition Type: ComplexType
Name: ChangeContractSize
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:ChangeContract
Containing Schema: fpml-doc-4-4.xsd
Abstract
Documentation:
Represent a change in Contract Size
Collapse XSD Schema Diagram:
Drilldown into outstandingNumberOfUnits in schema fpml-doc-4-4_xsd Drilldown into changeInNumberOfUnits in schema fpml-doc-4-4_xsd Drilldown into outstandingNumberOfOptions in schema fpml-doc-4-4_xsd Drilldown into changeInNumberOfOptions in schema fpml-doc-4-4_xsd Drilldown into outstandingNotionalAmount in schema fpml-doc-4-4_xsd Drilldown into changeInNotionalAmount in schema fpml-doc-4-4_xsd 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_xsd Drilldown into ChangeContract in schema fpml-doc-4-4_xsdXSD Diagram of ChangeContractSize in schema fpml-doc-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ChangeContractSize">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Represent a change in Contract Size</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ChangeContract">
            <xsd:choice>
                <xsd:sequence>
                    <xsd:element name="changeInNotionalAmount" type="Money">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Notional Amount changes</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="outstandingNotionalAmount" type="Money">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the Notional amount after the Change</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
                <xsd:sequence>
                    <xsd:element name="changeInNumberOfOptions" type="xsd:decimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Number of Options changes</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="outstandingNumberOfOptions" type="xsd:decimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the Number of Options after the Change.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
                <xsd:sequence>
                    <xsd:element name="changeInNumberOfUnits" type="xsd:decimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Number of Units changes</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="outstandingNumberOfUnits" type="xsd:decimal">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Specifies the Number of Units</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:choice>
        </xsd:extension>
    </xsd:complexContent>
</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)
changeInNotionalAmount fpml:changeInNotionalAmount (1) (1)
outstandingNotionalAmount fpml:outstandingNotionalAmount (1) (1)
changeInNumberOfOptions fpml:changeInNumberOfOptions (1) (1)
outstandingNumberOfOptions fpml:outstandingNumberOfOptions (1) (1)
changeInNumberOfUnits fpml:changeInNumberOfUnits (1) (1)
outstandingNumberOfUnits fpml:outstandingNumberOfUnits (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:increase, fpml:increase, fpml:termination, fpml:termination