Valuation

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

Diagram

Valuation Valuation characteristics and Position market value(s). AssetOrLiability (anonymous) 0..1 Quantity xs:decimal 0..1 TotalNominalValueQC xs:decimal 0..1 ContractSize xs:decimal 0..1 QuotationCurrency ISOCurrencyCodeType MarketValueQC xs:decimal CleanValueQC xs:decimal AccruedIncomeQC xs:decimal 0..1 MarketValuePC xs:decimal CleanValuePC xs:decimal AccruedIncomePC xs:decimal 0..1 PositionWeight xs:decimal MarketExposureQC xs:decimal MarketExposurePC xs:decimal MarketExposureUC xs:decimal 0..1 MarketExposureWeight xs:decimal MarketExposureUCWeight xs:decimal 0..1

Documentation

en

Valuation characteristics and
Position market value(s).

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/.../AssetOrLiability (anonymous)

A17b - Asset/Liability identification if needed
"A" or "L" or blank if values are directional values.
"NA" or blank if not used

L
/RegulatoryReportings/.../Quantity xs:decimal

A18 - Quantity of Instrument in Position.
1 for OTC.
Not reported if A19 is reported ?????

973.18
/RegulatoryReportings/.../TotalNominalValueQC xs:decimal

A19 - In QuotationCurrency.
= Quantity * Nominal Unit Amount

106.29
/RegulatoryReportings/.../ContractSize xs:decimal

A20 - Only for futures and options.
The way the contract size is defined varies according with the type of instrument. See EIOPA definition (QRT 0801)

442.22
/RegulatoryReportings/.../QuotationCurrency ISOCurrencyCodeType

A21 - Instrument quotation currency (A)

Three-letter ISO-CurrencyCode (ISO 4217)

Dreistelliger ISO-Waehrungscode (ISO 4217)

WOC
/RegulatoryReportings/.../MarketValueQC xs:decimal

A22 - Amount in QuotationCurrency (A)
including accrued coupon.
(Dirty value)

780.43
/RegulatoryReportings/.../CleanValueQC xs:decimal

A23 - Market value in QuotationCurrency
not including accrued income.

968.99
/RegulatoryReportings/.../AccruedIncomeQC xs:decimal

A125 - Accrued interest in QuotationCurrency.
Generally equals to: MarketValueQC - CleanValueQC

993.80
/RegulatoryReportings/.../MarketValuePC xs:decimal

A24 - Amount in PortfolioCurrency (B) including accrued coupon.
(Dirty value)

782.47
/RegulatoryReportings/.../CleanValuePC xs:decimal

A25 - Market value in PortfolioCurrency
not including accrued interest

599.67
/RegulatoryReportings/.../AccruedIncomePC xs:decimal

A126 - Accrued interest in PortfolioCurrency.
Generally equals to: MarketValuePC - CleanValuePC

307.44
/RegulatoryReportings/.../PositionWeight xs:decimal

A26 - MarketValuePC in percentage
of TotalNetAssets (including liquidity)
50%=0.5

22.74
/RegulatoryReportings/.../MarketExposureQC xs:decimal

A27 - MarketExposure in QuotationCurrency (A).
Different from MarketValueQC for derivatives:
valuation of the equivalent position on the underlying asset.

252.47
/RegulatoryReportings/.../MarketExposurePC xs:decimal

A28 - MarketExposure in PortfolioCurrency (B).
Different from MarketValuePC for derivatives:
valuation of the equivalent position on the underlying asset.

452.19
/RegulatoryReportings/.../MarketExposureUC xs:decimal

A29 - %Market exposure in QuotationCurrency (C)
of underlying asset

799.16
/RegulatoryReportings/.../MarketExposureWeight xs:decimal

A30 - MarketExposurePC
as percentage of TotalNetAssets.
1.2% = 0.012

293.96
/RegulatoryReportings/.../MarketExposureUCWeight xs:decimal

A31 - MarketExposureUC converted in PC, in percentage in percentage of TotalNetAssets.
2.7% = 0.027

868.55

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="Valuation">
   <xs:annotation>
      <xs:documentation xml:lang="en">Valuation characteristics and 
Position market value(s).</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="AssetOrLiability">
            <xs:annotation>
               <xs:documentation>A17b - Asset/Liability identification if needed
"A" or "L" or blank if values are directional values.
"NA" or blank if not used</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
               <xs:restriction base="xs:string">
                  <xs:enumeration value="A"/>
                  <xs:enumeration value="L"/>
               </xs:restriction>
            </xs:simpleType>
         </xs:element>
         <xs:element minOccurs="0" name="Quantity" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A18 - Quantity of Instrument in Position.
1 for OTC.
Not reported if A19 is reported  ?????</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="TotalNominalValueQC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A19 - In QuotationCurrency.
= Quantity * Nominal Unit Amount</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="ContractSize" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A20 - Only for futures and options.
The way the contract size is defined varies according with the type of instrument. See EIOPA definition (QRT 0801)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="QuotationCurrency" type="ISOCurrencyCodeType">
            <xs:annotation>
               <xs:documentation xml:lang="en">A21 - Instrument quotation currency (A)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MarketValueQC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A22 - Amount in QuotationCurrency (A) 
including accrued coupon.
(Dirty value)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="CleanValueQC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A23 - Market value in QuotationCurrency
not including accrued income.</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="AccruedIncomeQC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>A125 - Accrued interest in QuotationCurrency.
Generally equals to: MarketValueQC - CleanValueQC</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MarketValuePC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A24 - Amount in PortfolioCurrency (B) including accrued coupon.
(Dirty value)</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="CleanValuePC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A25 - Market value in PortfolioCurrency
not including accrued interest</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="AccruedIncomePC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>A126 - Accrued interest in PortfolioCurrency.
Generally equals to: MarketValuePC - CleanValuePC</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="PositionWeight" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>A26 - MarketValuePC in percentage
of TotalNetAssets (including liquidity)
50%=0.5</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MarketExposureQC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A27 - MarketExposure in QuotationCurrency (A).
Different from MarketValueQC for derivatives:
valuation of the equivalent position on the underlying asset.</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MarketExposurePC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A28 - MarketExposure in PortfolioCurrency (B).
Different from MarketValuePC for derivatives:
valuation of the equivalent position on the underlying asset.</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MarketExposureUC" type="xs:decimal">
            <xs:annotation>
               <xs:documentation>A29 - %Market exposure in QuotationCurrency (C) 
of underlying asset</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element name="MarketExposureWeight" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A30 - MarketExposurePC 
as percentage of TotalNetAssets.
1.2% = 0.012</xs:documentation>
            </xs:annotation>
         </xs:element>
         <xs:element minOccurs="0" name="MarketExposureUCWeight" type="xs:decimal">
            <xs:annotation>
               <xs:documentation xml:lang="en">A31 - MarketExposureUC converted in PC, in percentage in percentage of TotalNetAssets.
2.7% = 0.027</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>