Definition Type: ComplexType
Name: ConfirmationStatus
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:ResponseMessage
Containing Schema: fpml-confirmation-processes-5-10.xsd
Abstract
Documentation:
Message for sending matching results. Response message that returns the status of an event that have been submitted for matching.
Collapse XSD Schema Diagram:
Drilldown into account in schema fpml-shared-5-10_xsd Drilldown into party in schema fpml-shared-5-10_xsd Drilldown into PartiesAndAccounts.model in schema fpml-shared-5-10_xsd Drilldown into allegedEvent in schema fpml-confirmation-processes-5-10_xsd Drilldown into proposedMatch in schema fpml-confirmation-processes-5-10_xsd Drilldown into assertedEvent in schema fpml-confirmation-processes-5-10_xsd Drilldown into status in schema fpml-confirmation-processes-5-10_xsd Drilldown into onBehalfOf in schema fpml-shared-5-10_xsd Drilldown into OnBehalfOf.model in schema fpml-shared-5-10_xsd Drilldown into sequenceNumber in schema fpml-msg-5-10_xsd Drilldown into Sequence.model in schema fpml-msg-5-10_xsd Drilldown into correlationId in schema fpml-msg-5-10_xsd Drilldown into CorrelationId.model in schema fpml-msg-5-10_xsd Drilldown into parentCorrelationId in schema fpml-msg-5-10_xsd Drilldown into Correlation.model in schema fpml-msg-5-10_xsd Drilldown into CorrelationAndOptionalSequence.model in schema fpml-msg-5-10_xsd Drilldown into validation in schema fpml-doc-5-10_xsd Drilldown into Validation.model in schema fpml-doc-5-10_xsd Drilldown into header in schema fpml-msg-5-10_xsd Drilldown into actualBuild in schema fpml-doc-5-10_xsd Drilldown into expectedBuild in schema fpml-doc-5-10_xsd Drilldown into fpmlVersion in schema fpml-doc-5-10_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-5-10_xsd Drilldown into Document in schema fpml-doc-5-10_xsd Drilldown into Message in schema fpml-msg-5-10_xsd Drilldown into ResponseMessage in schema fpml-msg-5-10_xsdXSD Diagram of ConfirmationStatus in schema fpml-confirmation-processes-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ConfirmationStatus">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Message for sending matching results. Response message that returns the status of an event that have been submitted for matching.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ResponseMessage">
            <xsd:sequence>
                <xsd:element name="status" type="EventStatus">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Defines the confirmation status of a trade or post-trade event (e.g. Matched, Mismatched, Unmatched, Alleged).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:choice>
                    <xsd:sequence>
                        <xsd:element name="assertedEvent" type="EventsChoice">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">Event (trade or post-trade event) asserted by one of the parties.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="proposedMatch" type="EventProposedMatch" minOccurs="0" maxOccurs="unbounded">
                            <xsd:annotation>
                                <xsd:documentation xml:lang="en">"Other side's" event (trade or post-trade event) that meets the minimimum matching criteria and is proposed as match to the event that is being asserted.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                    <xsd:element name="allegedEvent" type="EventsChoice">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">Event (trade post-trade event) asserted by the "other side's" party.</xsd:documentation>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:choice>
                <xsd:group ref="PartiesAndAccounts.model" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsA:header (1) (1)
validation nsA:validation 0 unbounded
parentCorrelationId nsA:parentCorrelationId 0 (1)
correlationId nsA:correlationId (1) (1)
sequenceNumber nsA:sequenceNumber (1) (1)
onBehalfOf nsA:onBehalfOf (1) (1)
status nsA:status (1) (1)
assertedEvent nsA:assertedEvent (1) (1)
proposedMatch nsA:proposedMatch 0 unbounded
allegedEvent nsA:allegedEvent (1) (1)
party nsA:party (1) unbounded
account nsA:account 0 unbounded
<xs:group> nsA:Validation.model (1) (1)
<xs:group> nsA:CorrelationAndOptionalSequence.model (1) (1)
<xs:group> nsA:Correlation.model (1) (1)
<xs:group> nsA:CorrelationId.model (1) (1)
<xs:group> nsA:Sequence.model 0 (1)
<xs:group> nsA:OnBehalfOf.model 0 (1)
<xs:group> nsA:PartiesAndAccounts.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsA:fpmlVersion Required
expectedBuild nsA:expectedBuild (Optional)
actualBuild nsA:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:confirmationStatus