Definition Type: ComplexType
Name: PartialTerminationAmount
Namespace: http://www.fpml.org/2004/FpML-4-1
Containing Schema: fpml-posttrade-4-1.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into outstandingNumberOfOptions in schema fpml-posttrade-4-1_xsd Drilldown into decreaseInNumberOfOptions in schema fpml-posttrade-4-1_xsd Drilldown into outstandingNotionalAmount in schema fpml-posttrade-4-1_xsd Drilldown into decreaseInNotionalAmount in schema fpml-posttrade-4-1_xsdXSD Diagram of PartialTerminationAmount in schema fpml-posttrade-4-1_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PartialTerminationAmount">
    <xsd:choice>
        <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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
decreaseInNotionalAmount nsA:decreaseInNotionalAmount (1) (1)
outstandingNotionalAmount nsA:outstandingNotionalAmount (1) (1)
decreaseInNumberOfOptions nsA:decreaseInNumberOfOptions (1) (1)
outstandingNumberOfOptions nsA:outstandingNumberOfOptions (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:partial