Definition Type: ComplexType
Name: TradeNotionalChange
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsB:TradeChangeBase
Containing Schema: fpml-business-events-5-0.xsd
Abstract
Documentation:
A structure describing a change to the trade notional.
Collapse XSD Schema Diagram:
Drilldown into outstandingNumberOfUnits in schema fpml-business-events-5-0_xsd1 Drilldown into changeInNumberOfUnits in schema fpml-business-events-5-0_xsd1 Drilldown into outstandingNumberOfOptions in schema fpml-business-events-5-0_xsd1 Drilldown into changeInNumberOfOptions in schema fpml-business-events-5-0_xsd1 Drilldown into outstandingNotionalAmount in schema fpml-business-events-5-0_xsd1 Drilldown into changeInNotionalAmount in schema fpml-business-events-5-0_xsd1 Drilldown into payment in schema fpml-business-events-5-0_xsd1 Drilldown into TradeAlterationPayment.model in schema fpml-business-events-5-0_xsd1 Drilldown into effectiveDate in schema fpml-business-events-5-0_xsd1 Drilldown into agreementDate in schema fpml-business-events-5-0_xsd1 Drilldown into AgreementAndEffectiveDates.model in schema fpml-business-events-5-0_xsd1 Drilldown into tradeIdentifier in schema fpml-business-events-5-0_xsd1 Drilldown into TradeChangeBase in schema fpml-business-events-5-0_xsd1XSD Diagram of TradeNotionalChange in schema fpml-business-events-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeNotionalChange">
    <xsd:annotation>
        <xsd:documentation>A structure describing a change to the trade notional.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="TradeChangeBase">
            <xsd:choice>
                <xsd:sequence>
                    <xsd:element name="changeInNotionalAmount" type="Money" minOccurs="0">
                        <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" minOccurs="0">
                        <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" minOccurs="0">
                        <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" minOccurs="0">
                        <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" minOccurs="0">
                        <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" minOccurs="0">
                        <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
tradeIdentifier nsB:tradeIdentifier 0 unbounded
agreementDate nsB:agreementDate 0 (1)
effectiveDate nsB:effectiveDate 0 (1)
payment nsB:payment 0 (1)
changeInNotionalAmount nsB:changeInNotionalAmount 0 (1)
outstandingNotionalAmount nsB:outstandingNotionalAmount 0 (1)
changeInNumberOfOptions nsB:changeInNumberOfOptions 0 (1)
outstandingNumberOfOptions nsB:outstandingNumberOfOptions 0 (1)
changeInNumberOfUnits nsB:changeInNumberOfUnits 0 (1)
outstandingNumberOfUnits nsB:outstandingNumberOfUnits 0 (1)
<xs:group> nsB:AgreementAndEffectiveDates.model (1) (1)
<xs:group> nsB:TradeAlterationPayment.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:increase, nsB:termination