AdditionalInformation

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII/Portfolio/Positions/Position/AdditionalInformation

Diagram

AdditionalInformation FundCustodianName xs:string 0..1 InfrastructureInvestment (anonymous) 0..1

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
7
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/RegulatoryReportings/.../FundCustodianName xs:string

A133

ExampleText
/RegulatoryReportings/.../InfrastructureInvestment (anonymous)

A132 - Use closed list:
0 - Not assessed
1 - Debt on eligible Infrastructure project
2 - Equity on eligible infrastructure project
3 - Debt on eligible Infrastructure corporate
4 - Equity on eligible infrastructure corporate
5 - Non eligible

0

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="AdditionalInformation">
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="FundCustodianName" type="xs:string">
            <xs:annotation>
               <xs:documentation>A133</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="InfrastructureInvestment">
            <xs:annotation>
               <xs:documentation>A132 - Use closed list:
0 - Not assessed
1 - Debt on eligible Infrastructure project
2 - Equity on  eligible infrastructure project 
3 - Debt on eligible Infrastructure corporate
4 - Equity on eligible infrastructure corporate
5 - Non eligible</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:int">
                  <xs:minInclusive value="0"/>
                  <xs:maxInclusive value="5"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>