complexType "LcAdjustment"
Namespace:
Content:
complex, 13 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
adjustment (in lcAdjustment),
agentPartyReference (defined in BusinessEventParties.model group),
amount (in lcAdjustment),
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
effectiveDate (defined in LoanEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
letterOfCreditReference (defined in LcEvent complexType),
previousInaccurateEventId,
relatedBorrowing
All Direct / Indirect Based Elements (1):
lcAdjustment
Known Usage Locations
Annotation
An event defining a change in the amount associated with an outstanding Letter of Credit.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent (extension)
      LcEvent (extension)
          LcAdjustment
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="LcAdjustment">
<xsd:complexContent>
<xsd:extension base="LcEvent">
<xsd:sequence>
<xsd:element name="adjustment" type="Adjustment"/>
<xsd:element name="amount" type="MoneyWithParticipantShare"/>
<xsd:element name="relatedBorrowing" type="xsd:boolean"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/13)
adjustment
Type:
Adjustment, complex content
Defines the type of adjustment applied - increase or decrease.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="adjustment" type="Adjustment"/>

amount
Type:
MoneyWithParticipantShare, complex content
The letter of credit amount after the adjustment has been applied.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="MoneyWithParticipantShare"/>

relatedBorrowing
Type:
xsd:boolean, predefined, simple content
Set to false for a normal increase or decrease in the letter of credit amount. If set to true, it signifies that a loan borrowing will take place in conjunction with this business event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="relatedBorrowing" type="xsd:boolean"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.