YieldType

/FundsXML4/AssetMasterData/Asset/AssetDetails/Swap/Legs/Leg/YieldType

Diagram

YieldType

Documentation

EN

Fixed rate or variable rate

DE

Fixed Satz oder variable Satz

FR

Fixed taux ou variable taux

NL

Fixed tarief van variable tipo

ES

Fixed tipo el variable tipo

IT

Tasso fisso o tasso variabile

CS

Fixed rate or variable rate

HU

Fixed rate or variable rate

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
8
Sample Data
Variable Rate
Restrictions
Base: xs:string
Enumeration:
  • Fixed Rate
  • Variable Rate

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="YieldType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Fixed rate or variable rate</xs:documentation>
      <xs:documentation xml:lang="de">Fixed Satz oder variable Satz</xs:documentation>
      <xs:documentation xml:lang="fr">Fixed taux ou variable taux</xs:documentation>
      <xs:documentation xml:lang="nl">Fixed tarief van variable tipo</xs:documentation>
      <xs:documentation xml:lang="es">Fixed tipo el variable tipo</xs:documentation>
      <xs:documentation xml:lang="it">Tasso fisso o tasso variabile</xs:documentation>
      <xs:documentation xml:lang="cs">Fixed rate or variable rate</xs:documentation>
      <xs:documentation xml:lang="hu">Fixed rate or variable rate</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Fixed Rate"/>
         <xs:enumeration value="Variable Rate"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>