Definition Type: Group
Name: TradeOrInfo.model
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-business-events-5-10.xsd
Documentation:
Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.
Collapse XSD Schema Diagram:
Drilldown into tradePackage in schema fpml-business-events-5-10_xsd Drilldown into tradeReferenceInformation in schema fpml-business-events-5-10_xsd Drilldown into TradeReferenceInformation.model in schema fpml-business-events-5-10_xsd Drilldown into trade in schema fpml-business-events-5-10_xsd Drilldown into originatingEvent in schema fpml-business-events-5-10_xsdXSD Diagram of TradeOrInfo.model in schema fpml-business-events-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:group name="TradeOrInfo.model">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Defines a model group that allows either details of an event or information about a trade to be provided. Typically this will be used in a response to a request.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:sequence>
            <xsd:element name="originatingEvent" type="OriginatingEvent" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">This may be used to describe why a trade was created. This can be used to provide context for a newly created trade that is not part of a post-trade event. For example, it can report that the trade was created as a result of netting activity, or due to a transfer, an allocation process, etc. Omitting this implies that the trade record was created as a result of a negotiated new trade.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="trade" type="Trade" />
        </xsd:sequence>
        <xsd:group ref="TradeReferenceInformation.model" />
        <xsd:element name="tradePackage" type="TradePackage" />
    </xsd:choice>
</xsd:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
originatingEvent nsA:originatingEvent 0 (1)
trade nsA:trade (1) (1)
tradeReferenceInformation nsA:tradeReferenceInformation (1) (1)
tradePackage nsA:tradePackage (1) (1)
<xs:group> nsA:TradeReferenceInformation.model (1) (1)