TripartiteTemplateSolvencyII

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII

Diagram

TripartiteTemplateSolvencyII Special enriched inventory for Solvency II. This XML implementation is compatible with the "Tripartite Template". It refers to version 4 dated 3/4/2018 of this "TPT V4" format. Portfolio SolvencyIIPortfolioType [1..*]

Documentation

Special enriched inventory for Solvency II. This XML implementation is compatible with the "Tripartite Template". It refers to version 4 dated 3/4/2018 of this "TPT V4" format.

Properties

Type
TripartiteTemplateSolvencyIIType
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

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
SolvencyIIPortfolioType

The Portfolio is analysed from investor's point of view. If Portfolio is a Fund with share classes, there is one Portfoliofor each share class. For hedged shares, hedging instruments are included in the prortfolio.
References to Club AMPERE Excel "Template for Solvency 2 reporting": Ann in Annotations refers to row #nn in column A (or "NUM") of he Spreadsheet

XML adaptation of "Tripartite Template"

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"
            minOccurs="0"
            name="TripartiteTemplateSolvencyII"
            type="TripartiteTemplateSolvencyIIType">
   <xs:annotation>
      <xs:documentation>Special enriched inventory for Solvency II. This XML implementation is compatible with the "Tripartite Template". It refers to version 4 dated 3/4/2018 of this "TPT V4" format.</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (TripartiteTemplateSolvencyIIType)

<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="TripartiteTemplateSolvencyIIType">
   <xs:sequence>
      <xs:element maxOccurs="unbounded"
                  name="Portfolio"
                  type="SolvencyIIPortfolioType">
         <xs:annotation>
            <xs:documentation>The Portfolio is analysed from investor's point of view. If Portfolio is a Fund with share classes, there is one Portfoliofor each share class. For hedged shares, hedging instruments are included in the prortfolio.
References to Club AMPERE Excel "Template for Solvency 2 reporting": Ann in Annotations refers to row #nn in column A (or "NUM") of he Spreadsheet</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>