complexType ClientStatisticType
diagram index_p363.png
children Number Assets NetSales
used by
elements AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/WithinAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/OutsideAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/WithinAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/OutsideAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/WithinAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/OutsideAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/WithinAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/OutsideAffiliatedGroup/CompaniesInCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/Location/InCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients/Location/InCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/LegalTypeClient/Institutional AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients/LegalTypeClient/Institutional AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/Location/OutsideCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients/Location/OutsideCountry AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/LegalTypeClient/Private AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients/LegalTypeClient/Private AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/Clients/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/WithinAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/OutsideAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/WithinAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/Securities_Holdings/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/OutsideAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/Clients/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/WithinAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/OwnDiscretionaryMandates/PortfoliomanagementByThirdParties/OutsideAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/WithinAffiliatedGroup/Total AssetManagementCompanyAggregatedType/DiscretionaryMandates/RealAssets/ThirdPartyDiscretionaryMandates/PortfoliomanagementForThirdParties/OutsideAffiliatedGroup/Total
annotation
documentation
Data about the clients of an investment or asset management company
source <xs:complexType 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>

element ClientStatisticType/Number
diagram index_p364.png
type xs:int
properties
content simple
annotation
documentation
Number of clients
source <xs:element name="Number" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Number of clients</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClientStatisticType/Assets
diagram index_p365.png
type xs:decimal
properties
content simple
annotation
documentation
Amount of assets administrated/managed for clients
source <xs:element name="Assets" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Amount of assets administrated/managed for clients</xs:documentation>
 
</xs:annotation>
</xs:element>

element ClientStatisticType/NetSales
diagram index_p366.png
type xs:decimal
properties
content simple
annotation
documentation
Net Sales of clients
source <xs:element name="NetSales" type="xs:decimal">
 
<xs:annotation>
   
<xs:documentation>Net Sales of clients</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy