HasAContractualMaturityDate

/FundsXML4/RegulatoryReportings/IndirectReporting/PRIIPS_V20/EPTV2/RiskAssessment/HasAContractualMaturityDate

Diagram

HasAContractualMaturityDate

Documentation

EN

01125 - Indicates the existence of a contractual maturiy date of the portfolio

DE

01125 - Zeigt die Existenz eines vertraglichen Fälligkeitsdatums des Portfolios an

FR

01125 - Indicates existence de un contractual maturiy date de portefeuille

NL

01125 - Indicates existence van een contractual maturiy datum van portefeuille

ES

01125 - Indica existence de un contractual maturiy fecha de cartera

IT

01125 - Indica l'esistenza di una data di scadenza contrattuale del portafoglio

CS

01125 - Indicates the existence of a contractual maturiy date of the portfolio

HU

01125 - Indicates the existence of a contractual maturiy Datum of the portfolio

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="HasAContractualMaturityDate"
            type="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">01125 - Indicates the existence of a contractual maturiy date of the portfolio</xs:documentation>
      <xs:documentation xml:lang="de">01125 - Zeigt die Existenz eines vertraglichen Fälligkeitsdatums des Portfolios an</xs:documentation>
      <xs:documentation xml:lang="fr">01125 - Indicates existence de un contractual maturiy date de portefeuille</xs:documentation>
      <xs:documentation xml:lang="nl">01125 - Indicates existence van een contractual maturiy datum van portefeuille</xs:documentation>
      <xs:documentation xml:lang="es">01125 - Indica existence de un contractual maturiy fecha de cartera</xs:documentation>
      <xs:documentation xml:lang="it">01125 - Indica l'esistenza di una data di scadenza contrattuale del portafoglio</xs:documentation>
      <xs:documentation xml:lang="cs">01125 - Indicates the existence of a contractual maturiy date of the portfolio</xs:documentation>
      <xs:documentation xml:lang="hu">01125 - Indicates the existence of a contractual maturiy Datum of the portfolio</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>