IsSRIAdjusted

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/EPTV2/RiskAssessment/IsSRIAdjusted

Diagram

IsSRIAdjusted

Documentation

EN

010095 - whether or not the manufacturer increased the SRI

DE

010095 - ob der Hersteller den SRI erhöht hat oder nicht

FR

010095 - si le fabricant a augmenté ou non le SRI

NL

010095 - of de fabrikant de SRI al dan niet heeft verhoogd

ES

010095 - si de no manufacturer increased SRI

IT

010095 - se il produttore ha aumentato o meno l'SRI

CS

010095 - whether or not the manufacturer increased the SRI

HU

010095 - whether or not the Gyarto increased the SRI

Properties

Type
YesNoType
Cardinality
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
6
Sample Data
NO
Restrictions
Base: xs:string
Enumeration:
  • YES
  • NO

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"
            name="IsSRIAdjusted"
            type="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">010095 - whether or not the manufacturer increased the SRI</xs:documentation>
      <xs:documentation xml:lang="de">010095 - ob der Hersteller den SRI erhöht hat oder nicht</xs:documentation>
      <xs:documentation xml:lang="fr">010095 - si le fabricant a augmenté ou non le SRI</xs:documentation>
      <xs:documentation xml:lang="nl">010095 - of de fabrikant de SRI al dan niet heeft verhoogd</xs:documentation>
      <xs:documentation xml:lang="es">010095 - si de no manufacturer increased SRI</xs:documentation>
      <xs:documentation xml:lang="it">010095 - se il produttore ha aumentato o meno l'SRI</xs:documentation>
      <xs:documentation xml:lang="cs">010095 - whether or not the manufacturer increased the SRI</xs:documentation>
      <xs:documentation xml:lang="hu">010095 - whether or not the Gyarto increased the SRI</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (YesNoType)

<xs:simpleType 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"
               name="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">YES or NO</xs:documentation>
      <xs:documentation xml:lang="de">YES oder NO</xs:documentation>
      <xs:documentation xml:lang="fr">OUI ou NON</xs:documentation>
      <xs:documentation xml:lang="nl">JA of NEE</xs:documentation>
      <xs:documentation xml:lang="es">YES o NO</xs:documentation>
      <xs:documentation xml:lang="it">Sì o no</xs:documentation>
      <xs:documentation xml:lang="cs">ANO nebo NE</xs:documentation>
      <xs:documentation xml:lang="hu">IGEN vagy NEM</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:enumeration value="YES"/>
      <xs:enumeration value="NO"/>
   </xs:restriction>
</xs:simpleType>