XML Schema Documentation

Complex Type: LoanContractPosition

[Table of contents]

Super-types: None
Sub-types: None
Name LoanContractPosition
Used by (from the same schema document) Complex Type FacilityCommitmentPosition
Abstract no
Documentation Represents outstanding loan amounts on both the global and lender position levels.
XML Instance Representation
<...>
<loanContractSummary> LoanContractSummary </loanContractSummary> [1]

'A basic set of fields used to uniquely identify the loan contract.'

<currentAmount> ParticipationAmount </currentAmount> [1]

'The current outstanding loan contract amount represented on a global and lender share perspective (this is post to any associated events).'

<priorAmount> ParticipationAmount </priorAmount> [1]

'The previous outstanding loan contract amount represented on a global and lender share perspective (this is prior to any associated events).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LoanContractPosition">
<xsd:sequence>
<xsd:element name="loanContractSummary" type=" LoanContractSummary "/>
<xsd:element name="currentAmount" type=" ParticipationAmount "/>
<xsd:element name="priorAmount" type=" ParticipationAmount "/>
</xsd:sequence>
</xsd:complexType>