Positions
/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Portfolios/Portfolio/PositionsDecomposed/Positions
Diagram
Documentation
All positions/holdings of fund/portfolio (including accounts and fees)
Container for all portfolio positions/holdings
Container für alle Portfolio Positions/Holdings
Conteneur pour toutes les positions/holdings de portfolio
Container voor alle portfolio positions/holdings
Properties
- Type
- PositionsType
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 10
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| PositionType |
Single portfolio position with reference to asset master data, quantity, market value and accounting details Einzelne Portfolio-Position mit Referenz zu Asset Master Data, Quantity, Market Value und buchhalterischen Details Position de portfolio unique avec référence aux asset master data, quantity, market value et détails comptables Enkele portfolio positie met referentie naar asset master data, quantity, market value en boekhoudkundige details |
Element Definition
Element Definition
<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="Positions"
type="PositionsType">
<xs:annotation>
<xs:documentation>All positions/holdings of fund/portfolio (including accounts and fees)</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(PositionsType)
Referenced Type Definition (PositionsType)
<xs:complexType xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="PositionsType">
<xs:annotation>
<xs:documentation xml:lang="en">Container for all portfolio positions/holdings</xs:documentation>
<xs:documentation xml:lang="de">Container für alle Portfolio Positions/Holdings</xs:documentation>
<xs:documentation xml:lang="fr">Conteneur pour toutes les positions/holdings de portfolio</xs:documentation>
<xs:documentation xml:lang="nl">Container voor alle portfolio positions/holdings</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="Position" type="PositionType"/>
</xs:sequence>
</xs:complexType>