Definition Type: ComplexType
Name: PositionUpdateReason
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-4.xsd
Abstract
Documentation:
A code that describes the reason that an update occurred. For example, New Trade, Amendment, Termination, Exercise, Cancellation.
Collapse XSD Schema Diagram:
Drilldown into additionalEvent in schema fpml-business-events-5-4_xsd Drilldown into withdrawal in schema fpml-business-events-5-4_xsd Drilldown into deClear in schema fpml-business-events-5-4_xsd Drilldown into optionExpiry in schema fpml-business-events-5-4_xsd Drilldown into optionExercise in schema fpml-business-events-5-4_xsd Drilldown into novation in schema fpml-business-events-5-4_xsd Drilldown into termination in schema fpml-business-events-5-4_xsd Drilldown into terminatingEvent in schema fpml-business-events-5-4_xsd Drilldown into increase in schema fpml-business-events-5-4_xsd Drilldown into amendment in schema fpml-business-events-5-4_xsd Drilldown into trade in schema fpml-business-events-5-4_xsd Drilldown into originatingEvent in schema fpml-business-events-5-4_xsd Drilldown into Events.model in schema fpml-business-events-5-4_xsd Drilldown into comment in schema fpml-reporting-5-4_xsd Drilldown into code in schema fpml-reporting-5-4_xsdXSD Diagram of PositionUpdateReason in schema fpml-reporting-5-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PositionUpdateReason">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A code that describes the reason that an update occurred. For example, New Trade, Amendment, Termination, Exercise, Cancellation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="code" type="PositionUpdateReasonCode" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A code summarizing the reason for the update (e.g. new trade, amdendment, novation).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="comment" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>A freeform description of the reason for the update.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="Events.model">
            <xsd:annotation>
                <xsd:documentation>A representation of the business event that triggered the position update.</xsd:documentation>
            </xsd:annotation>
        </xsd:group>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
code nsA:code 0 (1)
comment nsA:comment 0 (1)
originatingEvent nsA:originatingEvent 0 (1)
trade nsA:trade 0 (1)
amendment nsA:amendment (1) (1)
increase nsA:increase (1) (1)
terminatingEvent nsA:terminatingEvent 0 (1)
termination nsA:termination 0 (1)
novation nsA:novation (1) (1)
optionExercise nsA:optionExercise (1) (1)
optionExpiry nsA:optionExpiry (1) unbounded
deClear nsA:deClear (1) (1)
withdrawal nsA:withdrawal (1) (1)
additionalEvent nsA:additionalEvent (1) (1)
<xs:group> nsA:Events.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:reason