4.1 Do you speak VTL? Validation and Transformation Language

Slides:



Advertisements
Similar presentations
Background Data validation, a critical issue for the E.S.S.
Advertisements

1 Owner-Occupied Housing Summary of the pilot Item 5 of the Agenda D4 – Price Statistics HICP Working Group Luxembourg October 2007.
Eurostat SDMX and Global Standardisation Marco Pellegrino Eurostat, Statistical Office of the European Union Bangkok,
1 SDMX Global Conference September 2015 SDMX into the future VTL (Validation and Transformation Language) A new technical standard for enhancing.
Training on occupational classifications. Name of the presentation Introduction ISCO 08 has started to be implemented in the EU countries in several social.
ESS Slide 1 Quality assessment of MEHM in SILC Eurostat Unit F5 “Health and Food Safety Statistics” 4 th meeting of the Task Force on Health Expectancies.
EDIT validation tool item 8 of the agenda Structural Business Statistics Working Group 14 April 2015, Luxembourg Arlind Dobërdolani.
Eurostat Ag.no "Annex 2" supplement to Eurostat Annual Report, October 2015 Working Group on Article 64 and Article 65 of the Staff Regulations Meeting.
Gender Equality is key towards the eradication of Violence against Women.
UNECE-CES Work session on Statistical Data Editing
Module V Creating awareness on validation of the acquired competences
15-16 November 2017 Valenciennes, Cité des Congrès
Eurojust cases involving crimes against children
Urban Audit 3 State of play
Progress on ESS Validation Project
Interoperable data formats: SDMX
Working Party on Regional Statistics 1-2 October 2012
Working Party “Cooperation on Land Cover/Use Statistics”
Ag.no. 15 Lessons from the 2015 A65 exercise
ESS Vision 2020 Validation: Implementation of deliverables
No document Ag 08 ESA2010 (SNA 2008)
SDMX Visualisation.
2.1. ESS Agreement on Learning Mobility (IVET & Youth)
Education and Training Statistics Working Group, May 2011
Ag.no.16 A65 country manuals and country assessments
SBS Compliance report item 3 of the agenda
Report on WISE Art.8 and GIS issues
Habides update (May 2011).
State of play Article 5 reports
State of play of Urban Audit
Education and Training Statistics Working Group
LAMAS October 2017 Agenda Item 3.2 Labour Cost Indices state of play Daniel Iscru Hubertus Vreeswijk.
Agenda Item 2.1 SES 2014: follow-up
VTL: Validation and Transformation Language
ESS Validation Project State of Play and next steps
Scoreboard of employment and social problems within the EMU
ETS Working Group, 5-6th June 2012
on Priority Substances Strategic Coordination Group
Document reference, if any
LAMAS Working Group 29 June-1 July 2016
3rd WGM Meeting 3 May 2018 Item 2.3 Possible standards for ESS Validation.
Progress Report on Annual Financial Accounts
State of progress with transition to new Standard Data Form
Reporting – Art 17 of HD and Art 12 of BD
Item 7.1 Implementation of the 2016 Adult Education Survey
Item 8.1 Implementation of the 2016 Adult Education Survey
Programme adoptions Cohesion Policy:
Ag.no. 15 Lessons from the 2016 A65 exercise
Item 7.1 – Overview of 2012 UOE data collection
SBS Quality reporting item 4 of the agenda
ETS Working Group meeting 24-25/9/2007 Agenda point 7 CVTS3 brief update /09/ 2007 ETS working group.
State of play: data transmission, validation and dissemination
The Macroeconomic Imbalances Procedure - brief overview
2015 Update of Union Lists of Sites of Community Interest
EuroGroups register First results of measures on advancement
Labour market statistics- State of play
Urban Audit Results of the quality project
Income distribution: flash estimates 2016 (FE) Item 3.6 of the agenda
FISIM State of play Agenda Item 3.
European Statistical Training Programme (ESTP)
Item 3 Observed consistency and revisions
Doc.A6465/16/03 Ag.no.16 A65 country manuals
Doc.A6465/14/04 Ag.16 A65 country manuals
IT security assurance – 2018 and beyond Item 2 of the agenda DIME/ITDG Steering Group June 2018 Pascal JACQUES ESTAT B2/LISO.
LAMAS Working Group 5-6 October 2016
Teodora Brandmuller Unit E4
Modernisation of Validation in the ESS Collaboration with countries
Connectivity to secure networks
EDAMIS3: CURRENT STATUS
Presentation transcript:

