Bond

/FundsXML4/AssetMasterData/Asset/AssetDetails/Bond

Diagram

Documentation

de

Rente

Bond Asset data information

en

Bond, Fixed Income details

Properties

Type
BondType
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
4
Sample Data

Child Elements & Attributes

Name (XPath) Type Documentation Sample Data
xs:boolean

Indicates whether bond is convertible

true
CompanyType

Issuer details

Enthaelt den Wertpapieremittenten

Detaili data of Company/Issuer

MICCodeType

MIC of the Exchange(s) at which this bond is listed.

Gibt den MIC des Boerseplatz an an dem das Wertpapier notiert

Market Identifier Code - ISO 10383

aaaa
xs:string

Indicator whether this bond is listed at an exchange
A Listed at an official market
B Listed at an exchange
G Listed on a regular market
K No listing
M Listed on a regular market inside the EU
S Unregulated market
V Securitised rights
Y Acceptance on unregulated market planned
Z New issue

Gibt an ob das Wertpapier an einer Boerse notiert

  • A Amtlicher Handel
  • B Boersennotierung Ausland
  • G Geregelter Freiverkehr
  • K Keine Boersenotierung
  • M Geregelter Markt id. EU
  • S Sonstiger Handel
  • V Verbriefte Rechte
  • Y Zulassung zum sonst. Handel vorges.
  • Z Neuemission
Y
xs:string

Listing unit:
P ... pieces
N ... nominal amount

S = Stueck
oder
N = Nominale

N
xs:date

Issue date of the bond

Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde

2025-02-06
xs:date

Maturity date

Ablaufdatum/Faelligkeitsdatum

2021-05-03
xs:date

First coupon date

Enthaelt das Datum des ersten Kupons

2023-08-26
xs:date

Last coupon date

Enthaelt das Datum an dem der letzte Kupon gezahlt wird

2025-10-19
xs:date

Coupon date

Gibt das Kupondatum an

2020-02-23
(anonymous)

Coupon details

xs:decimal

Price at which the bond finally will be redeemded

Enthaelt den Kurs zu dem das Wertpapier getilgt wird

298.30
(anonymous)

Redemption details

xs:decimal

Nominal interest rate

Enthaelt einen Zinssatz

686.40
xs:date

Start date for calculation of interests

Enthaelt das Datum ab dem ein Zinsanspruch ermittelt wird

2023-12-05
xs:decimal

Price at whicht the bond has been issued.
***IssuePrice

Enthaelt den Emissionskurs des Wertpapier

500.73
xs:decimal

Yield to maturity of the bond at the date of issue.

Enthaelt die Emissionsrendite des Wertpapier

76.94
(anonymous)

Yield values

xs:decimal

European withholding tax rate

Gibt den EU Quest Satz an

678.67
xs:string

EU withholding tax category:
A = Exact calculation
B = Simplified calculation
C = No calculation

Gibt die EU Quest Kategorie an:
A = Genaue Berechnung
B = Vereinfachte Berechnung
C = Keine Berechnung

B
xs:string

Indicates whether incomes of a bond will be charged with capital yields tax and its kind - TO BE DISCUSSED !!!

Gibt an ob ein Wertpapier KESt-Pflichtig ist

ExampleText
xs:decimal

Gibt die Hoehe des gueltigen KESt-Satzes an

421.90
xs:string

Type of guarantee:
GARA ... Guarantee
PARENT ... Guarantee by parent company
HYPO ... Hypothek
NEG ... Negativklausel
NONE ... Not guaranteed
OTHER ... Other
STATE ... State guarantee

OTHER
CompanyType

Guarantor details

Detaili data of Company/Issuer

xs:boolean

Indicates whether asset can be used as collateral

Gibt an, ob es sich um ein Lombardfaehiges Wertpapier handelt

false
xs:boolean

Indicates whether the security is issued in a Zone A country

Enthaelt ein Kennzeichen, ob es sich um ein Wertpapier handelt, welches in einem Zone A Staat begeben wurde

true
xs:boolean

Indicates whether the security can be classified as absolutely safe (i.e. gilt-edged).
Boolean: truefFalse

Enthaelt ein Kennzeichen, ob das Wertpapier muendelsicher ist
Boolean: true/false

false
xs:decimal

Withholding tax rate of the security

Gibt den Quest Satz an

702.45
xs:decimal

Agio factor of the security

Gibt den Zuschlagsfaktor an

826.05
(anonymous)

List of duration values

xs:decimal

Number of tranche

943.34
ConvertibleBondType

Details for Convertibles

Details für Wandelanleihen

Convertible Bond Asset data information

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"
            name="Bond"
            type="BondType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Bond, Fixed Income details</xs:documentation>
      <xs:documentation xml:lang="de">Rente</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (BondType)

