AssetMasterData

/FundsXML4/AssetMasterData

Diagram

AssetMasterData Asset AssetType [1..*]

Documentation

EN

Master data of securities, derivatives and all other portfolio assets

DE

Stammdaten von Wertpapieren, Derivaten und allen anderen Portfolio Assets

FR

Données de référence des titres, dérivés et tous autres actifs de portefeuille

NL

Stamgegevens van effecten, derivaten en alle andere portefeuille assets

Properties

Type
AssetMasterDataType
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
1

Child Elements & Attributes

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

Complete Asset data Information

Complete Actif données Information

Complete Actief gegevens Informatie

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"
            minOccurs="0"
            name="AssetMasterData"
            type="AssetMasterDataType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Master data of securities, derivatives and all other portfolio assets</xs:documentation>
      <xs:documentation xml:lang="de">Stammdaten von Wertpapieren, Derivaten und allen anderen Portfolio Assets</xs:documentation>
      <xs:documentation xml:lang="fr">Données de référence des titres, dérivés et tous autres actifs de portefeuille</xs:documentation>
      <xs:documentation xml:lang="nl">Stamgegevens van effecten, derivaten en alle andere portefeuille assets</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AssetMasterDataType)

<xs:complexType 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"
                name="AssetMasterDataType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Container for master data of securities, derivatives, and other portfolio assets referenced by positions</xs:documentation>
      <xs:documentation xml:lang="de">Container für Stammdaten von Securities, Derivaten und anderen Portfolio Assets, die von Positions referenziert werden</xs:documentation>
      <xs:documentation xml:lang="fr">Conteneur pour les données maîtres de securities, dérivés et autres portfolio assets référencés par positions</xs:documentation>
      <xs:documentation xml:lang="nl">Container voor stamgegevens van securities, derivaten en andere portfolio assets waarnaar positions verwijzen</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element maxOccurs="unbounded" name="Asset" type="AssetType"/>
   </xs:sequence>
</xs:complexType>