XML Schema Documentation

Complex Type: LoanContractSummary

[Table of contents]

Super-types: None
Sub-types: None
Name LoanContractSummary
Used by (from the same schema document) Complex Type LoanContract , Complex Type LoanContractNotice , Complex Type LoanContractPosition , Complex Type LoanContractRepayment , Complex Type OneOffFeeNotice
Abstract no
Documentation A basic set of fields used to uniquely identify the loan contract.
XML Instance Representation
<...>
<identifier> ContractIdentifier </identifier> [1..*]

'A structure that can me used to store multiple identifiers for the loan contract. Each identifier has associated with it a scheme definition to tell the recepient the \'type\' of the id.'

<originalAmount> Money </originalAmount> [0..1]

'The original amount associated with the loan contract in loan contract currency.'

<maturityDate> xsd:date </maturityDate> [0..1]

'The maturity date of the loan contract. In the case of a PRIME-based loan, this field should be set to the maturity date of the facility.>'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LoanContractSummary">
<xsd:sequence>
<xsd:element name="identifier" type=" ContractIdentifier " maxOccurs="unbounded"/>
<xsd:element name="originalAmount" type=" Money " minOccurs="0"/>
<xsd:element name="maturityDate" type=" xsd:date " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>