Rating

/FundsXML4/AssetMasterData/Asset/Ratings/Rating

Diagram

Rating RatingCompany xs:string [1] Rating (anonymous) [1..*]

Documentation

EN

Rating-Informationen

DE

Rating-Informationen

FR

Rating-Informationen

NL

Rating-Informationen

Properties

Type
RatingsType
Cardinality
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
4

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

Rating Company (e.g. FERI, SP, Moodys)

Bewertungsgesellschaft (z.B. FERI, SP, Moody)

Rating Company (e.g. FERI, SP, Moodys)

Rating Company (e.g. FERI, SP, Moodys)

ExampleText
(anonymous)

Investment rating

Fondsbewertung

Investissement rating

Belegging rating

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"
            maxOccurs="unbounded"
            name="Rating"
            type="RatingsType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Rating-Informationen</xs:documentation>
      <xs:documentation xml:lang="de">Rating-Informationen</xs:documentation>
      <xs:documentation xml:lang="fr">Rating-Informationen</xs:documentation>
      <xs:documentation xml:lang="nl">Rating-Informationen</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (RatingsType)

<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="RatingsType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Fund rating </xs:documentation>
      <xs:documentation xml:lang="de">Fondsbewertungen</xs:documentation>
      <xs:documentation xml:lang="fr">Fonds rating</xs:documentation>
      <xs:documentation xml:lang="nl">Fonds rating</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="RatingCompany" type="xs:string">
         <xs:annotation>
            <xs:documentation xml:lang="en">Rating Company (e.g. FERI, SP, Moodys)</xs:documentation>
            <xs:documentation xml:lang="de">Bewertungsgesellschaft (z.B. FERI, SP, Moody)</xs:documentation>
            <xs:documentation xml:lang="fr">Rating Company (e.g. FERI, SP, Moodys)</xs:documentation>
            <xs:documentation xml:lang="nl">Rating Company (e.g. FERI, SP, Moodys)</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded" name="Rating">
         <xs:annotation>
            <xs:documentation xml:lang="en">Investment rating</xs:documentation>
            <xs:documentation xml:lang="de">Fondsbewertung</xs:documentation>
            <xs:documentation xml:lang="fr">Investissement rating</xs:documentation>
            <xs:documentation xml:lang="nl">Belegging rating</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element name="Date" type="xs:date">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Date of the investment rating</xs:documentation>
                     <xs:documentation xml:lang="de">Datum der Fondsbewertung</xs:documentation>
                     <xs:documentation xml:lang="fr">Date de investissement rating</xs:documentation>
                     <xs:documentation xml:lang="nl">Datum van belegging rating</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element name="Value" type="xs:string">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Value of the investment rating</xs:documentation>
                     <xs:documentation xml:lang="de">Wert der Fondsbewertung</xs:documentation>
                     <xs:documentation xml:lang="fr">Valeur de investissement rating</xs:documentation>
                     <xs:documentation xml:lang="nl">Waarde van belegging rating</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="Description" type="xs:string">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Description/Kind of the investment rating</xs:documentation>
                     <xs:documentation xml:lang="de">Beschreibung/Art der Fondsbewertung</xs:documentation>
                     <xs:documentation xml:lang="fr">Description/Kind de investissement rating</xs:documentation>
                     <xs:documentation xml:lang="nl">Beschrijving/Kind van belegging rating</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
   </xs:sequence>
</xs:complexType>