FinancialInstruments
/FundsXML4/RegulatoryReportings/DirectReporting/KIIDs/KIID/ObjectivesAndInvestmentPolicy/FinancialInstruments
Diagram
Documentation
en
7-1a Instruments categories the fund may invest in
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
- 6
- Sample Data
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| /RegulatoryReportings/.../InstrumentCategoryCode | xs:string | Category of eligible instruments |
ExampleText |
| /RegulatoryReportings/.../InstrumentCategoryDescription | xs:string | 1-7-1c - Description of instrument category selection criteria (geographical, economic, market, ...) |
ExampleText |
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"
maxOccurs="unbounded"
name="FinancialInstruments">
<xs:annotation>
<xs:documentation xml:lang="en">7-1a Instruments categories the fund may invest in</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="InstrumentCategoryCode" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">Category of eligible instruments</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="InstrumentCategoryDescription" type="xs:string">
<xs:annotation>
<xs:documentation xml:lang="en">1-7-1c - Description of instrument category selection criteria (geographical, economic, market, ...)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>