Type

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond/ConvertibleBond/Type

Diagram

Type MCS ... Mandatory convertible security COCO ... Contingent convertible bond EXCH ... Exchangables

Documentation

MCS ... Mandatory convertible security
COCO ... Contingent convertible bond
EXCH ... Exchangables

Properties

Type
xs:string
Cardinality
0..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
6
Sample Data
COCO
Restrictions
Base: xs:string
Enumeration:
  • STANDARD CONVERTIBLE
  • COCO
  • EXCH
  • MCS
  • OTHER

Element Definition

<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"
            minOccurs="0"
            name="Type">
   <xs:annotation>
      <xs:documentation>MCS ... Mandatory convertible security
COCO ... Contingent convertible bond
EXCH ... Exchangables</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:enumeration value="STANDARD CONVERTIBLE"/>
         <xs:enumeration value="COCO"/>
         <xs:enumeration value="EXCH"/>
         <xs:enumeration value="MCS"/>
         <xs:enumeration value="OTHER"/>
      </xs:restriction>
   </xs:simpleType>
</xs:element>