CommercialPaper

/FundsXML4/AssetMasterData/Asset/AssetDetails/CommercialPaper

Diagram

CommercialPaper Commercial Paper and Certificate of Deposit Commercial Paper and Certificate of Deposit Master Data Issuer CompanyType [1] StockMarket MICCodeType [0..*] Listing xs:string [0..1] ListingUnit xs:string [0..1] IssueDate xs:date [0..1] MaturityDate xs:date [1] RedemptionRate xs:decimal [0..1] Coupon (anonymous) [0..1] InterestRate xs:decimal [0..1] IsAssetBacked YesNoType [0..1]

Documentation

Commercial Paper and Certificate of Deposit

Properties

Type
CommercialPaperType
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
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
A
xs:string

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

S = Stueck
oder
N = Nominale

P
xs:date

Issue date of the CP/CD

Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde

2022-02-16
xs:date

Maturity date

Ablaufdatum/Faelligkeitsdatum

2024-04-30
xs:decimal

Price at which the bond finally will be redeemded

Enthaelt den Kurs zu dem das Wertpapier getilgt wird

123.22
(anonymous)

Coupon details

xs:decimal

Nominal interest rate

Enthaelt einen Zinssatz

783.59
YesNoType

YES or NO

YES

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="CommercialPaper"
            type="CommercialPaperType">
   <xs:annotation>
      <xs:documentation>Commercial Paper and Certificate of Deposit</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (CommercialPaperType)

<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="CommercialPaperType">
   <xs:annotation>
      <xs:documentation>Commercial Paper and Certificate of Deposit Master Data</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element 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 CP/CD</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 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="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="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="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="IsAssetBacked" type="YesNoType"/>
   </xs:sequence>
</xs:complexType>