| diagram | ![]() |
||
| children | StartDate MaturityDate MethodForCalculationOfInterest InterestRate InterestRateDebit InterestRateCredit IndicatorCreditDebit Counterparty CollateralFlag | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:complexType name="CallCapitalType"> <xs:annotation> <xs:documentation>Call capital Asset data information</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="StartDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Start date of call capital</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="MethodForCalculationOfInterest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt an, nach welcher Methode die Zinsen berechnet werden</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InterestRate" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Enthaelt einen Zinssatz</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Soll</xs:documentation> </xs:annotation> </xs:element> <xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Haben</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IndicatorCreditDebit" minOccurs="0"> <xs:annotation> <xs:documentation>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 name="Counterparty" type="CompanyType"> <xs:annotation> <xs:documentation>Counterparty details</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CollateralFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates whether call money is used as collateral</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||||
| type | xs:date | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="StartDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Start date of call capital</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:string | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="MethodForCalculationOfInterest" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Gibt an, nach welcher Methode die Zinsen berechnet werden</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InterestRate" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Enthaelt einen Zinssatz</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InterestRateDebit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Soll</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||
| type | xs:decimal | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="InterestRateCredit" type="xs:decimal" minOccurs="0"> <xs:annotation> <xs:documentation>Zinssatz Haben</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
|||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:element name="IndicatorCreditDebit" minOccurs="0"> <xs:annotation> <xs:documentation>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> |
| 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:boolean | ||||||
| properties |
|
||||||
| annotation |
|
||||||
| source | <xs:element name="CollateralFlag" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates whether call money is used as collateral</xs:documentation> </xs:annotation> </xs:element> |