CompaniesInCountry

/FundsXML4/AssetMgmtCompanyDynData/AssetMgmtCompanyDynDataSet/Statistics/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/WithinAffiliatedGroup/CompaniesInCountry

Diagram

CompaniesInCountry Data about the part of the total which is related to the companies within the respective country 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 part of the total which is related to the companies within the respective country

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

2234
xs:decimal

Amount of assets administrated/managed for clients

793.02
xs:decimal

Net Sales of clients

857.42

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="CompaniesInCountry"
            type="ClientStatisticType">
   <xs:annotation>
      <xs:documentation>Data about the part of the total which is related to the companies within the respective country</xs:documentation>
   </xs:annotation>
</xs:element>

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>