Account
/FundsXML4/AssetMasterData/Asset/AssetDetails/Account
Diagram
Documentation
Account details
Konten aus Fondsbuchhaltung, physische Bank- und Depotkonten
Account details
Account details
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
| Name (XPath) | Type | Documentation | Sample Data |
|---|---|---|---|
| xs:string |
Account balance set as default Gibt an ob das Konto default einen Soll oder Habensaldo aufweist Account balance set comme default Account balance set als default |
Credit | |
| xs:integer |
Account number used for booking procedure Gibt das bei einer Buchung verwendete Konto an Account numéro used pour booking procedure Account nummer used voor booking procedure |
8634 | |
| IBANType |
International Bank Account Number [AUTO] Internationale Bankkontonummer (IBAN) International Bank Account Numéro International Bank Account Nummer |
AHNUG9J96640SC1OT7363X | |
| xs:string | Cash | ||
| xs:decimal |
Debit rate Zinssatz Soll Debit taux Debit tarief |
631.31 | |
| xs:decimal |
Credit rate Zinssatz Haben Crédit taux Krediet tarief |
907.49 | |
| CompanyType |
Counterparty details [AUTO] Details zur Gegenpartei Contrepartie details Tegenpartij details |
Element Definition
Element Definition
<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
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:documentation xml:lang="fr">Account details</xs:documentation>
<xs:documentation xml:lang="nl">Account details</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(AccountType)
Referenced Type Definition (AccountType)
<xs:complexType xmlns:altova="http://www.altova.com/xml-schema-extensions"
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
name="AccountType">
<xs:annotation>
<xs:documentation xml:lang="en">Master data of accounts</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Stammdaten für Konten</xs:documentation>
<xs:documentation xml:lang="fr">Maître données de accounts</xs:documentation>
<xs:documentation xml:lang="nl">Master gegevens van 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:documentation xml:lang="fr">Account balance set comme default</xs:documentation>
<xs:documentation xml:lang="nl">Account balance set als default</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:documentation xml:lang="fr">Account numéro used pour booking procedure</xs:documentation>
<xs:documentation xml:lang="nl">Account nummer used voor booking procedure</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="IBAN" type="IBANType">
<xs:annotation>
<xs:documentation xml:lang="en">International Bank Account Number</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Internationale Bankkontonummer (IBAN)</xs:documentation>
<xs:documentation xml:lang="fr">International Bank Account Numéro</xs:documentation>
<xs:documentation xml:lang="nl">International Bank Account Nummer</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:documentation xml:lang="fr">Debit taux</xs:documentation>
<xs:documentation xml:lang="nl">Debit tarief</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:documentation xml:lang="fr">Crédit taux</xs:documentation>
<xs:documentation xml:lang="nl">Krediet tarief</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Counterparty" type="CompanyType">
<xs:annotation>
<xs:documentation xml:lang="en">Counterparty details</xs:documentation>
<xs:documentation xml:lang="de">[AUTO] Details zur Gegenpartei</xs:documentation>
<xs:documentation xml:lang="fr">Contrepartie details</xs:documentation>
<xs:documentation xml:lang="nl">Tegenpartij details</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>