Loan
/FundsXML4/AssetMasterData/Asset/AssetDetails/Loan
Diagram
Documentation
Loan
Kredit
Loan
Loan
Properties
- Type
- LoanType
- 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 |
Fund is LENDER or BORROWER Fonds ist LENDER oder BORROWER Fonds est LENDER ou BORROWER Fonds is LENDER van BORROWER |
LENDER | |
| CompanyType |
Counterparty details [AUTO] Details zur Gegenpartei Contrepartie details Tegenpartij details |
||
| xs:date |
Start date of loan Start Datum von loan Start date de loan Start datum van loan |
2021-09-11 | |
| xs:date |
Maturity date of the loan Gibt das Tilgungsdatum an Maturity date de loan Maturity datum van loan |
2025-05-25 | |
| xs:boolean |
Indicates whether the loan is collateralized. Boolean: true/false Besicherung ja/nein; Indicates whether loan est collateralized. Boolean: true/false Indicates whether loan is collateralized. Boolean: true/false |
false | |
| xs:string |
Interest rate type of the loan Zinssatz fix/variabel Intérêt taux type de loan Rente tarief type van loan |
Fixed | |
| xs:IDREF |
Unique ID of the underlying derivative for interest rate risk hedging Unique ID des zuordenbaren Derivates zur Zinsabsicherung Unique ID de sous-jacent dérivé pour intérêt taux risque hedging Uniek ID van onderliggende waarde derivaat voor rente tarief risico hedging |
id_generated | |
| xs:IDREF |
Unique ID of the underlying derivative for FX risk hedging Unique ID des zuordenbaren Derivates zur Währungsabsicherung Unique ID de sous-jacent dérivé pour FX risque hedging Uniek ID van onderliggende waarde derivaat voor FX risico hedging |
id_generated | |
| IdentifiersType |
Loan is used for this real estate Loan ist used für dies real estate Loan est used pour ce real estate Loan is used voor dit real estate |
||
| xs:boolean |
Loan is daily due Loan ist täglich due Loan est quotidien due Loan is dagelijks due |
false | |
| xs:decimal |
Interest rate of loan Enthaelt einen Zinssatz des Kredits Intérêt taux de loan Rente tarief van loan |
161.10 |
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="Loan"
type="LoanType">
<xs:annotation>
<xs:documentation xml:lang="en">Loan</xs:documentation>
<xs:documentation xml:lang="de">Kredit</xs:documentation>
<xs:documentation xml:lang="fr">Loan</xs:documentation>
<xs:documentation xml:lang="nl">Loan</xs:documentation>
</xs:annotation>
</xs:element>
Referenced Type Definition
(LoanType)
Referenced Type Definition (LoanType)
<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="LoanType">
<xs:annotation>
<xs:documentation xml:lang="en">Loan instrument details including fund role (lender/borrower), counterparty and terms</xs:documentation>
<xs:documentation xml:lang="de">Loan-Instrument-Details einschließlich Fund-Rolle (Lender/Borrower), Counterparty und Konditionen</xs:documentation>
<xs:documentation xml:lang="fr">Détails d'instrument loan incluant rôle du fonds (lender/borrower), counterparty et conditions</xs:documentation>
<xs:documentation xml:lang="nl">Loan instrument details inclusief fonds rol (lender/borrower), counterparty en voorwaarden</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="FundRole">
<xs:annotation>
<xs:documentation xml:lang="en">Fund is LENDER or BORROWER</xs:documentation>
<xs:documentation xml:lang="de">Fonds ist LENDER oder BORROWER</xs:documentation>
<xs:documentation xml:lang="fr">Fonds est LENDER ou BORROWER</xs:documentation>
<xs:documentation xml:lang="nl">Fonds is LENDER van BORROWER</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="LENDER"/>
<xs:enumeration value="BORROWER"/>
</xs:restriction>
</xs:simpleType>
</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:element minOccurs="0" name="StartDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Start date of loan</xs:documentation>
<xs:documentation xml:lang="de">Start Datum von loan</xs:documentation>
<xs:documentation xml:lang="fr">Start date de loan</xs:documentation>
<xs:documentation xml:lang="nl">Start datum van loan</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MaturityDate" type="xs:date">
<xs:annotation>
<xs:documentation xml:lang="en">Maturity date of the loan</xs:documentation>
<xs:documentation xml:lang="de">Gibt das Tilgungsdatum an</xs:documentation>
<xs:documentation xml:lang="fr">Maturity date de loan</xs:documentation>
<xs:documentation xml:lang="nl">Maturity datum van loan</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="Collateralization" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates whether the loan is collateralized. Boolean: true/false</xs:documentation>
<xs:documentation xml:lang="de">Besicherung ja/nein;
True = Ja
False = Nein</xs:documentation>
<xs:documentation xml:lang="fr">Indicates whether loan est collateralized. Boolean: true/false</xs:documentation>
<xs:documentation xml:lang="nl">Indicates whether loan is collateralized. Boolean: true/false</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="InterestRateType">
<xs:annotation>
<xs:documentation xml:lang="en">Interest rate type of the loan
fixed/variable</xs:documentation>
<xs:documentation xml:lang="de">Zinssatz fix/variabel</xs:documentation>
<xs:documentation xml:lang="fr">Intérêt taux type de loan
fixed/variable</xs:documentation>
<xs:documentation xml:lang="nl">Rente tarief type van loan
fixed/variable</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Fixed"/>
<xs:enumeration value="Variable"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="InterestHedgedBy" type="xs:IDREF">
<xs:annotation>
<xs:documentation xml:lang="en">Unique ID of the underlying derivative for interest rate risk hedging</xs:documentation>
<xs:documentation xml:lang="de">Unique ID des zuordenbaren Derivates zur Zinsabsicherung</xs:documentation>
<xs:documentation xml:lang="fr">Unique ID de sous-jacent dérivé pour intérêt taux risque hedging</xs:documentation>
<xs:documentation xml:lang="nl">Uniek ID van onderliggende waarde derivaat voor rente tarief risico hedging</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="FxHedgedBy" type="xs:IDREF">
<xs:annotation>
<xs:documentation xml:lang="en">Unique ID of the underlying derivative for FX risk hedging</xs:documentation>
<xs:documentation xml:lang="de">Unique ID des zuordenbaren Derivates zur Währungsabsicherung</xs:documentation>
<xs:documentation xml:lang="fr">Unique ID de sous-jacent dérivé pour FX risque hedging</xs:documentation>
<xs:documentation xml:lang="nl">Uniek ID van onderliggende waarde derivaat voor FX risico hedging</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="CorrespondingRealEstate" type="IdentifiersType">
<xs:annotation>
<xs:documentation xml:lang="en">Loan is used for this real estate</xs:documentation>
<xs:documentation xml:lang="de">Loan ist used für dies real estate</xs:documentation>
<xs:documentation xml:lang="fr">Loan est used pour ce real estate</xs:documentation>
<xs:documentation xml:lang="nl">Loan is used voor dit real estate</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PayableOnDemand" type="xs:boolean">
<xs:annotation>
<xs:documentation xml:lang="en">Loan is daily due</xs:documentation>
<xs:documentation xml:lang="de">Loan ist täglich due</xs:documentation>
<xs:documentation xml:lang="fr">Loan est quotidien due</xs:documentation>
<xs:documentation xml:lang="nl">Loan is dagelijks due</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="InterestRate" type="xs:decimal">
<xs:annotation>
<xs:documentation xml:lang="en">Interest rate of loan</xs:documentation>
<xs:documentation xml:lang="de">Enthaelt einen Zinssatz des Kredits</xs:documentation>
<xs:documentation xml:lang="fr">Intérêt taux de loan</xs:documentation>
<xs:documentation xml:lang="nl">Rente tarief van loan</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>