IsAssetBacked

/FundsXML4/AssetMasterData/Asset/AssetDetails/CommercialPaper/IsAssetBacked

Diagram

IsAssetBacked

Documentation

EN

Indicates if the bond is asset-backed

DE

Gibt an, ob die Anleihe forderungsbesichert ist

FR

Indique si l'obligation est adossée à des actifs

NL

Geeft aan of de obligatie asset-backed is

ES

Indica si el bono está respaldado por activos

IT

Indica se l'obbligazione è asset-backed

HU

Jelzi, hogy a kötvény eszközfedezetes-e

CS

Označuje, zda je dluhopis krytý aktivy

Properties

Type
YesNoType
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
5
Sample Data
YES
Restrictions
Base: xs:string
Enumeration:
  • YES
  • NO

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="IsAssetBacked"
            type="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Indicates if the bond is asset-backed</xs:documentation>
      <xs:documentation xml:lang="de">Gibt an, ob die Anleihe forderungsbesichert ist</xs:documentation>
      <xs:documentation xml:lang="fr">Indique si l'obligation est adossée à des actifs</xs:documentation>
      <xs:documentation xml:lang="nl">Geeft aan of de obligatie asset-backed is</xs:documentation>
      <xs:documentation xml:lang="es">Indica si el bono está respaldado por activos</xs:documentation>
      <xs:documentation xml:lang="it">Indica se l'obbligazione è asset-backed</xs:documentation>
      <xs:documentation xml:lang="hu">Jelzi, hogy a kötvény eszközfedezetes-e</xs:documentation>
      <xs:documentation xml:lang="cs">Označuje, zda je dluhopis krytý aktivy</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (YesNoType)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="YesNoType">
   <xs:annotation>
      <xs:documentation xml:lang="en">YES or NO</xs:documentation>
      <xs:documentation xml:lang="de">YES oder NO</xs:documentation>
      <xs:documentation xml:lang="fr">OUI ou NON</xs:documentation>
      <xs:documentation xml:lang="nl">JA of NEE</xs:documentation>
      <xs:documentation xml:lang="es">YES o NO</xs:documentation>
      <xs:documentation xml:lang="it">Sì o no</xs:documentation>
      <xs:documentation xml:lang="cs">ANO nebo NE</xs:documentation>
      <xs:documentation xml:lang="hu">IGEN vagy NEM</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:enumeration value="YES"/>
      <xs:enumeration value="NO"/>
   </xs:restriction>
</xs:simpleType>