Portfolios

/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/SegmentDynamicData/Portfolios

Diagram

Portfolios Portfolio PortfolioType [1..*]

Documentation

EN

All portfolio related data

DE

Alle portfoliobezogenen Daten

FR

Toutes les données relatives au portefeuille

NL

Alle portefeuille-gerelateerde gegevens

Properties

Type
(anonymous)
Cardinality
0..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
8

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
PortfolioType

Complete portfolio data including positions, transactions, earnings, decomposed holdings and breakdowns as of NAV date

Vollständige Portfolio-Daten einschließlich Positions, Transactions, Earnings, aufgelösten Holdings und Breakdowns zum NAV-Stichtag

Données de portfolio complètes incluant positions, transactions, earnings, holdings décomposés et breakdowns à la date NAV

Volledige portfolio gegevens inclusief positions, transactions, earnings, gedecomposeerde holdings en breakdowns per NAV-datum

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Portfolios">
   <xs:annotation>
      <xs:documentation xml:lang="en">All portfolio related data</xs:documentation>
      <xs:documentation xml:lang="de">Alle portfoliobezogenen Daten</xs:documentation>
      <xs:documentation xml:lang="fr">Toutes les données relatives au portefeuille</xs:documentation>
      <xs:documentation xml:lang="nl">Alle portefeuille-gerelateerde gegevens</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Portfolio" type="PortfolioType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>