Definition Type: ComplexType
Name: TradeChangeBase
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-business-events-5-0.xsd
Abstract
Documentation:
A structure describing a trade change.
Collapse XSD Schema Diagram:
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_xsd1XSD Diagram of TradeChangeBase in schema fpml-business-events-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TradeChangeBase">
    <xsd:annotation>
        <xsd:documentation>A structure describing a trade change.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="tradeIdentifier" type="PartyTradeIdentifier" maxOccurs="unbounded" minOccurs="0" />
        <xsd:group ref="AgreementAndEffectiveDates.model" />
        <xsd:group ref="TradeAlterationPayment.model" />
    </xsd:sequence>
</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)
<xs:group> nsB:AgreementAndEffectiveDates.model (1) (1)
<xs:group> nsB:TradeAlterationPayment.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:TradeNotionalChange