complexType "LoanEvent"
Namespace:
Content:
complex, 9 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (9):
agentPartyReference (defined in BusinessEventParties.model group),
borrowerPartyReference (defined in BusinessEventParties.model group),
businessEventGroupId,
cashPayable,
comment,
effectiveDate (defined in LoanEvent complexType),
eventIdentifier (defined in AbstractEventRequireId complexType),
lenderPartyReference,
previousInaccurateEventId
Known Direct Subtypes (4):
FacilityContractEvent, FacilityEvent, LcEvent, LoanContractEvent
Known Indirect Subtypes (39):
AccruingFeeChange, AccruingFeeExpiry, AccruingFeePayment, AccruingPikOptionChange, AccruingPikPayment, AmendmentFeePayment, Borrowing, BreakageFeePayment, CommitmentAdjustment, DefaultRateChange, DefaultRateExpiry, FacilityExtensionFeePayment, FacilityRateChangeEvent, FacilityTermination, FixedRateOptionChange, FloatingRateOptionChange, FundingFeePayment, InterestCapitalization, InterestPayment, LcAdjustment, LcFeePayment, LcIssuance, LcIssuanceFeePayment, LcOptionChange, LcRateChange, LcRenewal, LcTermination, LoanContractAdjustment, LoanContractBaseRateSet, LoanContractMaturityChange, MandatoryCostRateChange, MandatoryCostRateExpiry, MiscFeePayment, NonRecurringFeePayment, PenaltyRateChange, PenaltyRateExpiry, Repayment, UpfrontFeePayment, WaiverFeePayment
All Direct / Indirect Based Elements (53):
Known Usage Locations
Annotation
An abstract base type defining common features of a syndicated loan business event. Such events are originated by the borrower and are required to be communicated to lender syndicates by agents.
Type Definition Detail
Type Derivation Tree
AbstractEventRequireId (extension)
  LoanEvent
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType abstract="true" name="LoanEvent">
<xsd:complexContent>
<xsd:extension base="AbstractEventRequireId">
<xsd:sequence>
<xsd:element minOccurs="0" name="businessEventGroupId" type="BusinessEventGroupIdentifier"/>
<xsd:element minOccurs="0" name="previousInaccurateEventId" type="BusinessEventIdentifier"/>
<xsd:group ref="BusinessEventParties.model"/>
<xsd:element name="effectiveDate" type="xsd:date"/>
<xsd:group minOccurs="0" ref="LenderAndCashDetails.model"/>
<xsd:element minOccurs="0" name="comment" type="xsd:normalizedString"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/9)
businessEventGroupId
Type:
XML Source (see within schema source)
<xsd:element minOccurs="0" name="businessEventGroupId" type="BusinessEventGroupIdentifier"/>

comment
Type:
xsd:normalizedString, predefined, simple content
A freetext field which allows the sender to add further details around the business event.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="comment" type="xsd:normalizedString"/>

effectiveDate
Type:
xsd:date, predefined, simple content
The date on which the associated business event is effective.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="effectiveDate" type="xsd:date"/>

previousInaccurateEventId
Type:
BusinessEventIdentifier, complex content
A unique id associated with a previous inaccurate event. Population of this identifier reflects the fact that this new event is being used to apply a 'corrective measure' to the referenced event (rather than this being an actual real-life event). The net result (across both events) ensures accurate accounting.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="previousInaccurateEventId" type="BusinessEventIdentifier"/>

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.