Definition Type: ComplexType
Name: LcPosition
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Represents outstanding letter of credit amounts on both global and lender position levels
Collapse XSD Schema Diagram:
Drilldown into priorAmount in schema fpml-loan-4-5_xsd Drilldown into currentAmount in schema fpml-loan-4-5_xsd Drilldown into lcSummary in schema fpml-loan-4-5_xsdXSD Diagram of LcPosition in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LcPosition">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Represents outstanding letter of credit amounts on both global and lender position levels</xsd:documentation>
    </xsd:annotation>
    <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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
lcSummary fpml:lcSummary (1) (1)
currentAmount fpml:currentAmount (1) (1)
priorAmount fpml:priorAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:lcPosition