| diagram | ![]() |
||
| children | Date InvestorID InvestorName InvestorCountry InvestorTypes NumberOfShares | ||
| used by |
|
||
| source | <xs:complexType name="InvestorType"> <xs:sequence> <xs:element name="Date" type="xs:date" minOccurs="0"/> <xs:element name="InvestorID" type="Text256Type" minOccurs="0"/> <xs:element name="InvestorName" type="Text500Type" minOccurs="0"/> <xs:element name="InvestorCountry" type="ISOCountryCodeType" minOccurs="0"/> <xs:element name="InvestorTypes" type="InvestorTypesType" minOccurs="0"> <xs:annotation> <xs:documentation>Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type") </xs:documentation> </xs:annotation> </xs:element> <xs:element name="NumberOfShares" type="xs:decimal" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| source | <xs:element name="Date" type="xs:date" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | Text256Type | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:element name="InvestorID" type="Text256Type" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | Text500Type | ||||||
| properties |
|
||||||
| facets |
|
||||||
| source | <xs:element name="InvestorName" type="Text500Type" minOccurs="0"/> |
| diagram | ![]() |
|||||||||
| type | ISOCountryCodeType | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| source | <xs:element name="InvestorCountry" type="ISOCountryCodeType" minOccurs="0"/> |
| diagram | ![]() |
||||||
| type | InvestorTypesType | ||||||
| properties |
|
||||||
| children | ECB EMIR AIFMD CentralBank FundSquare | ||||||
| annotation |
|
||||||
| source | <xs:element name="InvestorTypes" type="InvestorTypesType" minOccurs="0"> <xs:annotation> <xs:documentation>Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type") </xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| source | <xs:element name="NumberOfShares" type="xs:decimal" minOccurs="0"/> |