Account

/FundsXML4/AssetMasterData/Asset/AssetDetails/Account

Diagram

Account IndicatorCreditDebit xs:string [0..1] AccountNumber xs:integer [0..1] IBAN IBANType [0..1] AccountType xs:string [0..1] InterestRateDebit xs:decimal [0..1] InterestRateCredit xs:decimal [0..1] Counterparty CompanyType [1]

Documentation

EN

Account details

DE

Konten aus Fondsbuchhaltung, physische Bank- und Depotkonten

Master data of accounts

Properties

Type
AccountType
Cardinality
1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
4

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
xs:string

Account balance set as default

Gibt an ob das Konto default einen Soll oder Habensaldo aufweist

Credit
xs:integer

Account number used for booking procedure

Gibt das bei einer Buchung verwendete Konto an

1786
IBANType

International Bank Account Number

OMQFO1623D80125MYB87BX06M
xs:string Collaterals
xs:decimal

Debit rate

Zinssatz Soll

381.94
xs:decimal

Credit rate

Zinssatz Haben

682.75
CompanyType

Counterparty details

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"
            name="Account"
            type="AccountType">
   <xs:annotation>
      <xs:documentation xml:lang="en">Account details</xs:documentation>
      <xs:documentation xml:lang="de">Konten aus Fondsbuchhaltung, physische Bank- und Depotkonten</xs:documentation>
   </xs:annotation>
</xs:element>

Referenced Type Definition (AccountType)

<xs:complexType 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="AccountType">
   <xs:annotation>
      <xs:documentation>Master data of accounts</xs:documentation>
   </xs:annotation>
   <xs:sequence>
      <xs:element minOccurs="0" name="IndicatorCreditDebit">
         <xs:annotation>
            <xs:documentation xml:lang="en">Account balance set as default</xs:documentation>
            <xs:documentation xml:lang="de">Gibt an ob das Konto default einen Soll oder Habensaldo aufweist</xs:documentation>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Credit"/>
               <xs:enumeration value="Debit"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="AccountNumber" type="xs:integer">
         <xs:annotation>
            <xs:documentation xml:lang="en">Account number used for booking procedure</xs:documentation>
            <xs:documentation xml:lang="de">Gibt das bei einer Buchung verwendete Konto an</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="IBAN" type="IBANType">
         <xs:annotation>
            <xs:documentation>International Bank Account Number</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="AccountType">
         <xs:annotation>
            <xs:appinfo source="@since 4.2.10">Detailed Account type</xs:appinfo>
         </xs:annotation>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="Cash"/>
               <xs:enumeration value="Margins"/>
               <xs:enumeration value="Collaterals"/>
               <xs:enumeration value="Receivables"/>
               <xs:enumeration value="Liabilities"/>
            </xs:restriction>
         </xs:simpleType>
      </xs:element>
      <xs:element minOccurs="0" name="InterestRateDebit" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Debit rate</xs:documentation>
            <xs:documentation xml:lang="de">Zinssatz Soll</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="InterestRateCredit" type="xs:decimal">
         <xs:annotation>
            <xs:documentation xml:lang="en">Credit rate</xs:documentation>
            <xs:documentation xml:lang="de">Zinssatz Haben</xs:documentation>
         </xs:annotation>
      </xs:element>
      <xs:element name="Counterparty" type="CompanyType">
         <xs:annotation>
            <xs:documentation>Counterparty details</xs:documentation>
         </xs:annotation>
      </xs:element>
   </xs:sequence>
</xs:complexType>