4.1 Do you speak VTL? Validation and Transformation Language Q2018 Conference Training course on Data Integration and Validation Krakow, 26 June 2018 Vincent.TRONET@ec.europa.eu Eurostat, Unit B1

VTL: the origin Based on a generic information model that can be used with different standards: SDMX, DDI, GSIM or others VTL is maintained by the VTL Task Force, composed of members of Eurostat, ECB, ILO, INEGI, Bank of Italy, ISTAT The VTL Task Force works under the umbrella of the SDMX Technical Working Group

Mapping of SDMX and VTL artefacts Messages for exchanging VTL rules SDMX, which stands for Statistical Data and Metadata eXchange is an international initiative that aims at standardising and modernising (“industrialising”) the mechanisms and processes for the exchange of statistical data and metadata among international organisations and their member countries. SDMX is sponsored by seven international organisations including the Bank for International Settlements (BIS), the European Central Bank (ECB), Eurostat (Statistical Office of the European Union), the International Monetary Fund (IMF), the Organisation for Economic Cooperation and Development (OECD), the United Nations Statistical Division (UNSD), and the World Bank. SDMX implementation: in progress Mapping of SDMX and VTL artefacts Messages for exchanging VTL rules Registry for storing VTL rules Web services for retrieving VTL rules

VTL – purposes provide an unambiguous language to communicate validation rules between different statistical organisations provide a high-level language to document the data transformations provide an efficient language for implementing data validation services provide an efficient language for implementing data transformations

Versions of VTL VTL 1.0 published in March 2015 Collection of comments (public review) VTL 1.1 published in November 2016 VTL 2.0 published in April 2018 SDMX web site: http://sdmx.org/?page_id=5096

VTL – main principles ds_bop_1 Most of the VTL operators operate on datasets A dataset is described by dimensions, measures and attributes Example: ds_bop_1 REF_AREA PARTNER TIME OBS_VALUE OBS_STATUS EU25 CA 2010 20 D BG 1 P RO EU27 23 Dimension Measure Attribute

VTL – main principles Example of a typical VTL operation: ds3 := ds1 + ds2 Operations carried out by VTL: join the data points of the ds1 and ds2 using the dimension values apply the scalar function "+" to all pairs of numeric measures of ds1 and ds2 having the same name if desired, execute an attribute propagation function defined by the user (e.g. concatenate the "flag" attribute of the two data points) create a temporary dataset containing the resulting data points

