Definition Type: ComplexType
Name: TradeChangeBase
Namespace: http://www.fpml.org/FpML-5/confirmation
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_xsd Drilldown into TradeAlterationPayment.model in schema fpml-business-events-5-0_xsd Drilldown into effectiveDate in schema fpml-business-events-5-0_xsd Drilldown into agreementDate in schema fpml-business-events-5-0_xsd Drilldown into AgreementAndEffectiveDates.model in schema fpml-business-events-5-0_xsd Drilldown into tradeIdentifier in schema fpml-business-events-5-0_xsdXSD Diagram of TradeChangeBase in schema fpml-business-events-5-0_xsd (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" />
        <xsd:group ref="AgreementAndEffectiveDates.model" />
        <xsd:group ref="TradeAlterationPayment.model" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
tradeIdentifier nsA:tradeIdentifier (1) unbounded
agreementDate nsA:agreementDate (1) (1)
effectiveDate nsA:effectiveDate (1) (1)
payment nsA:payment 0 (1)
<xs:group> nsA:AgreementAndEffectiveDates.model (1) (1)
<xs:group> nsA:TradeAlterationPayment.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:TradeNotionalChange