InvestorType
/FundsXML4/RegulatoryReportings/DirectReporting/EMT/FinancialInstrument/InvestorType
Diagram
Documentation
Target markets - Investor Type
Properties
- Type
- (anonymous)
- 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
- 5
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| /RegulatoryReportings/.../Retail | EMTYesNoNeutralType | 01010: Neutral means that the manufacturer estimates that there is neither negative nor positive target market |
N |
| /RegulatoryReportings/.../Professional | (anonymous) | 01020: Neutral means that the manufacturer estimates that there is neither negative nor positive target market. |
P |
| /RegulatoryReportings/.../EligibleCounterparty | EMTYesNoNeutralType | 01030: Neutral means that the manufacturer estimates that there is neither negative nor positive target market |
N |
XML Snippet
<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="InvestorType">
<xs:annotation>
<xs:documentation>Target markets - Investor Type</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Retail" type="EMTYesNoNeutralType">
<xs:annotation>
<xs:documentation>01010: Neutral means that the manufacturer estimates that there is neither negative nor positive target market</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Professional">
<xs:annotation>
<xs:documentation>01020: Neutral means that the manufacturer estimates that there is neither negative nor positive target market.
P, E or B only if the distinction Per Se or/and Elective is done in the Prospectus</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Y"/>
<xs:enumeration value="N"/>
<xs:enumeration value="Neutral"/>
<xs:enumeration value="P"/>
<xs:enumeration value="E"/>
<xs:enumeration value="B"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="EligibleCounterparty" type="EMTYesNoNeutralType">
<xs:annotation>
<xs:documentation>01030: Neutral means that the manufacturer estimates that there is neither negative nor positive target market</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>