StateGuarantee

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII/Portfolio/Positions/Position/DerivativeOrConvertible/UnderlyingInstrument/CreditRiskData/StateGuarantee

Diagram

StateGuarantee

Documentation

EN

The instrument is guaranteed by the state of issuer ('Y') or not ('N')

DE

Das Instrument ist durch den Staat des Emittenten garantiert ('Y') oder nicht ('N')

FR

L'instrument est garanti par l'État de l'émetteur ('Y') ou non ('N')

NL

Het instrument wordt gegarandeerd door de staat van de emittent ('Y') of niet ('N')

ES

El instrumento está garantizado por el Estado del emisor ('Y') o no ('N')

IT

Lo strumento è garantito dallo Stato dell'emittente ('Y') o meno ('N')

CS

The instrument is guaranteed by the state of issuer ('Y') or not ('N')

HU

The instrument is guaranteed by the state of issuer ('Y') or not ('N')

Properties

Type
YesNoL1Type
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
10
Sample Data
N
Restrictions
Base: xs:string
MinLength: 1
MaxLength: 1
Enumeration:
  • Y
  • N

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="StateGuarantee"
            type="YesNoL1Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">The instrument is guaranteed by the state of issuer ('Y') or not ('N')</xs:documentation>
      <xs:documentation xml:lang="de">Das Instrument ist durch den Staat des Emittenten garantiert ('Y') oder nicht ('N')</xs:documentation>
      <xs:documentation xml:lang="fr">L'instrument est garanti par l'État de l'émetteur ('Y') ou non ('N')</xs:documentation>
      <xs:documentation xml:lang="nl">Het instrument wordt gegarandeerd door de staat van de emittent ('Y') of niet ('N')</xs:documentation>
      <xs:documentation xml:lang="es">El instrumento está garantizado por el Estado del emisor ('Y') o no ('N')</xs:documentation>
      <xs:documentation xml:lang="it">Lo strumento è garantito dallo Stato dell'emittente ('Y') o meno ('N')</xs:documentation>
      <xs:documentation xml:lang="cs">The instrument is guaranteed by the state of issuer ('Y') or not ('N')</xs:documentation>
      <xs:documentation xml:lang="hu">The instrument is guaranteed by the state of issuer ('Y') or not ('N')</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (YesNoL1Type)

<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="YesNoL1Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Flag Y or N</xs:documentation>
      <xs:documentation xml:lang="de">Flag Y oder N</xs:documentation>
      <xs:documentation xml:lang="fr">Indicateur Y ou N</xs:documentation>
      <xs:documentation xml:lang="nl">Vlag Y van N</xs:documentation>
      <xs:documentation xml:lang="es">Vlag Y de N</xs:documentation>
      <xs:documentation xml:lang="it">Bandiera Y o N</xs:documentation>
      <xs:documentation xml:lang="cs">Flag Y or N</xs:documentation>
      <xs:documentation xml:lang="hu">Flag Y or N</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:minLength value="1"/>
      <xs:maxLength value="1"/>
      <xs:enumeration value="Y"/>
      <xs:enumeration value="N"/>
   </xs:restriction>
</xs:simpleType>