<xs:complexType 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="BondType">
   <xs:annotation>
      <xs:documentation>Bond Asset data information</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element name="ConvertibleFlag" type="xs:boolean">
         <xs:annotation>
            <xs:documentation>Indicates whether bond is convertible</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Issuer" type="CompanyType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Issuer details</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt den Wertpapieremittenten</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element maxOccurs="unbounded"
                  minOccurs="0"
                  name="StockMarket"
                  type="MICCodeType">
         <xs:annotation>
            <xs:documentation xml:lang="en">MIC of the Exchange(s) at which this bond is listed.</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den MIC des Boerseplatz an an dem das Wertpapier notiert</xs:documentation>
            <xs:appinfo>
               <altova:exampleValues>
                  <altova:example value="WBAH"/>
               </altova:exampleValues>
            </xs:appinfo>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Listing">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicator whether this bond is listed at an exchange
A   Listed at an official market
B   Listed at an exchange
G   Listed on a regular market
K   No listing
M  Listed on a regular market inside the EU
S   Unregulated market
V   Securitised rights
Y   Acceptance on unregulated market planned
Z   New issue</xs:documentation>
            <xs:documentation xml:lang="de">Gibt an ob das Wertpapier an einer Boerse notiert 

- A  Amtlicher Handel 
- B  Boersennotierung Ausland
- G  Geregelter Freiverkehr
- K  Keine Boersenotierung
- M  Geregelter Markt id. EU
- S  Sonstiger Handel
- V  Verbriefte Rechte
- Y  Zulassung zum sonst. Handel vorges.
- Z  Neuemission</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="A"/>
               <xs:enumeration value="B"/>
               <xs:enumeration value="G"/>
               <xs:enumeration value="K"/>
               <xs:enumeration value="M"/>
               <xs:enumeration value="S"/>
               <xs:enumeration value="V"/>
               <xs:enumeration value="Y"/>
               <xs:enumeration value="Z"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="ListingUnit">
         <xs:annotation>
            <xs:documentation xml:lang="en">Listing unit:
P ... pieces
N ... nominal amount</xs:documentation>
            <xs:documentation xml:lang="de">S = Stueck
oder
N = Nominale</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="P"/>
               <xs:enumeration value="N"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="IssueDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Issue date of the bond</xs:documentation>
            <xs:documentation xml:lang="de">Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="MaturityDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Maturity date</xs:documentation>
            <xs:documentation xml:lang="de">Ablaufdatum/Faelligkeitsdatum</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DateFirstCoupon" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">First coupon date</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt das Datum des ersten Kupons</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="DateLastCoupon" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Last coupon date</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt das Datum an dem der letzte Kupon gezahlt wird</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="CouponDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Coupon date</xs:documentation>
            <xs:documentation xml:lang="de">Gibt das Kupondatum an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Coupon">
         <xs:annotation>
            <xs:documentation>Coupon details</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element minOccurs="0" name="Type">
                  <xs:annotation>
                     <xs:documentation>fix/float/zero/others</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="fix"/>
                        <xs:enumeration value="float"/>
                        <xs:enumeration value="zero"/>
                        <xs:enumeration value="others"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="PaymentFrequency" type="FrequencyType">
                  <xs:annotation>
                     <xs:documentation>Payment frequency (e.g. yearly)</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="InterestRate" type="xs:decimal"/>
               <xs:element minOccurs="0" name="BaseIndex" type="IdentifiersType">
                  <xs:annotation>
                     <xs:documentation>e.g. EURIBOR 6 Months</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="OffsetBPS" type="xs:decimal">
                  <xs:annotation>
                     <xs:documentation>Offset in base points in addition to BaseIndex</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="RedemptionRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Price at which the bond finally will be redeemded</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt den Kurs zu dem das Wertpapier getilgt wird</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Redemption">
         <xs:annotation>
            <xs:documentation>Redemption details</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element minOccurs="0" name="Type">
                  <xs:annotation>
                     <xs:documentation>Bullet or Sinkable</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="Bullet"/>
                        <xs:enumeration value="Sinkable"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="Frequency" type="FrequencyType">
                  <xs:annotation>
                     <xs:documentation>Redemption frequency</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="IssuerDate" type="xs:date">
                  <xs:annotation>
                     <xs:documentation xml:lang="en">Date when issuer could cancel the issue</xs:documentation>
                     <xs:documentation xml:lang="de">Enthaelt das Datum ab dem der Emittent die Emission kuendigen kann</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="OptionDate" type="xs:date">
                  <xs:annotation>
                     <xs:documentation>Date of next execution possibility</xs:documentation>
                  </xs:annotation>
               </xs:element>
               <xs:element minOccurs="0" name="OptionDirection">
                  <xs:annotation>
                     <xs:documentation>Issuer, Bearer, Both</xs:documentation>
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="Issuer"/>
                        <xs:enumeration value="Bearer"/>
                        <xs:enumeration value="Both"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:element>
               <xs:element minOccurs="0" name="OptionStrikePrice" type="xs:decimal">
                  <xs:annotation>
                     <xs:documentation>Strike price for embedded option</xs:documentation>
                  </xs:annotation>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="InterestRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Nominal interest rate</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt einen Zinssatz</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="InterestsStartDate" type="xs:date">
         <xs:annotation>
            <xs:documentation xml:lang="en">Start date for calculation of interests</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt das Datum ab dem ein Zinsanspruch ermittelt wird</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IssueRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en"> Price at whicht the bond has been issued.
