complexType LoanType
diagram index_p1207.png
children Counterparty MaturityDate Collateralization InterestRateType InterestHedgedBy FxHedgedBy CorrespondingRealEstate
used by
element AssetDetailsType/Loan
source <xs:complexType name="LoanType">
 
<xs:sequence>
   
<xs:element name="Counterparty" type="CompanyType">
     
<xs:annotation>
       
<xs:documentation>Counterparty details</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MaturityDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>Gibt das Tilgungsdatum an</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Collateralization" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Besicherung ja/nein;
True = Ja
False = Nein
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterestRateType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Zinssatz fix/variabel</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 name="InterestHedgedBy" type="xs:IDREF" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique ID des zuordenbaren Derivates zur Zinsabsicherung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FxHedgedBy" type="xs:IDREF" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique ID des zuordenbaren Derivates zur Währungsabsicherung</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CorrespondingRealEstate" type="IdentifiersType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Loan is used for this real estate</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LoanType/Counterparty
diagram index_p1208.png
type CompanyType
properties
content complex
children Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany
annotation
documentation
Counterparty details
source <xs:element name="Counterparty" type="CompanyType">
 
<xs:annotation>
   
<xs:documentation>Counterparty details</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoanType/MaturityDate
diagram index_p1209.png
type xs:date
properties
content simple
annotation
documentation
Gibt das Tilgungsdatum an
source <xs:element name="MaturityDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Gibt das Tilgungsdatum an</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoanType/Collateralization
diagram index_p1210.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Besicherung ja/nein;
True = Ja
False = Nein
source <xs:element name="Collateralization" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Besicherung ja/nein;
True = Ja
False = Nein
</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoanType/InterestRateType
diagram index_p1211.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Fixed
enumeration Variable
annotation
documentation
Zinssatz fix/variabel
source <xs:element name="InterestRateType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Zinssatz fix/variabel</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>

element LoanType/InterestHedgedBy
diagram index_p1212.png
type xs:IDREF
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique ID des zuordenbaren Derivates zur Zinsabsicherung
source <xs:element name="InterestHedgedBy" type="xs:IDREF" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique ID des zuordenbaren Derivates zur Zinsabsicherung</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoanType/FxHedgedBy
diagram index_p1213.png
type xs:IDREF
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique ID des zuordenbaren Derivates zur Währungsabsicherung
source <xs:element name="FxHedgedBy" type="xs:IDREF" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique ID des zuordenbaren Derivates zur Währungsabsicherung</xs:documentation>
 
</xs:annotation>
</xs:element>

element LoanType/CorrespondingRealEstate
diagram index_p1214.png
type IdentifiersType
properties
minOcc 0
maxOcc 1
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
annotation
documentation
Loan is used for this real estate
source <xs:element name="CorrespondingRealEstate" type="IdentifiersType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Loan is used for this real estate</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy