XML Schema Documentation

Complex Type: LcPosition

[Table of contents]

Super-types: None
Sub-types: None
Name LcPosition
Used by (from the same schema document) Complex Type FacilityCommitmentPosition
Abstract no
Documentation Represents outstanding letter of credit amounts on both global and lender position levels
XML Instance Representation
<...>
<lcSummary> LcSummary </lcSummary> [1]
<currentAmount> ParticipationAmount </currentAmount> [1]
<priorAmount> ParticipationAmount </priorAmount> [0..1]
</...>
Diagram
type_LcSummary type_ParticipationAmount type_ParticipationAmount
Schema Component Representation
<xsd:complexType name="LcPosition">
<xsd:sequence>
<xsd:element name="lcSummary" type=" LcSummary "/>
<xsd:element name="currentAmount" type=" ParticipationAmount "/>
<xsd:element name="priorAmount" type=" ParticipationAmount " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>