Definition Type: ComplexType
Name: Holding
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-valuation-5-10.xsd
Abstract
Documentation:
A net accumulated position held in an asset.
Collapse XSD Schema Diagram:
Drilldown into type in schema fpml-valuation-5-10_xsd2 Drilldown into quantity in schema fpml-valuation-5-10_xsd2 Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd4XSD Diagram of Holding in schema fpml-valuation-5-10_xsd2 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Holding">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A net accumulated position held in an asset.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="underlyingAsset" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The FpML asset description for the asset.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="quantity" type="InstrumentTradeQuantity" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A description of how much of the instrument is held.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="type" type="PositionTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Whether the position is actually owned or is borrowed. If omitted, it is assumed to be a long position.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
underlyingAsset nsE:underlyingAsset 0 (1)
quantity nsE:quantity 0 (1)
type nsE:type 0 (1)
Collapse Derivation Tree:
Collapse References:
nsE:holding