***IssuePrice </xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt den Emissionskurs des Wertpapier</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IssueYield" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Yield to maturity of the bond at the date of issue.</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt die Emissionsrendite des Wertpapier</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Yields">
         <xs:annotation>
            <xs:documentation>Yield values</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Yield">
                  <xs:complexType>
                     <xs:sequence>
                        <xs:element name="Method" type="xs:string"/>
                        <xs:element name="Date" type="xs:date"/>
                        <xs:element name="Value" type="xs:decimal"/>
                     </xs:sequence>
                  </xs:complexType>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="EUWithholdingTaxRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">European withholding tax rate</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den EU Quest Satz an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="EUWithholdingTaxCategory">
         <xs:annotation>
            <xs:documentation xml:lang="en">EU withholding tax category:
A = Exact calculation
B = Simplified calculation
C = No calculation</xs:documentation>
            <xs:documentation xml:lang="de">Gibt die EU Quest Kategorie an:
A = Genaue Berechnung
B = Vereinfachte Berechnung
C = Keine Berechnung</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="A"/>
               <xs:enumeration value="B"/>
               <xs:enumeration value="C"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="CapitalYieldsTaxKind" type="xs:string">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicates whether incomes of a bond will be charged with capital yields tax and its kind - TO BE DISCUSSED !!!</xs:documentation>
            <xs:documentation xml:lang="de">Gibt an ob ein Wertpapier KESt-Pflichtig ist</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="CapitalYieldsTaxRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Gibt die Hoehe des gueltigen KESt-Satzes an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="GuaranteeType">
         <xs:annotation>
            <xs:documentation>Type of guarantee:
GARA ... Guarantee
PARENT ... Guarantee by parent company
HYPO ... Hypothek
NEG ... Negativklausel
NONE ... Not guaranteed
OTHER ... Other
STATE ... State guarantee</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="GARA"/>
               <xs:enumeration value="HYPO"/>
               <xs:enumeration value="NEG"/>
               <xs:enumeration value="NONE"/>
               <xs:enumeration value="PARENT"/>
               <xs:enumeration value="STATE"/>
               <xs:enumeration value="OTHER"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="Guarantor" type="CompanyType">
         <xs:annotation>
            <xs:documentation>Guarantor details</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0"
                  name="IndicatorAcceptableAsCollateral"
                  type="xs:boolean">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicates whether asset can be used as collateral</xs:documentation>
            <xs:documentation xml:lang="de">Gibt an, ob es sich um ein Lombardfaehiges Wertpapier handelt</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IndicatorZoneA" type="xs:boolean">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicates whether the security is issued in a Zone A country</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt ein Kennzeichen, ob es sich um ein Wertpapier handelt, welches in einem Zone A Staat begeben wurde</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IndicatorAbsolutelySafe" type="xs:boolean">
         <xs:annotation>
            <xs:documentation xml:lang="en">Indicates whether the security can be classified as absolutely safe (i.e. gilt-edged).
Boolean: truefFalse</xs:documentation>
            <xs:documentation xml:lang="de">Enthaelt ein Kennzeichen, ob das Wertpapier muendelsicher ist
Boolean: true/false</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="WithholdingTaxRate" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Withholding tax rate of the security</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den Quest Satz an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="AgioFactor" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Agio factor of the security</xs:documentation>
            <xs:documentation xml:lang="de">Gibt den Zuschlagsfaktor an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="Durations">
         <xs:annotation>
            <xs:documentation>List of duration values</xs:documentation>
         </xs:annotation>
         <xs:complexType>
            <xs:sequence>
               <xs:element maxOccurs="unbounded" name="Duration">
                  <xs:complexType>
                     <xs:sequence>
                        <xs:element name="Name" type="xs:string"/>
                        <xs:element name="Date" type="xs:date"/>
                        <xs:element name="Value" type="xs:decimal"/>
                     </xs:sequence>
                  </xs:complexType>
               </xs:element>
            </xs:sequence>
         </xs:complexType>
      </xs:element>
      <xs:element minOccurs="0" name="Tranche" type="xs:decimal">
         <xs:annotation>
            <xs:documentation>Number of tranche</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="ConvertibleBond" type="ConvertibleBondType">
         <xs:annotation>
            <xs:documentation xml:lang="en">Details for Convertibles</xs:documentation>
            <xs:documentation xml:lang="de">Details für Wandelanleihen</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>