Difference between revisions of "Agency Scheme V10"

From FMR Knowledge Base
Jump to navigation Jump to search
(Created page with "Category:SDMX Structures == Overview == An SDMX Data Provider is an Organisation type which is responsible for reporting data (via a Provision_Agreeme...")
 
 
(41 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:SDMX Structures]]
+
[[Category:SDMX 2.1 Structures]]
 +
== Overview ==
 +
[[File:SDMX Agency Diagram.PNG|Agency Diagram|thumbnail]]
 +
An Agency Scheme contains a non-hierarchic list of [[Agency V10|Agencies]] and is a type of [[Organisational_Schemes V10|Organsiation Scheme]].
  
== Overview ==
+
Agencies own and maintain [[Maintainable V10|Maintainable]] structures.
 +
 
 +
The top-level Agency Scheme is the scheme for which SDMX is the maintenance agency and is termed the "SDMX Agency Scheme". Every Agency in every Agency Scheme must be related directly or indirectly via intervening Agency Schemes, to an Agency registered in the SDMX Agency Scheme. In this way each Agency can be identified uniquely by the combination of Agencies in the path from the SDMX Agency Scheme to the Agency Scheme in which it resides, plus its own identity in that scheme.
  
An SDMX Data Provider is an [[Organisation|Organisation]] type which is responsible for reporting data (via a [[Provision_Agreement|Provision Agreement)]].  
+
In practice, organisations implementing SDMX create an Agency for themselves in a local copy of the SDMX Agency Scheme. Organisations can ask to be added to the master SDMX Agency Scheme which is maintained in the [https://registry.sdmx.org SDMX Global Registry], however for many this is unnecessary unless planning to publish structures for global use.
  
Data Providers are maintained in a collection called a Data Provider Scheme. An Data Provider itself must be owned and maintained by an [[Agency|Agency]].
+
Organisations can define sub-agencies by setting their own Agency as the owner rather than SDMX. Sub-agencies have IDs of the form ''[Agency ID].[Sub-agency]'', for instance ''XYZ.DEPTA''. In theory, Sub-agencies can themselves have Sub-agencies, but this approach is rarely used in practice.
  
 
==Structure Properties==
 
==Structure Properties==
 
{| class="wikitable"
 
{| class="wikitable"
 
! scope=row style="text-align: left;" | Structure Type  
 
! scope=row style="text-align: left;" | Structure Type  
| Standard SDMX Structural Metadata Artifact
+
| Standard SDMX Structural Metadata Artefact
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Maintainable
 
! scope=row style="text-align: left;"  | Maintainable
| [[Maintainable|Yes]]
+
| [[Maintainable_V10|Yes]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Identifiable
 
! scope=row style="text-align: left;"  | Identifiable
| [[Identifiable|Yes]]
+
| [[Identifiable V10|Yes]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Item Scheme
 
! scope=row style="text-align: left;"  | Item Scheme
| YES
+
| [[Item_Scheme|Yes]]
 
|-
 
|-
 
! scope=row style="text-align: left;"  | SDMX Information Model Versions  
 
! scope=row style="text-align: left;"  | SDMX Information Model Versions  
| 2.0, 2.1
+
| 1.0, 2.0, 2.1
 
|-
 
|-
! scope=row style="text-align: left;"  | URN - DataProvider namespace
+
! scope=row style="text-align: left;"  | URN - AgencyScheme namespace
| <nowiki>urn:sdmx:org.sdmx.infomodel.base.DataConsumer</nowiki>
+
| <nowiki>urn:sdmx:org.sdmx.infomodel.base.AgencyScheme</nowiki>
 
|-
 
|-
 
! scope=row style="text-align: left;"  | Example
 
! scope=row style="text-align: left;"  | Example
| <nowiki>urn:sdmx:org.sdmx.infomodel.base.DataConsumer=GOT:DATA_PROVIDERS(1.0).DP1</nowiki>
+
| <nowiki>urn:sdmx:org.sdmx.infomodel.base.AgencyScheme=SDMX:AGENCIES(1.0)</nowiki>
 
|-
 
|-
 
|}
 
|}
Line 34: Line 39:
 
==Context within the SDMX 2.1 Information Model==
 
==Context within the SDMX 2.1 Information Model==
  
[[File:L_AgencyScheme.png|900px]]
+
[[File:L_AgencyScheme.png|Agency Scheme|600px]]
 
 
== Identity ==
 
An Data Provider has a Globally Unique Identifier, typically a short upper case string such as  DP1, DP2, DP3, prefixed by the Identifier of the owning Agency. For Example, BIS:DP1 would refer to a Data Provider who is owned by the BIS Agency.
 
 
 
== Content ==
 
Other then an Identification, an Data Provider has a Name (multilingual), Description (multilingual) and can have zero to many [[Contacts|Contacts]].
 

Latest revision as of 09:53, 25 August 2022

Overview

Agency Diagram

An Agency Scheme contains a non-hierarchic list of Agencies and is a type of Organsiation Scheme.

Agencies own and maintain Maintainable structures.

The top-level Agency Scheme is the scheme for which SDMX is the maintenance agency and is termed the "SDMX Agency Scheme". Every Agency in every Agency Scheme must be related directly or indirectly via intervening Agency Schemes, to an Agency registered in the SDMX Agency Scheme. In this way each Agency can be identified uniquely by the combination of Agencies in the path from the SDMX Agency Scheme to the Agency Scheme in which it resides, plus its own identity in that scheme.

In practice, organisations implementing SDMX create an Agency for themselves in a local copy of the SDMX Agency Scheme. Organisations can ask to be added to the master SDMX Agency Scheme which is maintained in the SDMX Global Registry, however for many this is unnecessary unless planning to publish structures for global use.

Organisations can define sub-agencies by setting their own Agency as the owner rather than SDMX. Sub-agencies have IDs of the form [Agency ID].[Sub-agency], for instance XYZ.DEPTA. In theory, Sub-agencies can themselves have Sub-agencies, but this approach is rarely used in practice.

Structure Properties

Structure Type Standard SDMX Structural Metadata Artefact
Maintainable Yes
Identifiable Yes
Item Scheme Yes
SDMX Information Model Versions 1.0, 2.0, 2.1
URN - AgencyScheme namespace urn:sdmx:org.sdmx.infomodel.base.AgencyScheme
Example urn:sdmx:org.sdmx.infomodel.base.AgencyScheme=SDMX:AGENCIES(1.0)

Context within the SDMX 2.1 Information Model

Agency Scheme