ExerciseType

/FundsXML4/Funds/Fund/SingleFund/ShareClasses/ShareClass/Portfolios/Portfolio/Transactions/Transaction/Derivatives/OptionTransaction/ExerciseType

Diagram

ExerciseType

Documentation

EN

Whether the option was fully or partially exercised

DE

Ob die Option vollstaendig oder teilweise ausgeubt wurde

FR

Si l'option a ete exercee en totalite ou partiellement

NL

Of de optie volledig of gedeeltelijk is uitgeoefend

ES

Si la opcion se ejercio total o parcialmente

IT

Se l'opzione e stata esercitata completamente o parzialmente

CS

Whether the option was fully or partially exercised

HU

Whether the option was fully or partially exercised

Properties

Type
xs:string
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
15
Sample Data
FULL
Restrictions
Base: xs:string
Enumeration:
  • FULL
  • PARTIAL

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="ExerciseType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Whether the option was fully or partially exercised</xs:documentation>
      <xs:documentation xml:lang="de">Ob die Option vollstaendig oder teilweise ausgeubt wurde</xs:documentation>
      <xs:documentation xml:lang="fr">Si l'option a ete exercee en totalite ou partiellement</xs:documentation>
      <xs:documentation xml:lang="nl">Of de optie volledig of gedeeltelijk is uitgeoefend</xs:documentation>
      <xs:documentation xml:lang="es">Si la opcion se ejercio total o parcialmente</xs:documentation>
      <xs:documentation xml:lang="it">Se l'opzione e stata esercitata completamente o parzialmente</xs:documentation>
      <xs:documentation xml:lang="cs">Whether the option was fully or partially exercised</xs:documentation>
      <xs:documentation xml:lang="hu">Whether the option was fully or partially exercised</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="FULL"/>
         <xs:enumeration value="PARTIAL"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>