CountrySpecificData

/FundsXML4/AssetMasterData/Asset/CountrySpecificData

Diagram

CountrySpecificData AT CountrySpecificAssetMasterDataATType [0..1] DE CountrySpecificAssetMasterDataDEType [0..1] DK CountrySpecificAssetMasterDataDKType [0..1] FR CountrySpecificAssetMasterDataFRType [0..1] LU CountrySpecificAssetMasterDataLUType [0..1] NL CountrySpecificAssetMasterDataNLType [0..1]

Documentation

EN

Country specific data: information about the asset relevant for a specific country only

DE

Landesspezifische Daten eines Asset: Unterhalb der landesspezifischen Daten werden alle Informationen eines Asset abgelegt, die nur fuer ein bestimmtes Land gueltig sind.

FR

Pays spécifique données: information about actif relevant pour un spécifique pays only

NL

Land specifiek gegevens: informatie about actief relevant voor een specifiek land only

Properties

Type
(anonymous)
Cardinality
0..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
3

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
CountrySpecificAssetMasterDataATType

Austria-specific asset master data containing OeKB Stammdatenblatt fields for Austrian regulatory reporting requirements

Österreich-spezifische Wertpapierstammdaten mit OeKB Stammdatenblatt-Feldern für österreichische regulatorische Reporting-Anforderungen

Données de référence d'actifs spécifiques à l'Autriche contenant les champs OeKB Stammdatenblatt pour les exigences de reporting réglementaire autrichien

Oostenrijk-specifieke asset masterdata met OeKB Stammdatenblatt velden voor Oostenrijkse regulatory reporting vereisten

CountrySpecificAssetMasterDataDEType

Germany-specific asset master data extensions for German regulatory reporting requirements

Deutschland-spezifische Wertpapierstammdaten-Erweiterungen für deutsche regulatorische Reporting-Anforderungen

Extensions de données de référence d'actifs spécifiques à l'Allemagne pour les exigences de reporting réglementaire allemand

Duitsland-specifieke asset masterdata uitbreidingen voor Duitse regulatory reporting vereisten

CountrySpecificAssetMasterDataDKType

Placeholder for Denmark-specific asset master data extensions (not yet implemented)

[AUTO] Platzhalter für Dänemark-spezifische Asset-Stammdaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Danemark-spécifique actif maître extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Denemarken-specifiek actief master gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificAssetMasterDataFRType

Placeholder for France-specific asset master data extensions (not yet implemented)

[AUTO] Platzhalter für Frankreich-spezifische Asset-Stammdaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour France-spécifique actif maître extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Frankrijk-specifiek actief master gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificAssetMasterDataLUType

Placeholder for Luxembourg-specific asset master data extensions (not yet implemented)

[AUTO] Platzhalter für Luxemburg-spezifische Asset-Stammdaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Luxembourg-spécifique actif maître extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Luxemburg-specifiek actief master gegevens-uitbreidingen (nog niet geïmplementeerd)

CountrySpecificAssetMasterDataNLType

Placeholder for Netherlands-specific asset master data extensions (not yet implemented)

[AUTO] Platzhalter für Niederlande-spezifische Asset-Stammdaten-Erweiterungen (noch nicht implementiert)

Espace réservé pour Pays-Bas-spécifique actif maître extensions de données (pas encore implémenté)

Tijdelijke aanduiding voor Nederland-specifiek actief master gegevens-uitbreidingen (nog niet geïmplementeerd)

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="CountrySpecificData">
   <xs:annotation>
      <xs:documentation xml:lang="en">Country specific data: information about the asset relevant for a specific country only</xs:documentation>
      <xs:documentation xml:lang="de">Landesspezifische Daten eines Asset: Unterhalb der landesspezifischen Daten werden alle Informationen eines Asset abgelegt, die nur fuer ein bestimmtes Land gueltig sind. </xs:documentation>
      <xs:documentation xml:lang="fr">Pays spécifique données: information about actif relevant pour un spécifique pays only</xs:documentation>
      <xs:documentation xml:lang="nl">Land specifiek gegevens: informatie about actief relevant voor een specifiek land only</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element minOccurs="0" name="AT" type="CountrySpecificAssetMasterDataATType"/>
         <xs:element minOccurs="0" name="DE" type="CountrySpecificAssetMasterDataDEType"/>
         <xs:element minOccurs="0" name="DK" type="CountrySpecificAssetMasterDataDKType"/>
         <xs:element minOccurs="0" name="FR" type="CountrySpecificAssetMasterDataFRType"/>
         <xs:element minOccurs="0" name="LU" type="CountrySpecificAssetMasterDataLUType"/>
         <xs:element minOccurs="0" name="NL" type="CountrySpecificAssetMasterDataNLType"/>
      </xs:sequence>
   </xs:complexType>
</xs:element>