Type

/FundsXML4/AssetMasterData/Asset/AssetDetails/Future/Type

Diagram

Type

Documentation

EN

Type of Future:

  • BF Bond Future
  • CF Currency Future
  • EF Equity Future
  • FRA Forward Rate Agreement
  • IF Index Future
  • IRF Interest Rate Future
  • MMF Money Market Future
  • OTHER

DE

Typ von Future:

  • BF Anleihe Future
  • CF Währung Future
  • EF Aktie Future
  • FRA Forward Satz Agreement
  • IF Index Future
  • IRF Zins Satz Future
  • MMF Money Markt Future
  • OTHER

FR

Type de Future:

  • BF Obligation Future
  • CF Devise Future
  • EF Action Future
  • FRA Forward Taux Agreement
  • IF Index Future
  • IRF Intérêt Taux Future
  • MMF Money Marché Future
  • OTHER

NL

Type van Future:

  • BF Obligatie Future
  • CF Valuta Future
  • EF Aandeel Future
  • FRA Forward Tarief Agreement
  • IF Index Future
  • IRF Rente Tarief Future
  • MMF Money Markt Future
  • OTHER

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
5
Sample Data
CF
Restrictions
Base: xs:string
Enumeration:
  • BF
  • CF
  • EF
  • FRA
  • IF
  • IRF
  • MMF
  • OTHER

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="Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Type of Future:
- BF   Bond Future
- CF   Currency Future
- EF   Equity Future
- FRA  Forward Rate Agreement
- IF     Index Future
- IRF   Interest Rate Future
- MMF   Money Market Future
- OTHER</xs:documentation>
      <xs:documentation xml:lang="de">Typ von Future:
- BF Anleihe Future
- CF Währung Future
- EF Aktie Future
- FRA Forward Satz Agreement
- IF Index Future
- IRF Zins Satz Future
- MMF Money Markt Future
- OTHER</xs:documentation>
      <xs:documentation xml:lang="fr">Type de Future:
- BF Obligation Future
- CF Devise Future
- EF Action Future
- FRA Forward Taux Agreement
- IF Index Future
- IRF Intérêt Taux Future
- MMF Money Marché Future
- OTHER</xs:documentation>
      <xs:documentation xml:lang="nl">Type van Future:
- BF Obligatie Future
- CF Valuta Future
- EF Aandeel Future
- FRA Forward Tarief Agreement
- IF Index Future
- IRF Rente Tarief Future
- MMF Money Markt Future
- OTHER</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="BF"/>
         <xs:enumeration value="CF"/>
         <xs:enumeration value="EF"/>
         <xs:enumeration value="FRA"/>
         <xs:enumeration value="IF"/>
         <xs:enumeration value="IRF"/>
         <xs:enumeration value="MMF"/>
         <xs:enumeration value="OTHER"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>