Definition Type: ComplexType
Name: LcBalanceNotice
Namespace: http://www.fpml.org/2008/FpML-4-5
Type: fpml:FacilityNotice
Containing Schema: fpml-loan-4-5.xsd
Abstract
Documentation:
Letter of Credit balance change notice.
Collapse XSD Schema Diagram:
Drilldown into party in schema fpml-loan-4-5_xsd Drilldown into lcDrawFlag in schema fpml-loan-4-5_xsd Drilldown into currentAmount in schema fpml-loan-4-5_xsd Drilldown into balanceChangeAmount in schema fpml-loan-4-5_xsd Drilldown into priorAmount in schema fpml-loan-4-5_xsd Drilldown into effectiveDate in schema fpml-loan-4-5_xsd Drilldown into lcSummary in schema fpml-loan-4-5_xsd Drilldown into comments in schema fpml-loan-4-5_xsd Drilldown into exceptionFlag in schema fpml-loan-4-5_xsd Drilldown into facilityCommitmentPosition in schema fpml-loan-4-5_xsd Drilldown into facilitySummary in schema fpml-loan-4-5_xsd Drilldown into dealSummary in schema fpml-loan-4-5_xsd Drilldown into lenderPartyReference in schema fpml-loan-4-5_xsd Drilldown into borrowerPartyReference in schema fpml-loan-4-5_xsd Drilldown into agentBankPartyReference in schema fpml-loan-4-5_xsd Drilldown into eventId in schema fpml-loan-4-5_xsd Drilldown into noticeDate in schema fpml-loan-4-5_xsd Drilldown into FacilityNoticeDetails.model in schema fpml-loan-4-5_xsd Drilldown into validation in schema fpml-doc-4-5_xsd Drilldown into Validation.model in schema fpml-doc-4-5_xsd Drilldown into header in schema fpml-msg-4-5_xsd Drilldown into actualBuild in schema fpml-doc-4-5_xsd Drilldown into expectedBuild in schema fpml-doc-4-5_xsd Drilldown into version in schema fpml-doc-4-5_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-4-5_xsd Drilldown into Document in schema fpml-doc-4-5_xsd Drilldown into Message in schema fpml-msg-4-5_xsd Drilldown into NotificationMessage in schema fpml-msg-4-5_xsd Drilldown into FacilityNotice in schema fpml-loan-4-5_xsdXSD Diagram of LcBalanceNotice in schema fpml-loan-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="LcBalanceNotice">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Letter of Credit balance change notice.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="FacilityNotice">
            <xsd:sequence>
                <xsd:element name="lcSummary" type="LcSummary">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A basic set of fields to identify an LC. Please note that the partyReference within the contract identifier should refer to the Issuing Bank.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="effectiveDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Effective date of the balance change.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="priorAmount" type="ParticipationAmount" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The global and lender share amount of the L/C before any associated balance change.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="balanceChangeAmount" type="ParticipationAmount">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The amount that the L/C has shifted by. Shown at both the global and share levels.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="currentAmount" type="ParticipationAmount">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The global and lender share amount of the L/C after any associated balance change.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="lcDrawFlag" type="xsd:boolean">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Set to false for a normal increase or decrease in the LC amount. An LC draw results in a reduction of the LC amount and signifies that a loan drawdown will take place in conjunction with this message.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="party" type="Party" minOccurs="2" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The parties involved with the associated transaction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header fpml:header (1) (1)
validation fpml:validation 0 unbounded
noticeDate fpml:noticeDate (1) (1)
eventId fpml:eventId 0 (1)
agentBankPartyReference fpml:agentBankPartyReference 0 (1)
borrowerPartyReference fpml:borrowerPartyReference 0 (1)
lenderPartyReference fpml:lenderPartyReference 0 (1)
dealSummary fpml:dealSummary (1) (1)
facilitySummary fpml:facilitySummary (1) (1)
facilityCommitmentPosition fpml:facilityCommitmentPosition 0 (1)
exceptionFlag fpml:exceptionFlag 0 (1)
comments fpml:comments 0 (1)
lcSummary fpml:lcSummary (1) (1)
effectiveDate fpml:effectiveDate (1) (1)
priorAmount fpml:priorAmount 0 (1)
balanceChangeAmount fpml:balanceChangeAmount (1) (1)
currentAmount fpml:currentAmount (1) (1)
lcDrawFlag fpml:lcDrawFlag (1) (1)
party fpml:party 2 unbounded
<xs:group> fpml:Validation.model (1) (1)
<xs:group> fpml:FacilityNoticeDetails.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version fpml:version Required
expectedBuild fpml:expectedBuild (Optional)
actualBuild fpml:actualBuild (Optional)
Collapse Derivation Tree: