Private

/FundsXML4/AssetMgmtCompanyDynData/AssetMgmtCompanyDynDataSet/Statistics/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/LegalTypeClient/Private

Diagram

Private Data about the clients of an investment or asset management company Number xs:int [1] Assets xs:decimal [1] NetSales xs:decimal [1]

Documentation

Data about the clients of an investment or asset management company

Properties

Type
ClientStatisticType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
9
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:int

Number of clients

2707
xs:decimal

Amount of assets administrated/managed for clients

850.22
xs:decimal

Net Sales of clients

126.92

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Private"
            type="ClientStatisticType"/>

Referenced Type Definition (ClientStatisticType)

<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
                xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
                xmlns:xs="http://www.w3.org/2001/XMLSchema"
                name="ClientStatisticType">
   <xs:annotation>
      <xs:documentation>Data about the clients of an investment or asset management company</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="Number" type="xs:int">
         <xs:annotation>
            <xs:documentation>Number of clients</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Assets" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Amount of assets administrated/managed for clients</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="NetSales" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Net Sales of clients</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>