UsesPI

/FundsXML4/CountrySpecificData/DE/CapitalPreservation/UsesPI

Diagram

UsesPI

Documentation

EN

06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance) is used (Y) or not (N) for capital preservation.

DE

06070-Identifiziert, ob PI (Portfolio Insurance einschließlich CPPI Constant Proportion Portfolio Insurance) für die Kapitalerhaltung verwendet wird (Y) oder nicht (N).

FR

06070-Identifie si PI (Assurance de portefeuille y compris CPPI Assurance de portefeuille à proportion constante) est utilisé (Y) ou non (N) pour la préservation du capital.

NL

06070-Identificeert of PI (Portefeuilleverzekering inclusief CPPI Constant Proportion Portefeuilleverzekering) wordt gebruikt (Y) of niet (N) voor kapitaalbehoud.

ES

06070-Identifica si se utiliza PI (Portfolio Insurance incluyendo CPPI Constant Proportion Portfolio Insurance) (Y) o no (N) para preservación de capital.

IT

06070-Identifica se la PI (Assicurazione di portafoglio inclusa l'assicurazione di portafoglio a proporzione costante CPPI) viene utilizzata (Y) o meno (N) per la conservazione del capitale.

CS

06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance) is used (Y) or not (N) for capital preservation.

HU

06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance) is used (Y) or not (N) for capital preservation.

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
4
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="UsesPI"
            type="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance)  is used (Y) or not (N) for capital preservation.</xs:documentation>
      <xs:documentation xml:lang="de">06070-Identifiziert, ob PI (Portfolio Insurance einschließlich CPPI Constant Proportion Portfolio Insurance) für die Kapitalerhaltung verwendet wird (Y) oder nicht (N).</xs:documentation>
      <xs:documentation xml:lang="fr">06070-Identifie si PI (Assurance de portefeuille y compris CPPI Assurance de portefeuille à proportion constante) est utilisé (Y) ou non (N) pour la préservation du capital.</xs:documentation>
      <xs:documentation xml:lang="nl">06070-Identificeert of PI (Portefeuilleverzekering inclusief CPPI Constant Proportion Portefeuilleverzekering) wordt gebruikt (Y) of niet (N) voor kapitaalbehoud.</xs:documentation>
      <xs:documentation xml:lang="es">06070-Identifica si se utiliza PI (Portfolio Insurance incluyendo CPPI Constant Proportion Portfolio Insurance) (Y) o no (N) para preservación de capital.</xs:documentation>
      <xs:documentation xml:lang="it">06070-Identifica se la PI (Assicurazione di portafoglio inclusa l'assicurazione di portafoglio a proporzione costante CPPI) viene utilizzata (Y) o meno (N) per la conservazione del capitale.</xs:documentation>
      <xs:documentation xml:lang="cs">06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance)  is used (Y) or not (N) for capital preservation.</xs:documentation>
      <xs:documentation xml:lang="hu">06070-Identifies if PI (Portfolio Insurance including CPPI Constant Proportion Portfolio Insurance)  is used (Y) or not (N) for capital preservation.</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>