Investor
/FundsXML4/Funds/Fund/SingleFund/Segments/Segment/ShareClasses/ShareClass/Investors/Investor
Diagram
Properties
- Type
- InvestorType
- 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
- 10
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:date | 2024-02-24 | ||
| Text256Type | Text (max. 256 characters) |
ExampleText | |
| Text500Type | Text (max. 500 characters) |
ExampleText | |
| ISOCountryCodeType | The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters. Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen. |
aa | |
| InvestorTypesType | Private, Institutional, Asset Manager, Banks, Pension Funds, Insurances, Treasury, Charities, … (AIFMD "ID 208 - Investor Group Type") |
||
| xs:decimal | 927.72 |
Element Definition
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"
maxOccurs="unbounded"
name="Investor"
type="InvestorType"/>
Referenced Type Definition
(InvestorType)
Referenced Type Definition (InvestorType)
<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="InvestorType">
<xs:sequence>
<xs:element minOccurs="0" name="Date" type="xs:date"/>
<xs:element minOccurs="0" name="InvestorID" type="Text256Type"/>
<xs:element minOccurs="0" name="InvestorName" type="Text500Type"/>
<xs:element minOccurs="0" name="InvestorCountry" type="ISOCountryCodeType"/>
<xs:element minOccurs="0" name="InvestorTypes" type="InvestorTypesType">
<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 minOccurs="0" name="NumberOfShares" type="xs:decimal"/>
</xs:sequence>
</xs:complexType>