RiskIndicator

/FundsXML4/AssetMasterData/Asset/AssetDetails/Index/RiskIndicator

Diagram

RiskIndicator

Documentation

EN

Information about Index Component Risk

DE

Information about Index Component Risiko

FR

Information about Index Component Risque

NL

Informatie about Index Component Risico

ES

Informacion about Index Component Risico

IT

Informazioni sul rischio della componente dell'indice

CS

Information about Index Component Risk

HU

Information about Index Component Risk

Properties

Type
xs:string
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
low
Restrictions
Base: xs:string
Enumeration:
  • high
  • low

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="RiskIndicator">
   <xs:annotation>
      <xs:documentation xml:lang="en">Information about Index Component Risk</xs:documentation>
      <xs:documentation xml:lang="de">Information about Index Component Risiko</xs:documentation>
      <xs:documentation xml:lang="fr">Information about Index Component Risque</xs:documentation>
      <xs:documentation xml:lang="nl">Informatie about Index Component Risico</xs:documentation>
      <xs:documentation xml:lang="es">Informacion about Index Component Risico</xs:documentation>
      <xs:documentation xml:lang="it">Informazioni sul rischio della componente dell'indice</xs:documentation>
      <xs:documentation xml:lang="cs">Information about Index Component Risk</xs:documentation>
      <xs:documentation xml:lang="hu">Information about Index Component Risk</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="high"/>
         <xs:enumeration value="low"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>