Type

/FundsXML4/AssetMasterData/Asset/AssetDetails/Swap/Type

Diagram

Type Swap type (Currency-, Crosscurrency-, Index-, Totalreturn-, Asset-, Commodity-, Interest Rate-, Inflation-, Other)

Documentation

Swap type (Currency-, Crosscurrency-, Index-, Totalreturn-, Asset-, Commodity-, Interest Rate-, Inflation-, Other)

Properties

Type
(anonymous)
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
Commodityswap
Restrictions
Base: xs:string
Enumeration:
  • Currencyswap
  • Crosscurrencyswap
  • Creditdefaultswap
  • Indexswap
  • Totalreturnswap
  • Assetswap
  • Commodityswap
  • Interestrateswap
  • Inflationswap
  • Other

XML Snippet

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Type">
   <xs:annotation>
      <xs:documentation>Swap type (Currency-, Crosscurrency-, Index-, Totalreturn-, Asset-, Commodity-, Interest Rate-, Inflation-, Other)</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="Currencyswap"/>
         <xs:enumeration value="Crosscurrencyswap"/>
         <xs:enumeration value="Creditdefaultswap"/>
         <xs:enumeration value="Indexswap"/>
         <xs:enumeration value="Totalreturnswap"/>
         <xs:enumeration value="Assetswap"/>
         <xs:enumeration value="Commodityswap"/>
         <xs:enumeration value="Interestrateswap"/>
         <xs:enumeration value="Inflationswap"/>
         <xs:enumeration value="Other"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>