XML Schema Documentation

Complex Type: LenderLoanContractPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name LenderLoanContractPeriod
Used by (from the same schema document) Complex Type InterestAccrualSchedule
Abstract no
Documentation A period within which the lender maintains a constant loan contract position.
XML Instance Representation
<...>
<startDate> xsd:date </startDate> [1]

'Date on which this period begins.'

<endDate> xsd:date </endDate> [1]

'Date on which this period ends.'

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

'The amount of the commitment amount allocated to the lender for the specific period.'

<shareLoanContractAmount> Money </shareLoanContractAmount> [1]

'The amount of the loan contractallocated to the lender. This is based on the share of the overall commitment that the lender is assigned.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LenderLoanContractPeriod">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<xsd:element name="shareCommitmentAmount" type=" Money " minOccurs="0"/>
<xsd:element name="shareLoanContractAmount" type=" Money "/>
</xsd:sequence>
</xsd:complexType>