IndustryCode

/FundsXML4/AssetMasterData/Asset/AssetDetails/Commodity/Industries/IndustryCode

Diagram

IndustryCode Name xs:string Date xs:date Value xs:decimal

Properties

Type
IndustryCodeType
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
/AssetMasterData/.../Name xs:string

Sector codification (GICS,ICB, ...)
***"CodificationSystem" would me more relevant than "Name"

GICS,lehman,ICB.

ExampleText
/AssetMasterData/.../Date xs:date 2022-10-15
/AssetMasterData/.../Value xs:decimal

Sector value in "Name" codification system

12.34

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="IndustryCode"
            type="IndustryCodeType"/>