<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>
|