Definition Type: ComplexType
Name: PositionUpdate
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-10.xsd
Abstract
Documentation:
A type that allows a position to be defined. It includes identification information (ID and version), trade information, etc.
Collapse XSD Schema Diagram:
Drilldown into position in schema fpml-reporting-5-10_xsd Drilldown into reason in schema fpml-reporting-5-10_xsd Drilldown into type in schema fpml-reporting-5-10_xsd Drilldown into timestamp in schema fpml-reporting-5-10_xsdXSD Diagram of PositionUpdate in schema fpml-reporting-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PositionUpdate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type that allows a position to be defined. It includes identification information (ID and version), trade information, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="timestamp" type="xsd:dateTime" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Records when the update occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="type" type="UpdateTypeEnum">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Records the type of update that occurred (created, modified, deleted).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="reason" type="PositionUpdateReason" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Allows information about reason for the update to be record.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="position" type="Position">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The affected position.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
timestamp nsE:timestamp 0 (1)
type nsE:type (1) (1)
reason nsE:reason 0 (1)
position nsE:position (1) (1)
Collapse Derivation Tree:
Collapse References:
nsE:positionUpdate