Valuation
/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII/Portfolio/Positions/Position/Valuation
Diagram
Documentation
Valuation characteristics and
Position market value(s).
Properties
- Type
- (anonymous)
- Cardinality
- 1
- Namespace
- xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#" - Level
- 7
Child Elements & Attributes
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
A17b - Asset/Liability identification if needed |
L | |
| xs:decimal |
A18 - Quantity of Instrument in Position. |
169.01 | |
| xs:decimal |
A19 - In QuotationCurrency. |
332.98 | |
| xs:decimal |
A20 - Only for futures and options. |
775.90 | |
| ISOCurrencyCodeType |
A21 - Instrument quotation currency (A) Dreistelliger ISO-Waehrungscode (ISO 4217) |
JYA | |
| xs:decimal |
A22 - Amount in QuotationCurrency (A) |
170.07 | |
| xs:decimal |
A23 - Market value in QuotationCurrency |
549.99 | |
| xs:decimal |
A125 - Accrued interest in QuotationCurrency. |
143.25 | |
| xs:decimal |
A24 - Amount in PortfolioCurrency (B) including accrued coupon. |
33.95 | |
| xs:decimal |
A25 - Market value in PortfolioCurrency |
353.01 | |
| xs:decimal |
A126 - Accrued interest in PortfolioCurrency. |
392.31 | |
| xs:decimal |
A26 - MarketValuePC in percentage |
300.52 | |
| xs:decimal |
A27 - MarketExposure in QuotationCurrency (A). |
933.41 | |
| xs:decimal |
A28 - MarketExposure in PortfolioCurrency (B). |
60.01 | |
| xs:decimal |
A29 - %Market exposure in QuotationCurrency (C) |
796.31 | |
| xs:decimal |
A30 - MarketExposurePC |
921.57 | |
| xs:decimal |
A31 - MarketExposureUC converted in PC, in percentage in percentage of TotalNetAssets. |
556.77 |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
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>