Example of VTL validation rules Hierarchical validation rules Data point validation rules Time-series rules Boolean conditions Before: check ( ds1#obs_value >= 0 ) if obs_value is the only measure then it can be simplified to check(ds1 >= 0) check ( ds1 >= 0 ) 8

VTL - hierarchical ruleset Hierarchical ruleset: hr_euro_agg N. Antecedent variables: time Rule variables: ref_area 1   EU15 = AT + BE + LU + DE + ES + FI + FR + EL + IE + IT + NL + PT + DK + UK + SE 2 EU25 = EU15 + CY + CZ + ES + HU + LT + LV + MT + PL + SK + SI 3 EU27 = EU25 + BG + RO 4 EU28 = EU27 + HR 5 time between 1995 and 2003 EU = EU15 6 time between 2004 and 2005 EU = EU25 7 time between 2006 and 2012 EU = EU27 8 time >= 2013 EU = EU28 VTL syntax: define hierarchical ruleset hr_euro_agg ( valuedomain condition time rule ref_area) is EU15 = AT + BE + LU + DE + ES + FI + FR + EL + IE + IT + NL + PT + DK + UK + SE ; EU25 = EU15 + CY + CZ + EE + HU + LT + LV + MT + PL + SK + SI ; EU27 = EU25 + BG + RO ; EU28 = EU27 + HR ; when between(time, 1995, 2003) then EU = EU15; when between(time, 2004 , 2005) then EU = EU25 ; when between(time, 2006 , 2012) then EU = EU27 ; when time >= 2013 then EU = EU28 ; end hierarchical ruleset 9

VTL – datapoint validation ruleset define datapoint ruleset dr_flow_positive ( variable flow, obs_value ) is when flow = "IMP" or flow = "EXP" then obs_value > 0 ; end datapoint ruleset The datapoint ruleset: is defined on the variables flow and obs_value verifies that in each data point of the dataset to be validated (not shown here) the component obs_value is greater than zero when the flow is "IMP" or "EXP". the above syntax creates a ruleset (a permanent object) named "dr_flow_positive"

VTL – checking boolean conditions ds_result := check ( ds1 > 1000, errorcode ("Value should be greater than 1000" ) errolevel ( "Error") )

Exercise 1 VTL code: ds_result  := check ( between(ds_bop # time_period , 2008 , 2015) errorcode(“_____”) errorlevel(“Error”) ) ; ds_bop is the dataset containing the data to be validated Question: What is the correct text (error message) to be inserted in _____ ? A correct text for an error message could be "Time Period should be between 2008 and 2015"

Exercise 2 ds_bop1 REF_AREA PARTNER TIME OBS_VALUE OBS_STATUS EU25 CA 2010 20 D BG 1 P RO EU27 23 VTL code: ds_result  := check_hierarchy ( ds_bop1, hr_euro_agg) ; hr_euro_agg is the hierarchical ruleset described in slide 9. Question: What is the data point contained in the ds_result dataset? The data point contained in the ds_result dataset is the EU27 record. This is due to the fact that the "check" operator returns erroneous records. The EU27 record is erroneous because it does not correspond to the sum of EU25+BG+RO (23 <> 20+1+1) – see formula in slide 9 (VTL Hierarchical ruleset).

Exercise 3 ds_bop1 REF_AREA PARTNER FLOW TIME OBS_VALUE OBS_STATUS EU25 CA IMP 2010 20 D BG 1 P RO EU27 23 VTL code: ds_result  := check_datapoint ( ds_bop1, dr_flow_positive ) ; dr_flow_positive is the datapoint ruleset described in slide 10. Question: What is the data point contained in the ds_result dataset? The data point contained in the ds_result dataset is the record related to RO because it is an erroneous record (with value zero) according to the formula in slide 10 (VTL – datapoint validation ruleset). That formula implies a positive value for flows "IMP" and "EXP".

VTL – assessement of usability Assessment of usability by statisticians: Covering several domains: Animal Production, Asylum, International Trade in Services, National Accounts, Short Term Statistics Participation of 8 countries + Eurostat Some conclusions: Rules in VTL are useful as complement to rules in plain English (to limit the risks of ambiguity) Examples of bad/good data are also useful to understand the rules.

Development of VTL tools IT tools and services under development: ECB VTL parser Norway Java API based on JSON-stat format https://github.com/statisticsnorway/java-vtl Poland VTL to SQL translator UNECE paper Istat VTL Editor Eurostat Compiler (part of the Validation Service) Eurostat Validation Rule Manager Eurostat Sandbox: simple GUI + VTL translator to SQL

Some use of VTL ECB BIRD portal Continuous Capture of Metadata VTL is used to document the data validations and transformations of the statistical process: http://banks-integrated-reporting-dictionary.eu/bird-group Continuous Capture of Metadata There is a proposal to use VTL as a common language to describe data transformations http://c2metadata.org/

Thank you for your attention! Any questions?