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 tarief

Properties

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

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="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 tarief</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>