InfrastructureInvestmentType

/FundsXML4/AssetMasterData/Asset/InfrastructureInvestmentType

Diagram

InfrastructureInvestmentType according to Commission Delegated Regulation (EU) 2015/35 1 – No infrastructure investment 2 – Non-qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority) 3 – Non-qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority) 4 – Non-qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization) 9 – Non-qualified infrastructure: Other non-qualified infrastructure loans or investments not classified in the above categories 12 – Qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority) 13 – Qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority) 14 – Qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization) 19 – Qualified infrastructure: Other qualified infrastructure investments not classified in the above categories 20 – European long-term investment fund (ELTIF investing in infrastructure assets and ELTIF investing in other – non-infrastructure – assets)

Documentation

according to Commission Delegated Regulation (EU) 2015/35
1 – No infrastructure investment
2 – Non-qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority)
3 – Non-qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority)
4 – Non-qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization)
9 – Non-qualified infrastructure: Other non-qualified infrastructure loans or investments not classified in the above categories
12 – Qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority)
13 – Qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority)
14 – Qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization)
19 – Qualified infrastructure: Other qualified infrastructure investments not classified in the above categories
20 – European long-term investment fund (ELTIF investing in infrastructure assets and ELTIF investing in other – non-infrastructure – assets)

Properties

Type
(anonymous)
Cardinality
0..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
3
Sample Data
13
Restrictions
Base: xs:int
Enumeration:
  • 1
  • 2
  • 3
  • 4
  • 9
  • 12
  • 13
  • 14
  • 19
  • 20

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"
            minOccurs="0"
            name="InfrastructureInvestmentType">
   <xs:annotation>
      <xs:documentation>according to Commission Delegated Regulation (EU) 2015/35
					1 – No infrastructure investment
					2 – Non-qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority)
					3 – Non-qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority)
					4 – Non-qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization)
					9 – Non-qualified infrastructure: Other non-qualified infrastructure loans or investments not classified in the above categories
					12 – Qualified infrastructure: State guarantee (the government, the central bank or a regional or local authority)
					13 – Qualified infrastructure: Government support including public-private partnerships (the government, the central bank or a regional or local authority)
					14 – Qualified infrastructure: Supranational guarantee/support (ECB, multilateral development bank, international organization)
					19 – Qualified infrastructure: Other qualified infrastructure investments not classified in the above categories
					20 – European long-term investment fund (ELTIF investing in infrastructure assets and ELTIF investing in other – non-infrastructure – assets)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:int">
         <xs:enumeration value="1"/>
         <xs:enumeration value="2"/>
         <xs:enumeration value="3"/>
         <xs:enumeration value="4"/>
         <xs:enumeration value="9"/>
         <xs:enumeration value="12"/>
         <xs:enumeration value="13"/>
         <xs:enumeration value="14"/>
         <xs:enumeration value="19"/>
         <xs:enumeration value="20"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>