| diagram | ![]() |
||
| children | Counterparty MaturityDate Collateralization InterestRateType InterestHedgedBy FxHedgedBy CorrespondingRealEstate | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||
| type | CompanyType | ||
| properties |
|
||
| children | Identifiers Name LegalName LegalForm Address BusinessCountry ParentCompany | ||
| annotation |
|
||
| source | <xs:element name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||
| type | xs:date | ||
| properties |
|
||
| annotation |
|
||
| source | <xs:element name="MaturityDate" type="xs:date"> <xs:annotation> <xs:documentation>Gibt das Tilgungsdatum an</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:IDREF | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | xs:IDREF | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| 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> |
| diagram | ![]() |
||||||
| type | IdentifiersType | ||||||
| properties |
|
||||||
| children | ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID | ||||||
| annotation |
|
||||||
| 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> |