XML Schema Documentation

Complex Type: LenderPositionPeriod

[Table of contents]

Super-types: None
Sub-types: None
Name LenderPositionPeriod
Used by (from the same schema document) Complex Type FeeAccrualSchedule , Complex Type FeeAccrualSchedule , Complex Type FeeAccrualSchedule
Abstract no
Documentation A period within which the lender maintains a constant position amount.
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.'

<positionAmount> ParticipationAmount </positionAmount> [0..1]

'Global and lender share amounts.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="LenderPositionPeriod">
<xsd:sequence>
<xsd:group ref=" Period.model "/>
<xsd:element name="positionAmount" type=" ParticipationAmount " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>