OptionDirection

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII_V6/Portfolio/Positions/Position/InterestRateInstrumentCharacteristics/EmbeddedOption/OptionDirection

Diagram

OptionDirection

Documentation

EN

A44 - Option at the discretion of issuer(I) or bearer(B). "O" if both are possible.

DE

A44 - Option im Ermessen von Emittent(I) or Inhaber(B). "O" if both are possible.

FR

A44 - Option at discretion de émetteur(I) ou bearer(B). "O" si both sont possible.

NL

A44 - Option at discretion van emittent(I) van bearer(B). "O" als both zijn possible.

Properties

Type
xs:string
Cardinality
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
9
Sample Data
B
Restrictions
Base: xs:string
MinLength: 1
MaxLength: 1
Enumeration:
  • I
  • B
  • O

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"
            name="OptionDirection">
   <xs:annotation>
      <xs:documentation xml:lang="en">A44 - Option at the discretion of issuer(I) or bearer(B). "O" if both are possible.</xs:documentation>
      <xs:documentation xml:lang="de">A44 - Option im Ermessen von Emittent(I) or Inhaber(B). "O" if both are possible.</xs:documentation>
      <xs:documentation xml:lang="fr">A44 - Option at discretion de émetteur(I) ou bearer(B). "O" si both sont possible.</xs:documentation>
      <xs:documentation xml:lang="nl">A44 - Option at discretion van emittent(I) van bearer(B). "O" als both zijn possible.</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:minLength value="1"/>
         <xs:maxLength value="1"/>
         <xs:enumeration value="I"/>
         <xs:enumeration value="B"/>
         <xs:enumeration value="O"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>