Definition Type: ComplexType
Name: PartialTerminationAmount
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-posttrade-4-4.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into outstandingNumberOfOptions in schema fpml-posttrade-4-4_xsd Drilldown into decreaseInNumberOfOptions in schema fpml-posttrade-4-4_xsd Drilldown into outstandingNotionalAmount in schema fpml-posttrade-4-4_xsd Drilldown into decreaseInNotionalAmount in schema fpml-posttrade-4-4_xsdXSD Diagram of PartialTerminationAmount in schema fpml-posttrade-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartialTerminationAmount">
    <xsd:sequence>
        <xsd:choice minOccurs="0">
            <xsd:sequence>
                <xsd:element name="decreaseInNotionalAmount" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Notional decreases due to the Partial Termination transaction.</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 Partial Termination.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:sequence>
                <xsd:element name="decreaseInNumberOfOptions" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the fixed amount by which the Number of Options decreases due to the Partial Termination transaction.</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 Partial Termination.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
decreaseInNotionalAmount fpml:decreaseInNotionalAmount (1) (1)
outstandingNotionalAmount fpml:outstandingNotionalAmount (1) (1)
decreaseInNumberOfOptions fpml:decreaseInNumberOfOptions (1) (1)
outstandingNumberOfOptions fpml:outstandingNumberOfOptions (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:partial