StateGuarantee

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

Diagram

StateGuarantee

Documentation

EN

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

DE

The Instrument is guaranteed by the state of Emittent ('Y') or not ('N')

FR

The instrument est guaranteed par state de émetteur ('Y') ou pas ('N')

NL

The instrument is guaranteed door state van emittent ('Y') van niet ('N')

Properties

Type
YesNoL1Type
Cardinality
0..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
8
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: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">The Instrument is guaranteed by the state of Emittent ('Y') or not ('N')</xs:documentation>
      <xs:documentation xml:lang="fr">The instrument est guaranteed par state de émetteur ('Y') ou pas ('N')</xs:documentation>
      <xs:documentation xml:lang="nl">The instrument is guaranteed door state van emittent ('Y') van niet ('N')</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (YesNoL1Type)

<xs:simpleType 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="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: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>